Commit Graph

10702 Commits

Author SHA1 Message Date
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
Ricardo Salveti 4b3a487aec config: enabling the cpuidle ARM driver
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:10 +00:00
Ricardo Salveti 938714cb37 sata-modules: adding ahci_platform, required by AMD Overdrive
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:07 +00:00
Ricardo Salveti 941e46b9b5 nic-modules: adding amd-xgbe
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:28:05 +00:00
Ricardo Salveti 78145e4abd config: enabling support for the AMD Seattle platform
Signed-off-by: Ricardo Salveti <ricardo.salveti@linaro.org>
2016-01-23 08:27:54 +00:00
Ben Hutchings 22e12b77ff Prepare to release linux (4.4-1~exp1). 2016-01-19 22:25:06 +00:00
Ben Hutchings 2e65ee9ec7 Release linux (4.3.3-7).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVp6c+ee/yOyVhhEJAQrl6g//WadE/Rrnuy3FXvI6GdIcjnJCIMnViNxq
 vQtWF2fptwQhMd4dvgOCefDMtk5D5yNzdMNCsUFDQCfn2MJQOT1lbKceZtQYEVyq
 oRmSvGFn+gwrAYDKdOM0SQufY1UFONVto0evKm0eIEhDqMdrVWtT4HuMfOfoCxaP
 OpadNrBmwNpsQWlIMzZsk4GzsuMvxoo3455S88LrmeJqqtY/3NF9FNyNzvwzhqMV
 zY70kfXunkMsiFCB5ermDhZ/goO4OTGx9LtBZZJZTT2ZtZ8T2FgJd9aVfVt9EM6a
 VKkOWZrm5I5cCzI57YYuZw2kz7xEYzulUTaUAqJBbskymcx6H6ulWgCMqxf1uHLB
 6CW/Y2t5hMgNepk/mQC8WqGl8JCZKRwArhv3DvoYym9DcsoJBBxYFopSZ/yusTIK
 AFtdQ8cOzkC7ez8ztJaJfLRieYHxEehpUctPlPAlWjrQp6eJ9dI9sgwMNbOHNS0c
 eJ8fofB6PXGz12+UPBHsOibl2nmPQUk3mbDOcV44leNSFjyGld6RMUOuPd0GXTPa
 BHc09m8lPb5QW4+SGQ8S+79SIj4ILaV8yPKXuDYi/K+erpxSbtprBj16jPCmhPt1
 T23/AOY6wH6VhcJbm2E5rzfBue1yExE8WGZQLP0vXAzsL6WFrmMgvKsTldqAN8XS
 MhY1ibS1ZFo=
 =CfJg
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-7'
2016-01-19 22:23:15 +00:00
Ben Hutchings 33cd223d58 linux-image-dbg: Don't rely on upstream makefile to make .build-id links to vDSO debuginfo
Fixes FTBFS on arm64, s390.
2016-01-19 17:50:28 +00:00
Ben Hutchings 72a63706a0 Re-group fixes in the patch series 2016-01-19 13:50:23 +00:00
Ben Hutchings 7aef5117c3 Release linux (4.3.3-6).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVp48e+e/yOyVhhEJAQovuQ//Qqsr1OgRXNSxEZ9x6Szj+4wlhcHwnCB/
 hgAU+Lhkic44oGuNy9Hu9gnsiEqgWtDAXF1ZKFa+6iNsHEunommB84qc6a9qrtJ7
 TGzKaqyXQmvrQj9j9u5/09nw3Bx+LqZqRtGGN6kBwyTUhP0ndg6xfHtSZXP6JAAf
 8AKb5hvef25x9E4ZA9d2VzsgMwgtg9utxlZj/5WGhC4BwbkV96RrZu+hqO1akqsp
 bPKmKER0HDGvIqOfJQYTqjLAY4LjTGMLZAfcPeLn7gzT5Io+cujqy1K3JnqxRaWM
 5/bauyFnMaTiaN+oeozTtjs2wkdr+4EljGu0+WJAsvK8rQ6/mVJsqEcx8ESwuYx7
 lch8NBERfG0mGCEcpn+J5hsye7w9LQHugT1eKdrxx8JA1aiamnfofYE6XGYhURkx
 j0p2A5wZnB0T1j52mEwwa7HtNY0mgCfvFy1z45zVeQDyGH/09a/ZDCJf7ildOOLu
 cPDjyw3dGAi7HpeM2EkMCzZa342PaNYR//vfBRLb6kgQjMLgVev9jdf/mv2mqsB8
 qIDC1AtI1Tl9b3CTRGZ9RIdGZ93UpiiKKSoLpRyowuZYLej0Zk8zSfsbPDhwPq0c
 F+JiMqIQDZh/ggC9rzGCDbntqNv9oYk3r2WuLalGZQhP7lPig5J5Dz2i221RGCyu
 MjbiTh1PG1I=
 =vF8G
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-6'
2016-01-19 13:44:04 +00:00
Ben Hutchings 6b3f710f74 Prepare to release linux (4.3.3-6). 2016-01-19 00:41:31 +00:00
Ben Hutchings e9490659aa KEYS: Fix keyring ref leak in join_session_keyring() (CVE-2016-0728) 2016-01-19 00:41:25 +00:00
Ben Hutchings e90dec2a0e bcache: Add upstream fixes marked for stable
- fix a livelock when we cause a huge number of cache misses
- Add a cond_resched() call to gc
- clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
- fix a leak in bch_cached_dev_run()
- unregister reboot notifier if bcache fails to unregister device
- allows use of register in udev to avoid "device_busy" error.
- prevent crash on changing writeback_running
- Change refill_dirty() to always scan entire disk if necessary

