[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#821326: jessie-pu: package initramfs-tools/0.120+deb8u2



Package: release.debian.org
Severity: normal
Tags: jessie patch
User: release.debian.org@packages.debian.org
Usertags: pu

This update fixes:

- Regression when upgrading Linux to version 4.4+ if / or /usr is on
  an NVMe device (#807000)
- Regression in version 0.119 if there are non-scripts (such as
  .svn directories) under /etc/initramfs-tools/scripts (#814965)

Both of these regressions cause boot failure on the affected systems.
debdiff is below.

Ben.

diff -Nru initramfs-tools-0.120+deb8u1/debian/changelog initramfs-tools-0.120+deb8u2/debian/changelog
--- initramfs-tools-0.120+deb8u1/debian/changelog	2016-02-20 15:51:48.000000000 +0000
+++ initramfs-tools-0.120+deb8u2/debian/changelog	2016-04-17 18:20:20.000000000 +0100
@@ -1,3 +1,12 @@
+initramfs-tools (0.120+deb8u2) jessie; urgency=medium
+
+  * [7863219] hook-functions: Include drivers/nvme in block driver modules
+    (Closes: #807000)
+  * [fcef753] hook-functions: Create ORDER files even if there are no valid
+    scripts (Closes: #814965)
+
+ -- Ben Hutchings <ben@decadent.org.uk>  Sun, 17 Apr 2016 18:20:09 +0100
+
 initramfs-tools (0.120+deb8u1) jessie; urgency=medium
 
   [ Ben Hutchings ]
diff -Nru initramfs-tools-0.120+deb8u1/hook-functions initramfs-tools-0.120+deb8u2/hook-functions
--- initramfs-tools-0.120+deb8u1/hook-functions	2016-02-20 15:43:54.000000000 +0000
+++ initramfs-tools-0.120+deb8u2/hook-functions	2016-04-17 17:58:11.000000000 +0100
@@ -581,6 +581,7 @@
 		;;
 		block)
 			copy_modules_dir kernel/drivers/block
+			copy_modules_dir kernel/drivers/nvme
 		;;
 		ubi)
 			modules="$modules deflate zlib lzo ubi ubifs"
@@ -723,6 +724,7 @@
 	initdir=${DESTDIR}${scriptdir}
 	[ ! -d ${initdir} ] && return
 
+	> ${initdir}/ORDER
 	runlist=$(get_prereq_pairs | tsort)
 	for crs_x in ${runlist}; do
 		[ -f ${initdir}/${crs_x} ] || continue


-- System Information:
Debian Release: stretch/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)


Reply to: