Re: [PATCH] arm: ixp4xx, u300: Select ARCH_REQUIRE_GPIOLIB, not GENERIC_GPIO

2011-09-05 Thread Rtp
Ben Hutchings b...@decadent.org.uk writes: Hi, The GPIO implementations for these two machines depend on gpiolib, so they must not select GENERIC_GPIO directly. They're not calling gpiochip_add afaik so they should really only select GENERIC_GPIO. Signed-off-by: Ben Hutchings

Bug#640391: linux-image-3.0.0-1-686-pae: ark3116 driver regression

2011-09-05 Thread ael
On Sun, Sep 04, 2011 at 09:07:17PM +0100, Ben Hutchings wrote: On Sun, 2011-09-04 at 19:42 +0100, ael wrote: Package: linux-2.6 Version: 3.0.0-3 Severity: normal Tags: upstream Regression in the ark3116 (perhaps interaction with usbserial). The hardware is a USB -serial port

Bug#640391: linux-image-3.0.0-1-686-pae: ark3116 driver regression

2011-09-05 Thread ael
On Sun, Sep 04, 2011 at 09:07:17PM +0100, Ben Hutchings wrote: On Sun, 2011-09-04 at 19:42 +0100, ael wrote: Package: linux-2.6 Version: 3.0.0-3 Severity: normal Tags: upstream Regression in the ark3116 (perhaps interaction with usbserial). The hardware is a USB -serial port

Bug#594886: linux-image-2.6.32-5-amd64: Computer freeze on network traffic

2011-09-05 Thread Marcos Garcia Ochoa
Sorry for being away so long, but there have been developments. I'm running 2.6.35-trunk-amd64 with acpi=off and the system seems to work correctly. I suspect the faulty Targa Traveller 826 RTC has striked again. -- Ta otro mail... Marcos (cualquier parecido con la coincidencia es pura realidad)

Bug#592497: linux-image-2.6.32-bpo.5-686-bigmem: Kernel panic in put_cred_rcu()

2011-09-05 Thread Joseph Landry
I dont use lenny anymore, and I don't remember if we tested 2.6.32-31 on our server. I will test squeeze's 2.6.32-35 (linux-image-2.6.32-5-686-bigmem) and keep you informed if the bug is still there. Joseph. Hi, Joseph Landry wrote: I'm using the latest lenny-backport kernel on a new

Re: [PATCH] arm: ixp4xx, u300: Select ARCH_REQUIRE_GPIOLIB, not GENERIC_GPIO

