Processed: severity of 812196 is important

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 812196 important Bug #812196 [src:linux] linux-image-4.4.0-trunk-amd64: Laptop reboot after suspend system Severity set to 'important' from 'grave' > thanks Stopping processing here. Please contact me if you need assistance. --

Bug#812196: linux-image-4.4.0-trunk-amd64: Laptop reboot after suspend system

2016-01-21 Thread Alexandre
Package: src:linux Version: 4.4-1~exp1 Severity: grave Justification: renders package unusable Dear Maintainer, After suspend my laptop (hibernation) i have this message in syslog : Jan 21 12:16:53 debian dnsmasq[986]: no servers found in /etc/resolv.conf, will retry Jan 21 12:16:53 debian

Bug#810663: Include Device Tree model in reportbug script

2016-01-21 Thread Roger Shimizu
On Mon, Jan 11, 2016 at 2:23 PM, Martin Michlmayr wrote: > Package: linux > Version: 4.3.3-5 > Severity: wishlist > Tags: patch > > It would be nice to include the Device Tree model in the reportbug > output. On DT based platforms, /proc/cpuinfo only includes quite > generic

Bug#811351: additional request...

2016-01-21 Thread Andrew Lunn
> I can add more verbose comments to mainline kernel .dts on how to > enable serial port, and how to select between rs232/485. Andrew, do > you want me to resend the current patches, or can it be done with an > incremental patch? Either, but incremental is probably easiest. Andrew

Bug#810663: Include Device Tree model in reportbug script

2016-01-21 Thread Uwe Kleine-König
Hello Roger, On Fri, Jan 22, 2016 at 12:11:12AM +0900, Roger Shimizu wrote: > On Mon, Jan 11, 2016 at 2:23 PM, Martin Michlmayr wrote: > > Package: linux > > Version: 4.3.3-5 > > Severity: wishlist > > Tags: patch > > > > It would be nice to include the Device Tree model in the

Processed: [bts-link] source package src:linux

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # > # bts-link upstream status pull for source package src:linux > # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html > # > user bts-link-upstr...@lists.alioth.debian.org Setting user to

Bug#810663: Include Device Tree model in reportbug script

2016-01-21 Thread Roger Shimizu
On Fri, Jan 22, 2016 at 1:44 AM, Uwe Kleine-König wrote: > Hello Roger, > > On Fri, Jan 22, 2016 at 12:11:12AM +0900, Roger Shimizu wrote: >> On Mon, Jan 11, 2016 at 2:23 PM, Martin Michlmayr wrote: >> > Package: linux >> > Version: 4.3.3-5 >> >

Bug#810663: Include Device Tree model in reportbug script

2016-01-21 Thread Roger Shimizu
On Fri, Jan 22, 2016 at 1:53 AM, Roger Shimizu wrote: > On Fri, Jan 22, 2016 at 1:44 AM, Uwe Kleine-König >>> Above patch seems only report the model from dts. >>> How about user uses a modified dts, other than the one ships with the >>> kernel? >>> >>> So I suggest to

Processed: [PATCH initramfs-tools] scripts/functions: Connect panic shell to normal tty device

2016-01-21 Thread Debian Bug Tracking System
Processing control commands: > tag -1 patch pending Bug #512679 [initramfs-tools] initramfs-tools: 'more' pager is broken in initramfs shell Added tag(s) patch and pending. -- 512679: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512679 Debian Bug Tracking System Contact

Bug#512679: [PATCH initramfs-tools] scripts/functions: Connect panic shell to normal tty device

2016-01-21 Thread Ben Hutchings
Control: tag -1 patch pending I worked out how to do this without setsid -c. Ben. --- Currently the panic shell's controlling tty is /dev/console which is not fully functional - the shell can't provide job control and more can't work out the screen size for paging. Fix this by reading

Processed: tagging 810154, tagging 767471, tagging 804071

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 810154 + patch Bug #810154 [initramfs-tools] remove busybox hook, leave responsibility to busybox package Added tag(s) patch. > tags 767471 + patch Bug #767471 [initramfs-tools] [initramfs-tools] / formatted as ext3 but mounted as ext4 not

