Re: [PATCH 1/5] m25p80,spi-nor: Fix module aliases for m25p80

2014-09-28 Thread Rafał Miłecki
On 29 September 2014 00:21, Brian Norris wrote: > + Rafal > > Rafal has been looking at the same area of code. I'd really like to get > this patch into 3.18 if possible, so the more eyes the better. Thanks Brian. I took me a while to follow this issue, too bad I wasn't subscribed to the ML earli

Bug#712115: marked as done (linux-source-3.2: Kernel from proposed-updates fails to build without removing [drivers/staging/rts5139/rts5139.ko] from configuration)

2014-09-28 Thread Debian Bug Tracking System
Your message dated Mon, 29 Sep 2014 07:52:25 +0200 with message-id <20140929075225.04fa5f52@s5.lokal> and subject line close has caused the Debian Bug report #712115, regarding linux-source-3.2: Kernel from proposed-updates fails to build without removing [drivers/staging/rts5139/rts5139.ko] from

Bug#763305: linux-image-3.16-2-amd64: debian patch of linux kernel radeon driver erroneously prevents firmware loading

2014-09-28 Thread Colin Worth
Package: src:linux Version: 3.16.3-2 Severity: important Dear Maintainer, In order to use the radeon free driver with my HD6xxx series Radeon card on my EFI boot laptop, I downloaded a fresh kernel from kernel.org and built it with the following config, in order to add the required firmware for

Processed: retitle 762870 to initramfs-tools 0.117 fails to boot when using klibc-utils

2014-09-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > retitle 762870 initramfs-tools 0.117 fails to boot when using klibc-utils Bug #762870 [initramfs-tools] initramfs-tools: fails to boot after upgrade from 0.116 to 0.117 Changed Bug title to 'initramfs-tools 0.117 fails to boot when using klibc-u

Processed: tagging 763157

2014-09-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > tags 763157 + patch Bug #763157 [initramfs-tools] initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh Added tag(s) patch. > thanks Stopping processing here. Please contact me if you need assistance. -- 763157: http://bugs.debian

Re: Inclusion of sun7i-a20-bananapi.dts

2014-09-28 Thread Ben Hutchings
On Sun, 2014-09-28 at 23:57 +0200, Karsten Merker wrote: > Hello, > > I would like to ask the kernel package maintainers whether you > would be willing to accept a patch to add a dts file for the > LeMaker BananaPi to the linux 3.16.3 package. > > The BananaPi is the small ARM board that several D

[PATCH initramfs-tools 5/5] debian/control: Add Breaks: systemd-sysv (<< 186)

2014-09-28 Thread Ben Hutchings
If the kernel command line has 'ro' then the init system must remount /usr read-write, but systemd did not do this until version 186. Related-to: #763157 Signed-off-by: Ben Hutchings --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/co

[PATCH initramfs-tools 4/5] init: Only mount /usr if the real init is systemd

2014-09-28 Thread Ben Hutchings
initscripts doesn't work with /usr already mounted. Other init systems might not either. Closes: #763157 Signed-off-by: Ben Hutchings --- init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init b/init index 670fabf..ca5926d 100755 --- a/init +++ b/init @@ -258,7 +258,8 @

[PATCH initramfs-tools 0/5] Only mount /usr if the real init is systemd

2014-09-28 Thread Ben Hutchings
Currently initscripts will not work correctly if /usr is mounted by initramfs-tools. Firstly, fsck will fail and the boot process will stop. If you press Ctrl-D to continue, the boot process will succeed but /usr will not be remounted read-write if necessary. upstart (or mountall) and wheezy's v

[PATCH initramfs-tools 1/5] init: Decide what the real init is immediately before mounting /usr

2014-09-28 Thread Ben Hutchings
Unfortunately, it appears we will need to know this to decide whether or not to mount /usr. Related-to: #763157 Signed-off-by: Ben Hutchings --- init | 68 ++-- 1 file changed, 34 insertions(+), 34 deletions(-) diff --git a/init b/

