Commit Graph

5809 Commits

Author SHA1 Message Date
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 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
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
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
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
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 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
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 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 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 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 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
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 bbfa58468d Prepare to release linux (4.3.3-4). 2016-01-03 01:50:52 +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 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 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 50c5af2358 [armhf] crypto: sun4i-ss - add missing statesize (Closes: #808625) 2016-01-01 19:46:24 +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
Salvatore Bonaccorso 9e020405e9 Add reference to CVE-2015-8709 2016-01-01 08:27:22 +01:00