Bug#804071: [PATCH initramfs-tools 1/2] hook-functions: Include any modular RTC drivers in the initramfs

2016-01-21 Thread Ben Hutchings
The RTC is needed for periodic filesystem checks to work. Debian currently builds-in all RTC drivers though. Signed-off-by: Ben Hutchings --- hook-functions | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/hook-functions b/hook-functions index

[PATCH initramfs-tools 0/4] Improve early keyboard driver loading

2016-01-21 Thread Ben Hutchings
The first possible breakpoint (break=top) comes before we start udev or load manually configurd modules. Thus only built-in keyboard drivers can be used. We have a bodge to load a list of known USB controller drivers and usbhid, but this still isn't sufficient because we also need hid_generic or

[PATCH initramfs-tools 1/4] scripts/functions: Explicitly load keyboard drivers only at break=top

2016-01-21 Thread Ben Hutchings
If we open a shell when udev is already running, any necessary drivers should already have been loaded. Signed-off-by: Ben Hutchings --- scripts/functions | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/scripts/functions

[PATCH initramfs-tools 2/4] scripts/functions: Use more sensible modprobe options at break=top

2016-01-21 Thread Ben Hutchings
Use -a to load everything in one command. Use -q rather than -v when quiet=y. Signed-off-by: Ben Hutchings --- scripts/functions | 15 +++ 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/scripts/functions b/scripts/functions index

[PATCH initramfs-tools 3/4] scripts/functions: Load more USB host controllers drivers on break=top

2016-01-21 Thread Ben Hutchings
Signed-off-by: Ben Hutchings --- scripts/functions | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/functions b/scripts/functions index f549ba4..2fc3ab2 100644 --- a/scripts/functions +++ b/scripts/functions @@ -63,7 +63,8 @@ maybe_break()

Bug#767471: [PATCH initramfs-tools 0/4] Fix filesystem type confusion

2016-01-21 Thread Ben Hutchings
This series changes probing of filesystem type at initramfs build and boot time to more closely match the old behaviour of initscripts. Ben. Ben Hutchings (4): Assume blkid is always installed, and remove fallbacks hooks/fsck: Use get_fstype rather than blkid to probe filesystem type

Bug#767471: [PATCH initramfs-tools 4/4] Pass filesystem type from /etc/fstab to fsck when checking /usr

2016-01-21 Thread Ben Hutchings
Unlike root, the types of all other filesystems in /etc/fstab have historically been honoured and we should continue to do so. Signed-off-by: Ben Hutchings --- scripts/functions | 6 +- scripts/local | 4 ++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff

Bug#767471: [PATCH initramfs-tools 2/4] hooks/fsck: Use get_fstype rather than blkid to probe filesystem type

2016-01-21 Thread Ben Hutchings
This makes the behaviour consistent with boot time. Signed-off-by: Ben Hutchings --- hooks/fsck | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hooks/fsck b/hooks/fsck index ad0fbc5..486a04f 100755 --- a/hooks/fsck +++ b/hooks/fsck @@ -58,11

Bug#767471: [PATCH initramfs-tools 1/4] Assume blkid is always installed, and remove fallbacks

2016-01-21 Thread Ben Hutchings
udev has used blkid since version 142, so we can rely on it being present at build and boot time. Signed-off-by: Ben Hutchings --- hooks/fsck| 6 ++ hooks/resume | 5 ++--- scripts/functions | 11 ++- 3 files changed, 6 insertions(+), 16

Bug#767471: [PATCH initramfs-tools 3/4] hooks/fsck: Always use get_fstype to probe type of root filesystem

2016-01-21 Thread Ben Hutchings
We can't trust the type in /etc/fstab because it is not used when mounting the root filesystem. Closes: #767471 Signed-off-by: Ben Hutchings --- hooks/fsck | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/hooks/fsck b/hooks/fsck

[PATCH initramfs-tools 4/4] scripts/functions: Load HID drivers at break=top

2016-01-21 Thread Ben Hutchings
Load modules for all devices found on the HID bus. Signed-off-by: Ben Hutchings --- scripts/functions | 6 ++ 1 file changed, 6 insertions(+) diff --git a/scripts/functions b/scripts/functions index 2fc3ab2..a6687c1 100644 --- a/scripts/functions +++