[PATCH initramfs-tools 2/5] init: Fix validation of the real init program

2014-09-28 Thread Ben Hutchings
If /sbin/init is executable then we would ignore that $init was invalid, without actually setting init=/sbin/init. $init is initialised to /sbin/init, so don't skip the error message if it's empty. Related-to: #763157 Signed-off-by: Ben Hutchings --- init | 29 ++--- 1 f

[PATCH initramfs-tools 3/5] init: Resolve both absolute and relative symlinks in validate_init

2014-09-28 Thread Ben Hutchings
This is limited to a single level of symlinks, but that should be good enough. Remove the use of chroot - that makes no difference to reading a symlink; it would only be useful if applied to the [ -x ]. Related-to: #763157 Signed-off-by: Ben Hutchings --- init | 8 ++-- 1 file changed, 6 in

Re: [PATCH 1/5] m25p80,spi-nor: Fix module aliases for m25p80

2014-09-28 Thread Brian Norris
+ Rafal Rafal has been looking at the same area of code. I'd really like to get this patch into 3.18 if possible, so the more eyes the better. On Sun, Sep 14, 2014 at 06:11:10PM +0100, Ben Hutchings wrote: > m25p80's device ID table is now spi_nor_ids, defined in spi-nor. The > MODULE_DEVICE_TAB

Re: [PATCH 0/5] m25p80,spi-nor: Fix module aliases for m25p80; clean up chip identification

2014-09-28 Thread Brian Norris
On Sun, Sep 14, 2014 at 06:13:15PM +0100, Ben Hutchings wrote: > On Sun, 2014-09-14 at 18:10 +0100, Ben Hutchings wrote: > > The first patch in the series restores the module aliases to m25p80, but > > it does so by duplicating the list of names. This should be suitable > > for stable, but it isn'

Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Ben Hutchings
On Sun, 2014-09-28 at 20:20 +0100, Ben Hutchings wrote: > On Sun, 2014-09-28 at 19:44 +0100, Roger Leigh wrote: > > On Sun, Sep 28, 2014 at 06:49:49PM +0100, Ben Hutchings wrote: > > > Roger, please can you look at this? > > > > > > Ben. > > > > > > On Sun, 2014-09-28 at 11:41 +0200, Robert Luber

Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Ben Hutchings
On Sun, 2014-09-28 at 21:35 +0100, Roger Leigh wrote: > On Sun, Sep 28, 2014 at 08:20:52PM +0100, Ben Hutchings wrote: > > On Sun, 2014-09-28 at 19:44 +0100, Roger Leigh wrote: > > > On Sun, Sep 28, 2014 at 06:49:49PM +0100, Ben Hutchings wrote: > > > > Roger, please can you look at this? > > > >

Processed: Re: Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Debian Bug Tracking System
Processing control commands: > severity -1 serious Bug #763157 [initramfs-tools] initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh Severity set to 'serious' from 'critical' -- 763157: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763157 Debian Bug Tracking System Contact ow

Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Ben Hutchings
Control: severity -1 serious I tested this and the bug does not 'break the whole system': - You can continue boot by pressing Ctrl-D - It does not affect booting with systemd Of course it still needs to be fixed before release. Ben. -- Ben Hutchings This sentence contradicts itself - no actua

Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Roger Leigh
On Sun, Sep 28, 2014 at 08:20:52PM +0100, Ben Hutchings wrote: > On Sun, 2014-09-28 at 19:44 +0100, Roger Leigh wrote: > > On Sun, Sep 28, 2014 at 06:49:49PM +0100, Ben Hutchings wrote: > > > Roger, please can you look at this? > > > > > > Ben. > > > > > > On Sun, 2014-09-28 at 11:41 +0200, Rober

Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Ben Hutchings
On Sun, 2014-09-28 at 19:44 +0100, Roger Leigh wrote: > On Sun, Sep 28, 2014 at 06:49:49PM +0100, Ben Hutchings wrote: > > Roger, please can you look at this? > > > > Ben. > > > > On Sun, 2014-09-28 at 11:41 +0200, Robert Luberda wrote: > > > Package: initramfs-tools > > > Version: 0.117 > > > Se

Bug#762285: linux-image-3.16-2-amd64: [Regression] Brightness control does not work anymore

2014-09-28 Thread Андрей Спицын
Hi Ralf. Try video.use_native_backlight=0 kernel option. In 3.16 native.backlight is set to 1 by default. I think news should warn users about this. Best regards Andrey Spitsyn.

Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Roger Leigh
On Sun, Sep 28, 2014 at 06:49:49PM +0100, Ben Hutchings wrote: > Roger, please can you look at this? > > Ben. > > On Sun, 2014-09-28 at 11:41 +0200, Robert Luberda wrote: > > Package: initramfs-tools > > Version: 0.117 > > Severity: critical > > Justification: breaks the whole system > > > > Hi

Processed: severity of 696632 is wishlist

2014-09-28 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > severity 696632 wishlist Bug #696632 [initramfs-tools] initramfs-tools: Patches to clean up /run handling for jessie Severity set to 'wishlist' from 'important' > thanks Stopping processing here. Please contact me if you need assistance. -- 696

Bug#756249: marked as done (virtio-scsi is not included in installer)

2014-09-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Sep 2014 17:47:10 + with message-id and subject line Bug#756249: fixed in linux 3.2.63-1 has caused the Debian Bug report #756249, regarding virtio-scsi is not included in installer to be marked as done. This means that you claim that the problem has been dealt with

Bug#760037: marked as done (nfs-kernel-server: nfs crashes in set_nfsv4_acl_one)

2014-09-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Sep 2014 17:47:10 + with message-id and subject line Bug#754420: fixed in linux 3.2.63-1 has caused the Debian Bug report #754420, regarding nfs-kernel-server: nfs crashes in set_nfsv4_acl_one to be marked as done. This means that you claim that the problem has been

Bug#754420: marked as done (Regression, NFSv4 server no longer usable)

2014-09-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Sep 2014 17:47:10 + with message-id and subject line Bug#754420: fixed in linux 3.2.63-1 has caused the Debian Bug report #754420, regarding Regression, NFSv4 server no longer usable to be marked as done. This means that you claim that the problem has been dealt wit

Bug#721346: marked as done (linux-image-3.2.0-0.bpo.4-rt-686-pae: Xonar DSX not recognized although there is a functional driver (patch included).)

2014-09-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Sep 2014 17:47:10 + with message-id and subject line Bug#721346: fixed in linux 3.2.63-1 has caused the Debian Bug report #721346, regarding linux-image-3.2.0-0.bpo.4-rt-686-pae: Xonar DSX not recognized although there is a functional driver (patch included). to be

Bug#726150: marked as done (linux-source-3.2: mmio address 0xbafe00 already in use)

2014-09-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Sep 2014 17:47:10 + with message-id and subject line Bug#726150: fixed in linux 3.2.63-1 has caused the Debian Bug report #726150, regarding linux-source-3.2: mmio address 0xbafe00 already in use to be marked as done. This means that you claim that the problem has b

Bug#633128: marked as done (missing pata_rdc.ko in debian-installer)

2014-09-28 Thread Debian Bug Tracking System
Your message dated Sun, 28 Sep 2014 17:47:10 + with message-id and subject line Bug#633128: fixed in linux 3.2.63-1 has caused the Debian Bug report #633128, regarding missing pata_rdc.ko in debian-installer to be marked as done. This means that you claim that the problem has been dealt with.

linux_3.2.63-1_multi.changes ACCEPTED into proposed-updates->stable-new, proposed-updates

2014-09-28 Thread Debian FTP Masters
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sat, 27 Sep 2014 13:36:53 +0100 Source: linux Binary: linux-source-3.2 linux-doc-3.2 linux-manual-3.2 linux-support-3.2.0-4 linux-libc-dev linux-headers-3.2.0-4-all linux-headers-3.2.0-4-all-alpha linux-headers-3.2.0-

Re: Uploading linux (3.2.63-1)

2014-09-28 Thread Adam D. Barratt
On Wed, 2014-09-24 at 03:54 +0100, Ben Hutchings wrote: > I intend to upload linux version 3.2.63-1 to stable-proposed-updates > later this week. This will include all the fixes that went into stable > updates 3.2.61-63 inclusive, including fixes for these security issues: [...] Flagged for accep

Bug#762285: linux-image-3.16-2-amd64: [Regression] Brightness control does not work anymore

2014-09-28 Thread Андрей Спицын
Hi, I have same problem on my thinkpad edge e130. Brightness does not work anymore. I'm using 32-bit architecture. Best regards, Andrey Spitsyn.

Processed: Re: Bug#763192: [LXC] [nfsd] kernel crash when running nfs-kernel-server in one LXC Container

2014-09-28 Thread Debian Bug Tracking System
Processing control commands: > reassign -1 src:linux 3.16.3-2 Bug #763192 [nfs-kernel-server] [LXC] [nfsd] kernel crash when running nfs-kernel-server in one LXC Container Bug reassigned from package 'nfs-kernel-server' to 'src:linux'. No longer marked as found in versions nfs-utils/1:1.2.6-4. I

Bug#754354: Something holds dentry-related mutex forever in Wheezy amd64 kernel

