linux-image: Increase minimum version of initramfs-tools

This pulls in various fixes wanted for newer kernel versions:

- more HID drivers will be included if MODULES=most
- early microcode is supported
- ehci-orion, ohci-pci will be included if MODULES=most
- virtio-mmio will be included as appropriate
- crc32c will be included if needed for btrfs
- PHY, clk, gpio, pinctrl and regulator drivers will be included as
  appropriate
- the nvme module will be included if MODULES=most

It is also satisfiable in stable.
This commit is contained in:
Ben Hutchings 2017-01-23 17:33:31 +00:00
parent 3c00650618
commit faed0c04c6
2 changed files with 2 additions and 1 deletions

1
debian/changelog vendored
View File

@ -349,6 +349,7 @@ linux (4.9.5-1) UNRELEASED; urgency=medium
* ath9k: fix NULL pointer dereference (Closes: #851621)
* cfg80211,memcg,power: Avoid ABI changes
* cpuhp,orinoco,xhci: Ignore ABI changes
* linux-image: Increase minimum version of initramfs-tools (Closes: #808038)
[ Salvatore Bonaccorso ]
* tmpfs: clear S_ISGID when setting posix ACLs (CVE-2017-5551)

View File

@ -69,4 +69,4 @@ gcc-6: gcc-6 <!stage1 !cross>, gcc-6-@gnu-type-package@:native <!stage1 cross>
# initramfs-generators
initramfs-fallback: linux-initramfs-tool
initramfs-tools: initramfs-tools (>= 0.110~)
initramfs-tools: initramfs-tools (>= 0.120+deb8u2)