Bug#810154: [PATCH initramfs-tools 2/4] debian/control: Recommend the right busybox packages for the target distribution

2016-01-21 Thread Ben Hutchings
Ubuntu's busybox and busybox-static are no use in an initramfs, so instead of listing all variants of busybox, check for Ubuntu derivatives at build time. Signed-off-by: Ben Hutchings --- debian/control | 2 +- debian/rules | 9 + 2 files changed, 10

Bug#810154: [PATCH initramfs-tools 3/4] Remove busybox hook in favour of busybox's own

2016-01-21 Thread Ben Hutchings
- Set BUSYBOXDIR empty initially and let busybox's conf hook override it - Fail if BUSYBOX=y and BUSYBOXDIR remains empty after running conf hooks - Bump the minimum version to the first version that has the conf hook - Update the automatic selection of klibc utilities to check whether

Processed: tagging 639876

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 639876 + patch pending Bug #639876 [initramfs-tools] MODULES=dep does not include input drivers Bug #701656 [initramfs-tools] Include current input drivers when MODULES=dep, to support rescue shell Bug #772578 [initramfs-tools]

Processed: tagging 810154

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 810154 + pending Bug #810154 [initramfs-tools] remove busybox hook, leave responsibility to busybox package Ignoring request to alter tags of bug #810154 to the same tags previously set > thanks Stopping processing here. Please contact me

Bug#639876: [PATCH initramfs-tools] hook-functions: Include drivers for all keyboards when MODULES=dep

2016-01-21 Thread Ben Hutchings
Additional modular drivers (e.g. ohci_pci, hid) may be needed for entering a disk encryption passphrase or for the panic shell. Closes: #639876 Signed-off-by: Ben Hutchings --- hook-functions | 11 +++ 1 file changed, 11 insertions(+) diff --git a/hook-functions

Bug#804071: [PATCH initramfs-tools 2/2] hooks/fsck: Stop setting e2fsck broken_system_clock option

2016-01-21 Thread Ben Hutchings
e2fsck no longer prompts whether to fix mount or write times that are up to 24 hours ahead of the current time; it always does so. Update the old NEWS entry about this, and add a versioned Breaks to ensure we get the new version. Closes: #804071 Signed-off-by: Ben Hutchings

Bug#810154: [PATCH initramfs-tools 1/4] debian/control: Remove redundant dependency on klibc-utils|busybox

2016-01-21 Thread Ben Hutchings
As we already have a dependency on a newer version of klibc-utils (for run-init), the last dependency has no effect. Signed-off-by: Ben Hutchings --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index

Bug#810154: [PATCH initramfs-tools 0/4] Changes to busybox integration

2016-01-21 Thread Ben Hutchings
This series removes the busybox hook script and definition of BUSYBOXDIR from initramfs-tools, leaving busybox itself responsible for these. busybox has installed its own hook script for some time, but will now need to define BUSYBOXDIR in a conf hook script. That change is pending in git but

Bug#810154: [PATCH initramfs-tools 4/4] Update TODO for removal of busybox hook

2016-01-21 Thread Ben Hutchings
Signed-off-by: Ben Hutchings --- debian/TODO | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/TODO b/debian/TODO index dee4900..9617b0c 100644 --- a/debian/TODO +++ b/debian/TODO @@ -12,4 +12,4 @@ TODO o root loop support. - o Eliminate

Bug#588770: [PATCH initramfs-tools 1/2] hook-functions: Clean up split between dep_add_modules and dep_add_modules_mount

2016-01-21 Thread Ben Hutchings
Much of the code in dep_add_modules is unrelated to any particular mount point and should only be run once. Signed-off-by: Ben Hutchings --- hook-functions | 18 ++ 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/hook-functions

Bug#811496: initramfs-tools: obsolete conffile /etc/bash_completion.d/initramfs-tools

2016-01-21 Thread Ben Hutchings
Control: reassign -1 bash-completion 1:2.1-4.2 On Tue, 19 Jan 2016 14:58:29 +0100 Jakub Wilk wrote: > Package: initramfs-tools > Version: 0.121 > User: debian...@lists.debian.org > Usertags: adequate obsolete-conffile >  > The package left obsolete conffile after upgrade: >

Processed: Re: initramfs-tools: obsolete conffile /etc/bash_completion.d/initramfs-tools

2016-01-21 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 bash-completion 1:2.1-4.2 Bug #811496 [initramfs-tools] initramfs-tools: obsolete conffile /etc/bash_completion.d/initramfs-tools Bug reassigned from package 'initramfs-tools' to 'bash-completion'. No longer marked as found in versions

Processed: Re: dpkg: warning: unable to delete old directory '/etc/initramfs-tools/conf.d': Directory not empty

2016-01-21 Thread Debian Bug Tracking System
Processing control commands: > tag -1 unreproducible moreinfo Bug #809206 [initramfs-tools] dpkg: warning: unable to delete old directory '/etc/initramfs-tools/conf.d': Directory not empty Added tag(s) moreinfo and unreproducible. -- 809206:

Processed: Re: initramfs-tools: mkinitramfs uses ldd, which is insecure and generates core dumps

2016-01-21 Thread Debian Bug Tracking System
Processing control commands: > tag -1 moreinfo Bug #720735 [initramfs-tools] initramfs-tools: Use static check for library dependencies instead of ldd Added tag(s) moreinfo. -- 720735: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720735 Debian Bug Tracking System Contact

Bug#720735: initramfs-tools: mkinitramfs uses ldd, which is insecure and generates core dumps

2016-01-21 Thread Ben Hutchings
Control: tag -1 moreinfo On Sun, 25 Aug 2013 00:37:53 +0200 Vincent Lefevre wrote: > Package: initramfs-tools > Version: 0.113 > Severity: important > Tags: security >  > I've noticed that when running update-initramfs, a core dump was > generated in the current directory,

Bug#768913: [PATCH initramfs-tools] kernel/postinst.d: Make test for update-initramfs consistent with invocation

2016-01-21 Thread Ben Hutchings
Control: tag -1 patch pending --- We test whether /usr/sbin/update-initramfs exists, but then invoke it as 'update-initramfs'. Change the test to look in $PATH. Closes: #768913 Signed-off-by: Ben Hutchings --- kernel/postinst.d/initramfs-tools | 2 +- 1 file changed, 1

Processed: [PATCH initramfs-tools] kernel/postinst.d: Make test for update-initramfs consistent with invocation

2016-01-21 Thread Debian Bug Tracking System
Processing control commands: > tag -1 patch pending Bug #768913 [initramfs-tools] /etc/kernel/postinst.d/initramfs-tools: fragile PATH dependency Added tag(s) pending and patch. -- 768913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=768913 Debian Bug Tracking System Contact

Bug#804295: initramfs-tools: doesn't warn/fail when dpkg triggers for update-initramfs don't actually update

2016-01-21 Thread Ben Hutchings
On Sat, 07 Nov 2015 02:47:27 +0100 Christoph Anton Mitterer wrote: > Package: initramfs-tools > Version: 0.120 > Severity: normal >  >  > Hi. >  > I've just noted the following: > Processing triggers for initramfs-tools (0.120) ... > update-initramfs:

Processed: retitle 792910 to Should not explicitly load drivers found through sysfs walk

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 792910 Should not explicitly load drivers found through sysfs walk Bug #792910 [initramfs-tools] Module aliases should be resolved at build time Changed Bug title to 'Should not explicitly load drivers found through sysfs walk' from

Processed: tagging 792910

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 792910 + patch pending Bug #792910 [initramfs-tools] Should not explicitly load drivers found through sysfs walk Added tag(s) pending and patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 792910:

Processed: [PATCH initramfs-tools 2/2] hook-functions: Include modules for resume partition when MODULES=dep

2016-01-21 Thread Debian Bug Tracking System
Processing control commands: > tag -1 patch pending Bug #588770 [initramfs-tools] dep_add_modules does not consider resume partition Added tag(s) patch and pending. -- 588770: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=588770 Debian Bug Tracking System Contact ow...@bugs.debian.org with

Bug#588770: [PATCH initramfs-tools 2/2] hook-functions: Include modules for resume partition when MODULES=dep