2014-09-28 Thread Mike Crowe
On Sunday 28 September 2014 at 15:01:21 +0100, Ben Hutchings wrote: > On Sat, 2014-09-27 at 19:41 +0100, Mike Crowe wrote: > > I compiled my own version of the Debian 3.2.60-1+deb7u3 kernel with > > CONFIG_LOCKDEP and panic on hung task enabled. > > > > >From the crash dump: > > > > [25202.156175

Bug#763192: [LXC] [nfsd] kernel crash when running nfs-kernel-server in one LXC Container

2014-09-28 Thread Ben Hutchings
Control: reassign -1 src:linux 3.16.3-2 Control: retitle -1 NFSv4 server recovery not supported in container Control: severity -1 wishlist On Sun, 2014-09-28 at 17:44 +0200, LACROIX Jean Marc wrote: > Package: nfs-kernel-server > Version: 1:1.2.6-4 > Severity: serious > > Hi dear maintainer, > >

Bug#763192: [LXC] [nfsd] kernel crash when running nfs-kernel-server in one LXC Container

2014-09-28 Thread LACROIX Jean Marc
Package: nfs-kernel-server Version: 1:1.2.6-4 Severity: serious Hi dear maintainer, I have on problem on nfs-kernel-server (Debian Wheezy) when installed in one LXC container (debian Wheezy) on one Debian Jessie host with very recent kernel (3.16-2-amd64) The configuration is hosted on one I

Bug#754354: Something holds dentry-related mutex forever in Wheezy amd64 kernel

2014-09-28 Thread Ben Hutchings
On Sat, 2014-09-27 at 19:41 +0100, Mike Crowe wrote: > I compiled my own version of the Debian 3.2.60-1+deb7u3 kernel with > CONFIG_LOCKDEP and panic on hung task enabled. > > >From the crash dump: > > [25202.156175] INFO: task nfsd:3247 blocked for more than 900 seconds. > [25202.162565] "echo 0

Bug#763172: iwlwifi: Microcode SW error

2014-09-28 Thread Ralf Jung
Package: src:linux Version: 3.16.3-2 Severity: normal Dear Maintainer, the wireless driver occasionally complains about microcode errors. This happens around twice a week. It didn't happen at all with the 3.14 kernel. My laptop runs an Intel Wireless 7260 card. Here's the "iwlwifi" part of the l

Bug#762984: initramfs-tools: Alert! /dev/vg0/usr does not exist

2014-09-28 Thread Elimar Riesebieter
* Elimar Riesebieter [2014-09-28 11:54 +0200]: > * Elimar Riesebieter [2014-09-27 22:14 +0200]: > [...] > Workaround: > cat /etc/initramfs-tools/scripts/local-top/vgscan > > #!/bin/sh > vgchange -ay [...] > Workaround: > cat /etc/initramfs-tools/scripts/local-top/mdadm-assemble > > #!/bin/sh

Re: [PATCH 0/5] m25p80,spi-nor: Fix module aliases for m25p80; clean up chip identification

2014-09-28 Thread Mark Brown
On Sun, Sep 14, 2014 at 06:10:24PM +0100, Ben Hutchings wrote: > The first patch in the series restores the module aliases to m25p80, but > it does so by duplicating the list of names. This should be suitable > for stable, but it isn't viable in the longer term. Please don't CC patches not for th

Re: [klibc] [PATCH 2/2] readlink: Add -f option

2014-09-28 Thread Thorsten Glaser
Ben Hutchings dixit: >This is needed to support mounting non-root filesystems in >initramfs-tools. As an alternative, you can use mksh (built against klibc) which has a “realpath” builtin. It just takes one argument, the path to resolve, and no flags. bye, //mirabilos -- > Wish I had pine to ha

Bug#762870: initramfs-tools: fails to boot after upgrade from 0.116 to 0.117

2014-09-28 Thread Elimar Riesebieter
On Fri, 26 Sep 2014 14:59:28 +0200 Jakub Wilk wrote: > >-f: No such file or directory > > I believe this was caused by: > http://anonscm.debian.org/cgit/kernel/initramfs-tools.git/commit/?id=be18fee1bd52 > > The readlink command in initramfs doesn't seem to support -f: > > $ readlink -f / > -f:

Bug#762984: initramfs-tools: Alert! /dev/vg0/usr does not exist

2014-09-28 Thread Elimar Riesebieter
* Elimar Riesebieter [2014-09-27 22:14 +0200]: > On Sat, 27 Sep 2014 20:05:07 +0100 Ben Hutchings wrote: [...] > > Is / on RAID and/or LVM? I suspect we may not correctly handle some > > cases where /usr requires a RAID or VG that / does not. > > ## > System 1: > /dev/mapper/vg0-burn

Bug#763155: linux-image-3.16-2-686-pae: linux 3.16-2-686-pae: i915 module crashes on Eeepc 1001p

2014-09-28 Thread Vladimir Kudrya
Package: src:linux Version: 3.16.3-2 Severity: important Dear Maintainer, after upgrade to kernel 3.16, i915 module stopped working resulting in black screen immediately after i915 is loaded during boot. There is also similar Archlinux bug report: https://bugs.archlinux.org/task/42036 Relevant

Bug#763157: initramfs-tools: Mounting /usr by initramfs-tools breaks checkfs.sh

2014-09-28 Thread Robert Luberda
Package: initramfs-tools Version: 0.117 Severity: critical Justification: breaks the whole system Hi After /usr is being mounted from initramfs, system is no longer bootable, because checkfs.sh script fails with: [] Checking file systems...fsck from util-linux 2.20.1 /home2: clean, 16682

Bug#696632: initramfs-tools: Patches to clean up /run handling for jessie

2014-09-28 Thread Roger Leigh
On Sat, Sep 27, 2014 at 08:11:42PM +0100, Ben Hutchings wrote: > On Wed, 11 Sep 2013 18:29:53 +0200 maximilian attems wrote: > > On Mon, 24 Dec 2012, Roger Leigh wrote: > > > > > 1) Migration of /run to the rootfs is mandatory, i.e. /run is required to > > >be present on the rootfs. This wil