Commit Graph

10649 Commits

Author SHA1 Message Date
Ben Hutchings 19630e9d2b [armel] udeb: Remove obsolete control stanza for beeper-modules
There hasn't been a beeper-modules package since before the
kernel-wedge configuration was added to src:linux.
2016-02-08 02:41:47 +00:00
Ben Hutchings 24ff745737 [armel] udeb: Update kernel-image Provides field for marvell flavour
For marvell, only the RTC drivers are built-in.

Remove the Provides definitions for kirkwood and orion5x.
2016-02-08 02:40:47 +00:00
Ben Hutchings fac721e301 [armel] Fold config-reduced into config.marvell 2016-02-07 18:14:32 +00:00
Ben Hutchings 8ff6a7a38a [armel/marvell] mtd: Change JFFS2_FS, MTD_SPI_NOR, and M25P80 from built-in to modules 2016-02-07 18:14:32 +00:00
Ben Hutchings db28f005ab input: Disable KEYBOARD_ATKBD 2016-02-07 18:14:32 +00:00
Ben Hutchings 401df5efb5 [armel/marvell] Disable support for DNS-323
The kernel image was already too large for this machine.

- Disable MACH_DNS323
- Change MTD_CFI_AMDSTD from built-in to module
2016-02-07 18:14:32 +00:00
Ben Hutchings 7f810117b9 [armel] Replace kirkwood and orion5x flavours with a 'marvell' flavour
Apply upstream patches from 4.5-rc1 to enable inclusion of orion5x in a
multiplatform build.

Merge configurations as well as possible.
2016-02-07 18:14:32 +00:00
Ben Hutchings 43671fd62b Re-group fixes in the patch series 2016-02-07 18:08:27 +00:00
Ben Hutchings 536da2762d Drop ABI fix, not needed in experimental 2016-02-07 18:05:13 +00:00
Ben Hutchings 6c26fa513e Release linux (4.3.5-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVrbUcee/yOyVhhEJAQqY7RAAvLy0Z5eKYP7/Re1jHCuYqGFwhgIig+uo
 yscoEqKlSWUwC7Tio5ar+oydqdvRyUOYB+ABXvpnQb+ImsPF5xNwYDLO5OIVGIuh
 yc7RgHROYzDMYSqO8ToDAJbhPfd/UVUp25gJQqdbmozXr9lMPL1zH3/d5FUQgrcz
 2AmCFDa6nvcCg6SxuT8IFl2lsDsPA7WI3AYUnFKVwxpwSGwZQmhH4G6SDBOTGd4n
 Zx8ySfHle+Jz4aIYyD6jAFV4RVCsucwswwD78PYDZlfqxr29IzdwOx4MJNuLzxGp
 A6/FVRg6V7b+/1E1BKS7wUAoN2F7JyXgrro7QsZEyq+ckQY/9CyfLopC0shx3+xv
 2nQLGLb3rFySKkYXFBPJdQacr0zGRtEa5QdRWRVYPCUvXc2ju5pv8DTINzb7aW+6
 tkec0Wks5LeDa+zVzbAJHpVgnE3PBSTJHpRWaqZv1C5avp92MmnphXxpjj5ifB2b
 /eu6PzF4zAwM0Sr8aBY2riELQXMbFmtAE60+weMUjYHiL4MHc/yDNHtpjiz3zgrQ
 qptf26uuHClC/FmMq+9jhTlbsXb9X30XWG94Dif0A46iAHAyRrO200DUlMYqx3KF
 tDtHKHsJ2rqso6WQhuLOgd37qTKlt93rA6Se4bbDASQKdQealbY3COsYS1eulyJI
 HXXB8qbopJI=
 =cqNy
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.5-1'
2016-02-07 05:28:43 +00:00
Ben Hutchings 4b5119edad Prepare to release linux (4.3.5-1). 2016-02-06 23:25:14 +00:00
Ben Hutchings af8b80ce07 Fix yet another ABI change due to CVE-2013-4312 mitigation 2016-02-06 23:25:11 +00:00
Ben Hutchings 0df8f2e3e7 hwrng: n2 - Attach on T5/M5, T7/M7 SPARC CPUs (Closes: #809815) 2016-02-06 21:25:49 +00:00
Martin Michlmayr 8e44bb11ea Include Device Tree model in reportbug script
It would be nice to include the Device Tree model in the reportbug
output.  On DT based platforms, /proc/cpuinfo only includes quite
generic information.

Please note that the strange "echo ... $(cat ..)" construct is
intentional.  'cat /proc/device-tree/model' leads to a strange
character at the end because there's no newline and using echo
gets rid of it.
2016-02-06 21:15:38 +00:00
Hendrik Brueckner d77feea6da udeb: include btrfs-modules
Add btrfs-modules udeb.  Also add zlib-modules udeb because btrfs
requires zlib_deflate.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
2016-02-06 21:01:40 +00:00
Hendrik Brueckner b6b5dc56d5 udeb: include modules to mount ISOs (loop device)
To mount ISO images within the Debian Installer, the loop device
support is required.  Also the CD/DVD file systems are required too.

Hence, add the ISO and UDF file systems modules, as well as, the
loop device modules.

Signed-off-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
2016-02-06 21:00:43 +00:00
Ben Hutchings 13b0fb82e4 udeb: Add hid-logitech-hidpp to input-modules (Closes: #796096) 2016-02-06 20:57:29 +00:00
Ben Hutchings 32d2f8cfc9 debian/copyright: Add licence information for drivers/crypto/vmx/*.pl
Another GPL-compatible licence that needs an extra notice.
2016-02-06 20:40:32 +00:00
Ben Hutchings 2e76aafc84 [powerpc*] Enable CRYPTO_DEV_VMX and enable CRYPTO_DEV_VMX_ENCRYPT as module (Closes: #813640) 2016-02-06 20:15:55 +00:00
Ben Hutchings 455507d34b Improve changelog for stable updates 4.3.{4,5}
Delete entries for commits that are unimportant.

Add regression versions.
2016-02-06 18:31:53 +00:00
Ben Hutchings ef736f8440 pipe: limit the per-user amount of pages allocated in pipes (CVE-2013-4312) 2016-02-04 20:34:11 +00:00
Ben Hutchings 3180443250 rt2x00: fix monitor mode regression (regression in 4.2) 2016-02-01 17:16:15 +00:00
Ben Hutchings 1ba618c3d3 Update to 4.4.1 2016-02-01 10:59:35 +00:00
Ben Hutchings ba1393105a Update to 4.3.5
Drop several patches that are included in it.

Fix/ignore various ABI changes.
2016-02-01 10:27:12 +00:00
Ben Hutchings 20ed8bdbac x86/mm: Add barriers and document switch_mm()-vs-flush synchronization (CVE-2016-2069)
Plus a follow-up fix to the comments.
2016-01-29 03:42:16 +00:00
Aurelien Jarno 985fe43552 [arm64] Enable RTC_DRV_EFI. 2016-01-28 17:52:56 +01:00
Aurelien Jarno 237b83662e [mips*] Backport math emulation fix from 4.5. 2016-01-27 22:33:18 +01:00
Ben Hutchings 546ce38280 [rt] Update to 4.4-rt3
This includes all the build fixes I made for 4.4-rt1 and -rt2, so drop
my patches.
2016-01-27 21:24:31 +00:00
Ben Hutchings 3106c3977c linux-headers: Make postinst script less verbose (see: #734266) 2016-01-27 19:52:52 +00:00
Ben Hutchings 2b5391e7a4 linux-{headers,image}: Remove support for version-specific hooks
This was inherited/cargo-culted from kernel-package, undocumented, and
apparently useless.
2016-01-27 19:52:52 +00:00
Ben Hutchings b34af3d32d linux-image: Remove unnecessary debconf initialisations
Only the prerm and postrm scripts need it now.

Also remove the Pre-Depends relation to debconf.
2016-01-27 19:52:52 +00:00
Ben Hutchings daa4d23204 [mips*] linux-image: Remove debconf question for requirement of initramfs
This question was presented during the upgrade to jessie and there's
no need to retain it.
2016-01-27 19:52:52 +00:00
Ben Hutchings 65d6c09bbd Remove residual support for multiple image package types
We only really support the 'plain' type.  Remove all the conditions on
image type and remove 'plain' from all target and file names.
2016-01-27 19:52:52 +00:00
Ben Hutchings 87a5fb1450 Remove all support for monolithic kernel packages
The last such package (s390-tape variant) was removed in
3.6.8-1~experimental.1.
2016-01-27 19:52:48 +00:00
Salvatore Bonaccorso b1fa3fac88 netfilter: nf_nat_redirect: add missing NULL pointer check (CVE-2015-8787) 2016-01-27 19:25:20 +01:00
Ben Hutchings 76c256b5b8 SCSI: fix crashes in sd and sr runtime PM (Closes: #801925) 2016-01-27 01:32:15 +00:00
Ben Hutchings 78007e962c linux-image: Make user hook failure handling consistent across maintainer scripts
- Use system_failure_message() to generate the error message
- Exit using "die", not passing up the exit code (which will be 0 in case the
  process was terminated by signal!)
- Remove redundant path lookup since system() already does that
2016-01-27 00:29:27 +00:00
Ben Hutchings f71765e064 linux-image: Make failure of depmod fatal, rather than asking what to do
depmod has been stable for a very long time so there's no reason to
have a configuration variable and debconf question to handle failure.

While we're at it, fix the decoding of $? to handle the exec failure
case ($? == -1).
2016-01-27 00:19:31 +00:00
Salvatore Bonaccorso 2675c7c2e5 Fix syntax error in changelog entry 2016-01-26 09:44:59 +01:00
Salvatore Bonaccorso cdfc3b2f30 tcp: fix zero cwnd in tcp_cwnd_reduction (CVE-2016-2070) 2016-01-26 09:00:04 +01:00
Salvatore Bonaccorso 20c41274fa Add CVE reference for CVE-2015-8785 2016-01-24 19:19:30 +01:00
Ian Campbell 9dd04a20e5 [arm64] Enable some more QCOM drivers suggested by Martin. 2016-01-24 09:21:02 +00:00
Ben Hutchings 024851fa3a fuse: break infinite loop in fuse_fill_write_pages()
This doesn't have a CVE ID yet.
2016-01-23 22:57:21 +00:00
Ben Hutchings 9b355e6846 Update to 4.3.4 2016-01-23 12:11:55 +00:00
Ian Campbell 70e6dfd3bb [arm64] Add some modules from newly enabled options to udebs 2016-01-23 08:39:32 +00:00
Ian Campbell 8106bebc50 [arm64] Enabled support for QCOM platforms, options recommended by Martin Michlmayr 2016-01-23 08:32:44 +00:00
Ricardo Salveti 79bc1edb58 Extending ARM64 support
- Adding support for the AMD Overdrive (Seattle) development platform
- Including d-i support for Overdrive
- Config: enabling the arm cpuidle driver, multi-core scheduler, pci
  generic host and crypto_crc32_arm64

Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:24 +00:00
Ricardo Salveti d5580d91d1 config: enable CRYPTO_CRC32_ARM64 by default
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:22 +00:00
Ricardo Salveti c0b50a3243 config: enable PCI generic host bridge by default
So that SBSA compliant systems can use it.

Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:20 +00:00
Ricardo Salveti 21249b6ff1 config: enable multi-core scheduler support by default
Also available by default on x86.

Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:17 +00:00