2016-01-21 Thread Ben Hutchings
Control: tag -1 patch pending --- Closes: #588770 Signed-off-by: Ben Hutchings --- hook-functions | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/hook-functions b/hook-functions index 6790d76..6aef679 100644 --- a/hook-functions +++

Bug#792910: [PATCH initramfs-tools] hook-functions: Stop force-loading drivers found through sysfs when MODULES=dep

2016-01-21 Thread Ben Hutchings
Currently we're duplicating the work of udev and generating warnings for drivers that are always built-in. Closes: #792910 Signed-off-by: Ben Hutchings --- hook-functions | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hook-functions

Processed: severity of 636697 is wishlist ...

2016-01-21 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 636697 wishlist Bug #636697 [initramfs-tools] initramfs-tools: no way to include library modules for libraries installed in multiarch path Severity set to 'wishlist' from 'normal' > retitle 636697 Add a common function to include

Processed: Re: /etc/kernel/postinst.d/initramfs-tools: fragile PATH dependency

2016-01-21 Thread Debian Bug Tracking System
Processing control commands: > clone -1 -2 Bug #768913 [initramfs-tools] /etc/kernel/postinst.d/initramfs-tools: fragile PATH dependency Bug 768913 cloned as bug 812266 > reassign -2 debianutils Bug #812266 [initramfs-tools] /etc/kernel/postinst.d/initramfs-tools: fragile PATH dependency Bug

Bug#768913: /etc/kernel/postinst.d/initramfs-tools: fragile PATH dependency

2016-01-21 Thread Ben Hutchings
Control: clone -1 -2 Control: reassign -2 debianutils Control: retitle -2 installkernel: Should only run scripts if install dir is /boot Control: severity -1 minor On Sun, 09 Nov 2014 21:37:14 -0800 Rob Leslie wrote: > Package: initramfs-tools > Version: 0.109.1 > Severity:

Bug#785526: firmware-linux-nonfree: initramfs trigger only rebuilds initdisk of latest kernel

2016-01-21 Thread Ben Hutchings
On Sun, 17 May 2015 16:02:08 +0200 Ralf Jung wrote: > Hi, >  > >> when the package firmware-linux-nonfree is installed, it triggers the hook > >> of the initramdisk > >> package. I conclude that some firmware may be needed by the initramfs > >> (which makes sense to me), > >> and

Bug#809206: dpkg: warning: unable to delete old directory '/etc/initramfs-tools/conf.d': Directory not empty

2016-01-21 Thread Ben Hutchings
Control: tag -1 unreproducible moreinfo On Mon, 28 Dec 2015 18:06:11 +0800 =?utf-8?B?56mN5Li55bC8?= Dan Jacobson wrote: > Package: initramfs-tools > Version: 0.121~rc2 >  > Unpacking initramfs-tools (0.121~rc2) over (0.120) ... > dpkg: warning: unable to delete old

Bug#810154: [PATCH initramfs-tools 0/4] Changes to busybox integration

2016-01-21 Thread Michael Tokarev
22.01.2016 01:14, Ben Hutchings wrote: > This series removes the busybox hook script and definition of > BUSYBOXDIR from initramfs-tools, leaving busybox itself responsible > for these. Oh well. How many times I talked with Max on IRC, sent patches, created a git tree for initramfs to pull

Bug#809206: dpkg: warning: unable to delete old directory '/etc/initramfs-tools/conf.d': Directory not empty

2016-01-21 Thread 積丹尼 Dan Jacobson
> "BH" == Ben Hutchings writes: BH> I can't reproduce this, using either APT or direct invocation of dpkg. BH> Please explain how you attempted to upgrade. I always use aptitude full-upgrade. Anyway on my jidanni2 machine I also find: $ set

Bug#810726: Affected by the same bug

2016-01-21 Thread Dominic Harvey
Hi Kernel team, I just want to tell you that i am victim of this same bug. Thank you for working on it.! [root@dominic-box ~]# cat /proc/version Linux version 4.3.3-300.fc23.x86_64 ( mockbu...@bkernel01.phx2.fedoraproject.org) (gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC) ) #1 SMP Tue Jan