As requested in
https://lists.debian.org/debian-backports/2016/01/msg00067.html
2016-01-17 21:59:33 +00:00
Ben Hutchings a9736a8ea4 Revert "block/sd: Fix device-imposed transfer length limits"
This introduces an ABI change and it's not obvious how to work around that.
2016-01-17 16:40:35 +00:00
Ben Hutchings 18b52b0baa unix: Fix ABI change for CVE-2013-4312 2016-01-17 16:39:58 +00:00
Salvatore Bonaccorso f335c0cfcc unix: properly account for FDs passed over unix sockets (CVE-2013-4312) 2016-01-17 09:27:47 +01:00
Ben Hutchings 10211ef4c3 [x86] drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates 2016-01-16 04:04:53 +00:00
Ben Hutchings 74cadf39f7 block/sd: Fix device-imposed transfer length limits (Closes: #805252) 2016-01-16 03:50:08 +00:00
Ben Hutchings fbee7ded77 [rt] Update to 4.4-rt2 2016-01-15 13:23:17 +00:00
Ben Hutchings 18e70e2c53 Add some security fixes 2016-01-14 23:39:40 +00:00
Ben Hutchings 19216c6aaa [armel/kirkwood] power/reset: Re-enable POWER_RESET, POWER_RESET_GPIO
These used to be selected by ARCH_KIRKWOOD_DT, but that was removed in
3.17-rc1 and we didn't notice the loss of these.
2016-01-14 01:49:32 +00:00
Ben Hutchings 9a6aa4816a linux-image-dbg: Include debugging symbols for VDSOs 2016-01-13 15:08:47 +00:00
Ben Hutchings 1b7e85a275 [armel,armhf] mm: Explicitly enable CPU_SW_DOMAIN_PAN 2016-01-11 18:44:40 +00:00
Ben Hutchings 2f5878146d Update to 4.4 2016-01-11 02:09:49 +00:00
Ben Hutchings 1121dce318 [armhf] udeb: Include usbhid in input-modules (Closes: #809521)
usbkbd and usbmouse (HIDBP drivers) were also excluded, but we've
not built them for many years.
2016-01-10 22:58:52 +00:00
Ben Hutchings 5f8c5807a8 udeb: Remove several redundant or ineffective exclusions
- Could-be-modules that are actually built-in are automatically skipped
  by kernel-wedge without error (since v2.84)
- Modules that are *optionally* included by other configuration files
  don't need to be explicitly excluded for flavours that don't build them
- Modules that are included as dependencies cannot be excluded
2016-01-10 22:54:14 +00:00
Ben Hutchings d56fab4480 gpio: Enable GPIO_SYSFS wherever GPIOLIB is enabled (Closes: #810085) 2016-01-08 19:36:09 +00:00
Ben Hutchings d2547e3561 xen/gntdev: Grant maps should not be subject to NUMA balancing (Closes: #810472) 2016-01-08 19:32:35 +00:00
Ben Hutchings 0c23e53745 genorig.py: Make orig tarballs really reproducible
- Override umask while extracting/exporting files
- Override user and group names in tarball
2016-01-08 19:31:40 +00:00
Ben Hutchings db948006fc debian.py: Really implement stable order of fields not in the predefined order 2016-01-08 12:15:30 +00:00
Ben Hutchings 1d2a19e3fe debian.py: Implement stable order of fields not in the predefined order 2016-01-08 12:09:48 +00:00
Ben Hutchings dc3b21cc1a debian.py: Implement stable order of fields in debian/tests/control
Move the field ordering control from the Package class to a new
superclass of Package and TestsControl.
2016-01-08 12:08:28 +00:00
Yves-Alexis Perez 71c199151b use source package name also for linux-source
(cherry picked from commit 75fcd56b9f198eaef32c618e9abe9d85405cd880)
2016-01-08 09:54:36 +00:00
Ben Hutchings 36a0345d68 [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and USB_DWC3_DUAL_ROLE
...instead of USB_DWC3_HOST (Closes: #810048)
2016-01-06 01:33:07 +00:00
Ben Hutchings 14d52aef04 Prepare to release linux (4.4~rc8-1~exp1). 2016-01-04 17:23:28 +00:00
Ben Hutchings 64474e57fd [rt] latency_hist: Update sched_switch probe 2016-01-04 17:23:09 +00:00
Ben Hutchings 5ad5fe2d6f [x86] Enable DEBUG_WX, X86_INTEL_MPX 2016-01-04 04:38:18 +00:00
Ben Hutchings a0a899c628 [x86] nvdimm: Explicitly enable ND_BLK as module and BTT 2016-01-04 04:20:59 +00:00
Ben Hutchings cd55c846df [x86] nvdimm: Change X86_PMEM_LEGACY from built-in to module 2016-01-04 04:20:12 +00:00
Ben Hutchings c9262f04b9 Release linux (4.3.3-5).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVonnXee/yOyVhhEJAQrciRAA02xtKJrAB/rHg9kIR8qlNqDVgDhgvelX
 Lk1j+12BhfXs99sx3UywxA2ZHGoFv3FuM0NEUjQBC8cDEwznS2RgvksM1DrFsowP
 7J/GAgXw7wj8yemwxOLqZhyhiK4iqLL/LsajxMLR5qDWa3ANQ0qSpa5CSOXkIMpP
 lWEl8r0ADMY9ZAijtkGtmOb7ZSD8bhhSZwqIHNfHFc/Lo4vIjl6yeQc13+rW8acO
 uFk9VsS25jCE1ToNfbLfIqJyt/hUBDnempuUI6nV1zwPPavvcbLKhy1XKCdoPwCx
 vNWsIdLDFTdJvRvYsC4lTDSq68T4j0iTyALIynCvsg8rA4wGxFwUxvX2OgXzGYgj
 AXDfoSqndCm0jPtzM2sj/pSo39ki9BkSswhTvqGyKgrgKIDzPYrxo11gcTMSsg1S
 GrQiWtbjphrTmdn7uiCdczVD7TEApWF7VcwbuWrb4ucU4jax3n4wUKRF/MUC9gK/
 kXIoAgQox8K2zjry1Z4PrR9oveiP8vdREgdKcz/aFKgV1uf2yogNeN4iZbfvi9Vf
 7+6PNM/VYXca+8XkJmFIqUhJpelVHYsJUDhsDia/45XBrrqf3vLGUvjEf3D3X38y
 ujraOKXZ43X81LOkY7ePhX5SiMkYsBGDSD9H/ciJdJVd+c4aPQcK1QgJTyJzavP3
 0cIoLHM1LjY=
 =bjbr
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-5'
2016-01-04 03:34:02 +00:00
Ben Hutchings 0f11ea7f19 Update to 4.4-rc8 2016-01-04 01:57:00 +00:00
Ben Hutchings 559f1a2447 [armhf] udeb: Fix duplication and circular dependency (really fixes FTBFS)
There is still duplication between core-modules and usb-modules, and
they actually have a circular dependency due to gpio-viperboard
driving (part of) a USB device.

- Add core-modules as a dependency of usb-modules
- Remove gpio-viperboard from core-modules as it is unlikely to be needed
2016-01-04 00:46:39 +00:00
Ben Hutchings 567f9b5f9f Release linux (4.3.3-4).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVoh+see/yOyVhhEJAQqj+hAAkmDBrMYRJWm4Ou7jnE81g9YJlEL4o+Pr
 bY7rezklbJz72mQicKiXOwGiVcs9SK8n/fX0lRcj/fWqq4uK86wzcVLZIEEgSB6/
 CzHFr7PMjRLxPk80uE4U+XIfMT8p636xiE7t0+bTXONzJ/8upqIyqxicUT7ftQ68
 8y58Lj2S0ElVvPJ2HbdoKm6josgp3lPuNXosP137VW9255Z7j1OaUMcO2hJ1aygh
 wwvGXw90zzflrpE+504fdCwemz6bJ4kF55CgQvTNnuWqmKc7O9uBGeq8+TOkAgZ5
 IY6w0vYN6I8rdTO4JmLpewb0SbM9gOzIMJGb3rqEv235wLjm9HRIJAJXXOas+GZi
 KNZtzF20aDxWYn4R4jQP4B6hrlnCbYCmNzwG/phacjg3dTiyyhn/I17qfc18qFfF
 eP9qVO4cJl1K8OHO0WlxchrPsKIk29iAQC5ghupPDyQfDRF8QnNQREk6K5ncmvPy
 xmCswOpFIMZFqrJeXOz5t0Zvz2SlP9EwZloBmgVyKvIGdn2HId0cD7aDB4mBcpga
 U0psh3bfaUlc/6VMG0ruARkfYs6G2GAsEX+w7xrWJYv6tsWxdCWWAV6+hoUccQib
 zZs56SDb9zjqTMNCFA+otmsaqWRV1b44la/ulcfmBWdqKaI8Tk31udep3GyNkkG1
 e/anSVBf5so=
 =8kWB
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-4'
2016-01-03 02:02:22 +00:00
Ben Hutchings bbfa58468d Prepare to release linux (4.3.3-4). 2016-01-03 01:50:52 +00:00
Ben Hutchings e72aee95c2 [armhf] udeb: Remove duplicate listing of phy-sun4i-usb in usb-modules
This is probably harmless but let's keep this list clean.
2016-01-03 01:49:50 +00:00
Ben Hutchings 03e157c09e [armhf] udeb: Remove pbias-regulator module from mmc-modules (fixes FTBFS)
It's now in core-modules.
2016-01-03 01:49:35 +00:00
Ben Hutchings 4689e6426d Regroup patches in series 2016-01-02 19:20:40 +00:00
Ben Hutchings e2abaa403e Merge tag 'debian/4.3.3-3'
Drop the ABI reference and ignored symbols.

Drop most of the patches, as they're already upstream.
2016-01-02 19:18:54 +00:00
Ben Hutchings 2f8b046985 Prepare to release linux (4.3.3-3). 2016-01-02 16:45:46 +00:00
Ben Hutchings 1309260f30 udeb: Add USB PHY drivers to usb-modules and delete duplicates in core-modules
This leaves only PCIe PHYs in core-modules.
2016-01-02 16:44:57 +00:00
Ben Hutchings 0a702d57f3 Ignore pinctrl ABI changes 2016-01-02 16:27:54 +00:00
Ben Hutchings e148000b24 ptrace: Fix ABI change for priv-esc fix 2016-01-02 16:27:28 +00:00
Ian Campbell 5342a1ab3d Merge remote-tracking branch 'origin/master' 2016-01-02 09:42:53 +00:00
Ben Hutchings 9a3c406688 [s390x] udeb: Add crc-modules package (Closes: #808051) 2016-01-02 04:21:06 +00:00
Ben Hutchings ec4aa10d21 [x86] pinctrl: Enable PINCTRL_CHERRYVIEW (Closes: #808044) 2016-01-02 04:17:32 +00:00
Ben Hutchings eafb4c30fd Revert "xhci: don't finish a TD if we get a short transfer event mid TD"
Closes: #808602, #808953, regression in 4.3-rc7
2016-01-02 03:09:56 +00:00
Ben Hutchings 67c6a4d5ce [armhf] Enable INPUT_AXP20X_PEK, CAN_SUN4I, SND_SUN4I_CODEC as modules (Closes: #808623) 2016-01-02 01:10:13 +00:00
Ben Hutchings 50c5af2358 [armhf] crypto: sun4i-ss - add missing statesize (Closes: #808625) 2016-01-01 19:46:24 +00:00
Ian Campbell 466a4e0e52 [armhf] Enable basic support for DRA7XX systems, such as Beagle-x15. 2016-01-01 19:46:12 +00:00
Ben Hutchings 50263628e4 [x86] drm/i915: Don't compare has_drrs strictly in pipe config (Closes: #808720) 2016-01-01 19:24:50 +00:00
Ben Hutchings 45e2ecad07 drm/nouveau/pmu: do not assume a PMU is present (Closes: #809481) 2016-01-01 18:41:43 +00:00
Ben Hutchings d9ebd74365 [armhf] udeb: Add modular clock, GPIO, PHY and regulator drivers to core-modules (Closes: #809521) 2016-01-01 18:22:31 +00:00
Ian Campbell bc6586e947 [armhf] Enable support for Rockchip devices. (Closes: #809083) 2016-01-01 13:29:33 +00:00
Ian Campbell 078c9d3fd0 Changelog entry for armel/kirkwood updates 2016-01-01 12:38:59 +00:00
Martin Michlmayr a53efced4f Add explanation about calculating maximum kernel sizes 2016-01-01 12:35:05 +00:00
Martin Michlmayr adc2665321 Add maximum kernel size for HP Media Vault mv2120 2016-01-01 12:35:05 +00:00
Martin Michlmayr 51e6b5576e Update maximum kernel size for armel/kirkwood
Since we're appending the DTB, we no longer have to consider the
machine ID.
2016-01-01 12:35:05 +00:00
Salvatore Bonaccorso 9e020405e9 Add reference to CVE-2015-8709 2016-01-01 08:27:22 +01:00
Salvatore Bonaccorso abab5c2745 [x86] kvm: Reload pit counters for all channels when restoring state (CVE-2015-7513) 2015-12-31 15:49:59 +01:00
Ben Hutchings e57c91d886 KEYS: Fix race between read and revoke (CVE-2015-7550) 2015-12-31 02:53:31 +00:00
Ben Hutchings 6642f73533 [armhf] Add support for BCM2836 and Raspberry Pi 2
- Patches for BCM283x drivers taken from linux-next
- A few more changes requested for 4.5:
  http://thread.gmane.org/gmane.linux.kernel/2115942
- Enable all the drivers
- Add SD and USB controller drivers to udebs
2015-12-30 04:18:26 +00:00
Ben Hutchings 0a44c00d5c [rt] Add the patch series file to git 2015-12-29 01:19:13 +00:00
Ben Hutchings dbeb5a9a03 Update to 4.3-rc7 2015-12-28 12:50:59 +00:00
Ben Hutchings fd75678652 Update 'net: add validation for the socket syscall protocol argument' to upstream version 2015-12-27 19:21:59 +00:00
Ben Hutchings 6408412cc6 Add upstream references to selftest patches 2015-12-27 14:14:49 +00:00
Ben Hutchings a52be96b10 Regroup patches in series 2015-12-27 14:11:18 +00:00
Ben Hutchings 3fac5cf03c ptrace: being capable wrt a process requires mapped uids/gids 2015-12-27 06:19:08 +00:00
Ben Hutchings 7b6f99cec5 [xen] pciback: Fix state validation in MSI control operations (CVE-2015-8551, CVE-2015-8852, XSA-157) 2015-12-27 05:54:06 +00:00
Ben Hutchings 94b974ce0f [xen] Fix race conditions in back-end drivers (CVE-2015-8550, XSA-155) 2015-12-27 05:49:13 +00:00
Ben Hutchings 1ff79b037c bluetooth: Validate socket address length in sco_sock_bind() (CVE-2015-8575) 2015-12-27 04:26:45 +00:00
Ben Hutchings e9708970a6 pptp: verify sockaddr_len in pptp_bind() and pptp_connect() (CVE-2015-8569) 2015-12-27 04:26:45 +00:00
Ben Hutchings 5db0f0e307 block: ensure to split after potentially bouncing a bio (Closes: #809082) 2015-12-27 04:26:45 +00:00
Ben Hutchings 47bc73ef73 [rt] Fix build error in kernel/time/hrtimer.c 2015-12-24 23:37:10 +00:00
Ben Hutchings fb638c19f7 [rt] Update to 4.4-rc6-rt1 and re-enable 2015-12-24 21:29:36 +00:00
Salvatore Bonaccorso d6b9e3f082 ovl: fix permission checking for setattr (CVE-2015-8660) 2015-12-24 06:42:25 +01:00
Ben Hutchings 82d332eacf Prepare to release linux (4.4~rc6-1~exp1). 2015-12-21 17:30:10 +00:00
Ben Hutchings 0aaf811548 Update to 4.4-rc6 2015-12-21 11:13:30 +00:00
Ben Hutchings fc3ff0606d mm: Fix missing #include in <linux/mmdebug.h> (fixes FTBFS on arm64) 2015-12-19 20:32:14 +00:00
Ben Hutchings 6d71f80f26 Release linux (4.3.3-2).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVnMDfee/yOyVhhEJAQosXBAAnFpbDl+uNcavUXcp9wZOhjSN07GzFafM
 vQYkyTonvWqGYewvaeyqIoJINheIATA1HR53JAzsqY/92uV+ENhtxUdNCUymLm8y
 pPCLic0yTJyDrC9JS0r5qkTUtggC+W8wjmRZAP2wDJjmrkar64QqpzyYS2tvkSAk
 5e7C/8Fb2EkAB61iQkCDHDiQS4vLO/rZa0YIWWqShT+e6R01RDg7ItVHazVR+5TW
 4gqZadAX+pJ6ROzhjK5LNVyWpPSWQd3IDcT7/uE/cTxN29jl2pisZbJ1uq0k3LAJ
 4qK8zXJkQAyDFbHeQ2+g7emXbbs9BEse8v2ryz9A5TWkRJbdsmUU64GermYK+pZ+
 3h2ZxYA0tah5CSk6s3mRGaQ/2o7Yafo5eMmia6HrkZM1c2ztMNhkAzddWVLpDoNA
 BOTqbDkSV/qnXp1p8Y2serVvr3Loxn7dDC1UiQJhCQz8PePwQ6mN9Hm4WMBTNgka
 teyzIF4M7WK7aE9vkC58n9uatqoOwrRLukeq1hQxTwLKQeG6lRmPBgKjcctAyHub
 0hzZQBtk6Hfl6MufHmI0JPxsNALLx61euXxPooR49ulgOD7AN4VHnBOWGga/mzM2
 Cff/BMMOZJ9bed1r0ug8pENx+/PmdVTb8KwTjhlk/onaIpMf8AUKY/bVj3snbHTA
 mS2O7pj3ib8=
 =80w7
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-2'

Drop the ABI kluge.
2015-12-19 17:03:30 +00:00
Ben Hutchings 8571d54a8b Add config parameter to disable linux-headers-all packages
The linux-grsec source package needs a way to explicitly disable these
binary packages which are already built by the linux source package.
We already do that when there are no actual kernels for the target
architecture.  Rename the FOREIGN_KERNEL make variable and combine the
two conditions.

Based on work by Yves-Alexis Perez.
2015-12-19 16:57:10 +00:00
Ben Hutchings fa3d046a13 [ppc64*] drm: Enable DRM_AST as module (Closes: #808338) 2015-12-18 20:20:06 +00:00
Ben Hutchings 8896bc2063 [armel,mips*] Add ABI reference for 4.3.0-1 2015-12-18 15:16:20 +00:00
Ben Hutchings f051d2dd26 Prepare to release linux (4.3.3-2). 2015-12-17 18:21:52 +00:00
Ben Hutchings 4e7c2dd4de [sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS) 2015-12-17 18:21:47 +00:00
Ben Hutchings ee4980cb32 [armhf,sparc64] Force ZONE_DMA to be enabled, reversing ABI change in 4.3.3 (fixes FTBFS) 2015-12-17 17:59:24 +00:00
Ben Hutchings 60287c781a udeb: Remove optional mpt2sas from scsi-extra-modules, obsoleted by mpt3sas 2015-12-17 04:11:53 +00:00
Ben Hutchings 5ddad63b4e [sparc64] udeb: Replace mpt2sas with mpt3sas in scsi-common-modules
Fixes FTBFS as mpt2sas is no longer built.
2015-12-17 04:11:11 +00:00
Ben Hutchings 3a5485ba28 Prepare to release linux (4.4~rc5-1~exp1). 2015-12-16 17:16:09 +00:00
Ben Hutchings 70157abb7d Release linux (4.3.3-1).
-----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1
 
 iQIVAwUAVnCT2+e/yOyVhhEJAQr+qw/9E5dEKfpAfOywx9lA0eQKKBx2yt2IkdGc
 0k9UFJlJc5xpOwEH03WOlU3XktlrwNzaT6U0Qvu6MW4Y77G60fDbAB/J+1jlYatK
 02CEUmBgrD5M6Cm/9J085mglIEt+5tq0RIZwAWx7iki53H/y1KQ6uski3oZwcguu
 Go5KP744Osen5cyJKgT+vV/VGHc+BJEMcNFNI1nlh71owTQKT2ZsLx8fd3ZIdGsB
 8rTC3pIsE8YjTcaRhKcJ1t6a19fX/2fD7KsfZTo8YdfLReg29CZ6TlQF8clzh8yH
 37RWnEEYZT3vDbLVFOr4RVj0/b5skJQmuC7Bs40dywPyjEK/OQHMUWdcw4ZAxsq1
 kNL9DhShF4G+HW58VOCRZSMO+R4R2Cl7JIz4bjhhPIOka9X/vn0yk/QgR6z16g0J
 DHc2zx9+OHlUgk89KpCtDYdzHth7uQAmg6WIJemVU1Mt4jdaHKoEtAI4iNkEjdby
 1LNnmYjukIixpTtb/NJGtyQPWSOOHnRQa7Cq36SngZoT4Gowb5hbDI9v+IrSQZUj
 ruEMqMl4Bcq3/R1HKdqcs0FK+obKceaHSoLH+ludH0U7UAjh3dqCotxHkX4DT+ws
 0CJAM1PIiiXG6n+TQve/wepG/Fv2yuOJg1BEo32Qjy5RtzhZf4vgZEYKJFrCGxR3
 oBYzz+yPcvg=
 =AlwC
 -----END PGP SIGNATURE-----

Merge tag 'debian/4.3.3-1'

Drop the ABI reference and ignored symbols.

Drop most of the patches, as they're already upstream.
2015-12-16 17:15:08 +00:00
Ben Hutchings 86eb6b9a54 Prepare to release linux (4.3.3-1). 2015-12-15 21:25:26 +00:00
Ben Hutchings ca0bbf698b tipc: Fix kfree_skb() of uninitialised pointer (regression in 4.3.3) 2015-12-15 21:25:16 +00:00
Ben Hutchings 9a894164f8 net: Ignore ABI changes due to "ipv6: add complete rcu protection around np->opt"
These don't appear to affect out-of-tree modules.
2015-12-15 19:44:44 +00:00
Ben Hutchings 8fd06d9868 vrf: Fix broken backport of "vrf: fix double free and memory corruption on register_netdevice failure" in 4.3.3 2015-12-15 17:44:38 +00:00
Ben Hutchings c4e89babe4 Update to 4.3.3
Drop 3 security fixes that were included in it.
2015-12-15 17:40:55 +00:00
Ben Hutchings d2de7ad896 Add ABI reference for 4.3.0-1 2015-12-15 02:04:48 +00:00
Ben Hutchings 79e8696482 [armel/kirkwood] udeb: Override inclusion of gpio_keys in input-modules (fixes FTBFS) 2015-12-15 02:03:43 +00:00
Ben Hutchings 61acdc692c net: add validation for the socket syscall protocol argument (CVE-2015-8543) 2015-12-14 20:59:45 +00:00
Ben Hutchings c3ac7c57ca cirrus,mgag200: Drop patches for compatibility with wheezy userland 2015-12-14 14:36:05 +00:00
Ben Hutchings e97c318264 Drop another obsolete patch for X-Gene
The xgene-reboot driver is now unused.
2015-12-14 14:21:51 +00:00
Ben Hutchings 5851bb1b32 Update to 4.4-rc5 2015-12-14 14:14:56 +00:00
Ben Hutchings b667b8e3b1 [s390x] udeb: Add crc-modules package (fixes FTBFS) 2015-12-14 11:56:34 +00:00
Ben Hutchings a4febbdc67 [arm64] Drop now-redundant patch for X-Gene device tree (fixes FTBFS) 2015-12-14 02:51:41 +00:00