Your message dated Sat, 04 Jun 2016 14:57:25 +0100
with message-id <1465048645.7545.11.ca...@adam-barratt.org.uk>
and subject line Closing bugs for fixes included in 8.5
has caused the Debian Bug report #821326,
regarding jessie-pu: package initramfs-tools/0.120+deb8u2
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
821326: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=821326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: jessie patch
User: release.debian....@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 <b...@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)
--- End Message ---
--- Begin Message ---
Version: 8.5
Hi,
The fixes referred to by each of these bugs were included in today's 8.5
point release.
Regards,
Adam
--- End Message ---