[linux] 01/02: linux-image: Increase minimum version of initramfs-tools

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Tue Jan 24 03:55:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch sid
in repository linux.

commit faed0c04c6930aa377bdd2181cacd840ebe082a2
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Mon Jan 23 17:33:31 2017 +0000

    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.
---
 debian/changelog      | 1 +
 debian/config/defines | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8c2d3b2..203ed9c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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)
diff --git a/debian/config/defines b/debian/config/defines
index 052a719..454069d 100644
--- a/debian/config/defines
+++ b/debian/config/defines
@@ -69,4 +69,4 @@ gcc-6: gcc-6 <!stage1 !cross>, gcc-6- at 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)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list