2011-09-05 Thread Russell King - ARM Linux
On Mon, Sep 05, 2011 at 08:54:30AM +0200, Arnaud Patard wrote: The problem here is that gpio_request_one has been added to the ads7846 driver but gpio_request_one is not defined in GENERIC_GPIO case (I guess that other (arm and non-arm) platforms may hit similar troubles with gpio_request_one.

Bug#640391: linux-image-3.0.0-1-686-pae: ark3116 driver regression

2011-09-05 Thread Ben Hutchings
On Mon, 2011-09-05 at 10:15 +0100, ael wrote: On Sun, Sep 04, 2011 at 09:07:17PM +0100, Ben Hutchings wrote: On Sun, 2011-09-04 at 19:42 +0100, ael wrote: Package: linux-2.6 Version: 3.0.0-3 Severity: normal Tags: upstream Regression in the ark3116 (perhaps interaction

Bug#640220: closed by Ben Hutchings b...@decadent.org.uk (Re: Bug#640220: linux-image-3.0.0-1-orion5x: Cannot update kernel image)

2011-09-05 Thread Ben Hutchings
On Mon, 2011-09-05 at 06:53 +0200, Michael Ott wrote: Package: linux-2.6 Version: 3.0.0-3 Severity: normal When I try to upgrade my system I got the following error: Setting up linux-image-3.0.0-1-orion5x (3.0.0-3) ... Running depmod. vmlinuz(/boot/vmlinuz-3.0.0-1-orion5x

Processed: reopening 640220, reassign 640220 to flash-kernel

2011-09-05 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: reopen 640220 Bug #640220 {Done: Ben Hutchings b...@decadent.org.uk} [linux-2.6] linux-image-3.0.0-1-orion5x: Cannot update kernel image reassign 640220 flash-kernel Bug #640220 [linux-2.6] linux-image-3.0.0-1-orion5x: Cannot update kernel image

Re: [PATCH] arm: ixp4xx, u300: Select ARCH_REQUIRE_GPIOLIB, not GENERIC_GPIO

2011-09-05 Thread Rtp
Russell King - ARM Linux li...@arm.linux.org.uk writes: Hi, On Mon, Sep 05, 2011 at 08:54:30AM +0200, Arnaud Patard wrote: The problem here is that gpio_request_one has been added to the ads7846 driver but gpio_request_one is not defined in GENERIC_GPIO case (I guess that other (arm and

Re: Bug#640220: linux-image-3.0.0-1-orion5x: Cannot update kernel image

2011-09-05 Thread Hector Oron
Hello, On Mon, Sep 05, 2011 at 06:53:54AM +0200, Michael Ott wrote: Setting up linux-image-3.0.0-1-orion5x (3.0.0-3) ... Running depmod. Examining /etc/kernel/postinst.d. run-parts: executing /etc/kernel/postinst.d/initramfs-tools 3.0.0-1-orion5x /boot/vmlinuz-3.0.0-1-orion5x

Re: [PATCH] arm: ixp4xx, u300: Select ARCH_REQUIRE_GPIOLIB, not GENERIC_GPIO

2011-09-05 Thread Linus Walleij
On Mon, Sep 5, 2011 at 5:12 AM, Ben Hutchings b...@decadent.org.uk wrote: @@ -830,7 +830,7 @@ config ARCH_U300        select GENERIC_CLOCKEVENTS        select CLKDEV_LOOKUP        select HAVE_MACH_CLKDEV -       select GENERIC_GPIO +       select ARCH_REQUIRE_GPIOLIB        help          

[RFC/PATCH] ARM: ixp4xx gpiolib support

2011-09-05 Thread Imre Kaloz
This patch adds gpiolib support for the IXP4xx platform Signed-off-by: Imre Kaloz ka...@openwrt.org --- arch/arm/Kconfig |2 +- arch/arm/mach-ixp4xx/common.c| 39 + arch/arm/mach-ixp4xx/include/mach/gpio.h | 46

Re: [PATCH] arm: ixp4xx, u300: Select ARCH_REQUIRE_GPIOLIB, not GENERIC_GPIO

2011-09-05 Thread Ben Hutchings
On Mon, Sep 05, 2011 at 02:41:30PM +0200, Linus Walleij wrote: On Mon, Sep 5, 2011 at 5:12 AM, Ben Hutchings b...@decadent.org.uk wrote: @@ -830,7 +830,7 @@ config ARCH_U300        select GENERIC_CLOCKEVENTS        select CLKDEV_LOOKUP        select HAVE_MACH_CLKDEV -       select

Bug#622146: nfs-common: compatibility between squeeze and sid broken

2011-09-05 Thread Sam Hartman
Adam == Adam D Barratt a...@adam-barratt.org.uk writes: Adam The krb5 package was uploaded and I've (somewhat belatedly) Adam marked it for acceptance at the next dinstall. What's the Adam status of the nfs-utils upload? My guess is they were waiting for krb5. Remember they have

[bts-link] source package linux-2.6

2011-09-05 Thread bts-link-upstream
# # bts-link upstream status pull for source package linux-2.6 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html # user bts-link-upstr...@lists.alioth.debian.org # remote status report for #577747 (http://bugs.debian.org/577747) # Bug title: linux-image-2.6.32-4-686:

Bug#640391: linux-image-3.0.0-1-686-pae: ark3116 driver regression

2011-09-05 Thread ael
On Mon, Sep 05, 2011 at 12:11:26PM +0100, Ben Hutchings wrote: Package: linux-2.6 Version: 3.0.0-3 Severity: normal Tags: upstream Regression in the ark3116 (perhaps interaction with usbserial). Please can you test with an older kernel package (they are still

Bug#611493: dmesg obtained from initrd shell

2011-09-05 Thread Pascal BERNARD
Here is the result of dmesg from the initrd shell. ls /dev/mapper shows that some logical volumes are not present. The final message of dmesg is about a failure of vgchange. All this confirm that the lvm track is worth investigations. [0.00] Initializing cgroup subsys cpuset [

Bug#611493: dmesg obtained from initrd shell

2011-09-05 Thread Ben Hutchings
On Mon, 2011-09-05 at 21:08 +0200, Pascal BERNARD wrote: Here is the result of dmesg from the initrd shell. ls /dev/mapper shows that some logical volumes are not present. The final message of dmesg is about a failure of vgchange. All this confirm that the lvm track is worth investigations.

Bug#640391: linux-image-3.0.0-1-686-pae: ark3116 driver regression

2011-09-05 Thread Ben Hutchings
On Mon, 2011-09-05 at 19:46 +0100, ael wrote: On Mon, Sep 05, 2011 at 12:11:26PM +0100, Ben Hutchings wrote: Package: linux-2.6 Version: 3.0.0-3 Severity: normal Tags: upstream Regression in the ark3116 (perhaps interaction with usbserial). Please can you

Bug#636797: patch for WARN_OUT?

2011-09-05 Thread Ben Hutchings
On Tue, 2011-08-30 at 14:35 -0400, Daniel Kahn Gillmor wrote: On 08/29/2011 02:40 PM, Ben Hutchings wrote: This is what I've added for 2.6.32-36. Any review would be appreciated. Thanks, Ben! Two crashes i have documentation for show the division-by-zero error happening in

Re: Bug#636123: kernel panic after installing 2.6.39 from backports on squeeze

2011-09-05 Thread Ben Hutchings
On Tue, 2011-08-30 at 20:22 +0200, Marcus Osdoba wrote: [...] I do not use dracut, just stable with kernel from backports. So I like to state, that there is a known workaround: Make sure to regenerate the initramfs before rebooting and do not uninstall the stable kernel ;-) [...] Well, of

Bug#633595: elantech mouse v3 support

2011-09-05 Thread Ben Hutchings
On Mon, 2011-08-29 at 10:56 -0500, Seth Forshee wrote: On Mon, Aug 29, 2011 at 04:22:36PM +0100, Ben Hutchings wrote: On Mon, 2011-08-29 at 16:06 +0200, Julien Valroff wrote: Hi Ben, Le lundi 29 août 2011 à 14:07:44 (+0200 CEST), Ben Hutchings a écrit : On Mon, 2011-08-29 at 00:35

Bug#636355: iwl4965: MAC is in deep sleep! freezes

2011-09-05 Thread Ben Hutchings
On Tue, 2011-08-02 at 17:10 +0200, Christoph Anton Mitterer wrote: Package: linux-source-3.0.0 Version: 3.0.0-1 Severity: important Hi. Since some time now I get have the following problem: When I bring the WLAN interface up, after some time (usually just minutes) I get the following

Bug#640650: linux-image-2.6.32-5-openvz-amd64: kernel NULL pointer dereference

2011-09-05 Thread Luke
Package: linux-2.6 Version: 2.6.32-35 Severity: important [5353473.940460] BUG: unable to handle kernel NULL pointer dereference at 0070 [5353473.940511] IP: [81100c5b] d_instantiate+0x10/0x3c [5353473.940544] PGD 4a7592067 PUD 44b0d8067 PMD 0 [5353473.940575] Oops: