Bug#636306: mount.nfs: page allocation failure. order:4, mode:0xc0d0

2011-09-07 Thread Berni Elbourn
The trick to do "task || task" in cron did work several times. I am very grateful but (would you believe it) only yesterday the system was moved onto something with far more memory. :-( I doubt it will suffer the problem again. If this becomes an issue for others I would be happy to set-up a

Bug#635653: [linux-2.6] Please pick: iwlagn: check for !priv->txq in iwlagn_wait_tx_queue_empty

2011-09-07 Thread Berg, Johannes
> > [1] https://patchwork.kernel.org/patch/1005892/ > > The replies on that page say that the bug was in mac80211, not iwlagn. Yeah iwlagn reacted badly to being called here, that's how we found the bug. > It seems that the correct fix is: > > commit 94f9b97be5b3bf67392e43fb7f567721b09142c2 > A

Re: [PATCH] gpio: rewrite U300 GPIO to use gpiolib

2011-09-07 Thread Linus Walleij
On Tue, Sep 6, 2011 at 11:51 AM, Arnaud Patard wrote: > [Me] >> -#ifdef U300_COH901571_3 >> +#if defined(CONFIG_MACH_U300_BS365) || defined(CONFIG_MACH_U300_BS335) >>       { >>               .name  = "gpio3", >>               .start = IRQ_U300_GPIO_PORT3, >> @@ -236,6 +237,7 @@ static struct reso

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

2011-09-07 Thread ael
On Tue, Sep 06, 2011 at 04:16:11AM +0100, Ben Hutchings wrote: > 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 > > >

Bug#637234: [Xen-devel] Re: Bug#637234: linux-image-3.0.0-1-686-pae: I/O errors using ext4 under xen

2011-09-07 Thread Konrad Rzeszutek Wilk
On Wed, Sep 07, 2011 at 02:51:04AM +0100, Ben Hutchings wrote: > On Mon, 2011-08-29 at 10:08 -0400, Konrad Rzeszutek Wilk wrote: > [...] > > Oh, I think I know _exactly_ what bug that is: > > > > This git commit: > > 280802657fb95c52bb5a35d43fea60351883b2af "xen/blkback: When writting > > barrier

Bug#636269: Bug #636269 -- Problem is still with us...

2011-09-07 Thread Milan Kupcevic
On 09/07/2011 01:47 AM, Rick Thomas wrote: > > I tried again today. I installed Sid from the Sid_d-i PowerPC daily > businesscard. Same problem. > Fixed kernel did not get into d-i, yet. Milan -- To UNSUBSCRIBE, email to debian-kernel-requ...@lists.debian.org with a subject of "unsubscrib

Re: [PATCH v2] gpio: rewrite U300 GPIO to use gpiolib

2011-09-07 Thread Barry Song
> -/* GPIO Pull-Up status */ > -#define DISABLE_PULL_UP  0 > -#define ENABLE_PULL_UP  1 > +#define U300_OUTPUT_LOW { \ > +       .output = true, \ > +       .outval = 0, \ > +} > > -#define GPIO_NOT_USED 0 > -#define GPIO_IN       1 > -#define GPIO_OUT      2 > +#define U300_OUTPUT_HIGH { \ > +    

Bug#637740: [PATCH] uvcvideo: Fix crash when linking entities

2011-09-07 Thread Josh Boyer
On Wed, Sep 07, 2011 at 12:29:08AM +0200, Laurent Pinchart wrote: > The uvc_mc_register_entity() function wrongfully selects the > media_entity associated with a UVC entity when creating links. This > results in access to uninitialized media_entity structures and can hit a > BUG_ON statement in med

Bug#584314: base: System freezes at random time after Resume from Suspend (Regression)

2011-09-07 Thread Andreas Berger
On Thursday, September 01, 2011 21:09:38 Jonathan Nieder wrote: > Hi Andreas, > > Andreas Berger wrote: > > On Tuesday, August 30, 2011 05:10:47 you wrote: > >> I suspect memory corruption. Maybe v2.6.37-rc5~3^2 (PM / Hibernate: > >> Fix memory corruption related to swap, 2010-12-03) fixes it. C

Bug#637308: xen-linux-system-2.6.32-5-xen-amd64: with kernel option 'nosmp', dom0 hangup while init PCI-Express Fusion-MPT SAS

2011-09-07 Thread Konrad Rzeszutek Wilk
> Looking at this again: this problem only really applies to dom0, and the > new code won't even build in a domU-only kernel config with > CONFIG_X86_IO_APIC unset. I think we actually need something like: Ok, that is Ok I think? We don't care about domU for this? Or is it that it will cause boo

Bug#637308: xen-linux-system-2.6.32-5-xen-amd64: with kernel option 'nosmp', dom0 hangup while init PCI-Express Fusion-MPT SAS

2011-09-07 Thread Ben Hutchings
On Wed, Sep 07, 2011 at 01:01:06PM -0400, Konrad Rzeszutek Wilk wrote: > > Looking at this again: this problem only really applies to dom0, and the > > new code won't even build in a domU-only kernel config with > > CONFIG_X86_IO_APIC unset. I think we actually need something like: > > Ok, that i

Bug#611493: dmesg obtained from initrd shell

2011-09-07 Thread pascal . bernard1
If it is a hardware problem, I do not see why it doesn't show with the Mint system. Moreover, if all is fine for a few minutes, the computer will go for hours, using all the memory, without any panic. I will try to install a Mint Debian on a native partition to see what happens. Thank you for t

Upcoming Point Releases

2011-09-07 Thread Philipp Kern
Hi, we finally got target dates for the next point releases of both Lenny and Squeeze. Lenny should get 5.0.9 on October 1st; Squeeze will follow on October 8th with 6.0.3. NEW for Lenny will be closed on the weekend of September 24th; NEW for Squeeze on the weekend of October 1st. The upload o

Re: [PATCH v2] gpio: rewrite U300 GPIO to use gpiolib

2011-09-07 Thread Linus Walleij
2011/9/7 Barry Song <21cn...@gmail.com>: >> -       /* Enable or disable the internal pull-ups in the GPIO ASIC block */ >> -       for (i = 0; i < U300_GPIO_MAX; i++) { >> -               val = 0; >> -               for (j = 0; j < 8; j++) >> -                       val |= (u32)((u300_gpio_config

Bug#637308: xen-linux-system-2.6.32-5-xen-amd64: with kernel option 'nosmp', dom0 hangup while init PCI-Express Fusion-MPT SAS

2011-09-07 Thread Konrad Rzeszutek Wilk
> As I understand it, the kernel won't work in dom0 if the (PV) IOAPIC is > disabled. CONFIG_XEN_DOM0 depends on CONFIG_X86_IO_APIC and we're now > trying to catch the case where IOAPIC support is disabled at boot. > > However, in domU, IOAPIC support is not required (right?). CONFIG_XEN Yup. >

Processed: Re: br2684: Routed mode interface cannot be activated

2011-09-07 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org: > # Pascal Hambourg wrote: > # > # > The patch has been included in the new kernel 2.6.32.44 upstream. > # > commit 58e6859b0205a2394387a1e16a5bf455f24d4611 > # > # Ben Hutchings wrote: > # > # > linux-2.6 (2.6.32-36) UNRELEASED; urgency=high > # [.

Bug#597358: xserver-xorg-video-radeon: Screen brightness flickers when KMS is enabled

2011-09-07 Thread Jonathan Nieder
Hi, Aaron Small wrote[1]: > When KMS is enabled, the screen is mostly correct all the time, but the > brightness for either the entire screen, or one horizontal line > flickers, maybe two to three times per second. Sometimes the change in > brightness is just noticeable, and sometimes it is stron

Bug#597358: [PATCH 2.6.32.y-drm33.z 1/3] drm: radeon: fix sign bug

2011-09-07 Thread Jonathan Nieder
From: Dan Carpenter Date: Sat, 17 Jul 2010 12:28:02 +0200 commit 167ffc44caaee68ea60dadf6931a4d195a4ed1f0 upstream. The "error" variable is unsigned so it's never less than zero. I changed it to check if (freq < current_freq) directly. "best_error" is also unsigned so "best_error - 100" could

Bug#597358: [PATCH 2.6.32.y-drm33.z 3/3] drm/radeon/kms: remove some pll algo flags

2011-09-07 Thread Jonathan Nieder
From: Alex Deucher Date: Wed, 29 Sep 2010 11:37:40 -0400 commit f28488c282d8916b9b6190cc41714815bbaf97d5 upstream. These shouldn't be needed with the post div changes in the last patch. Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie Signed-off-by: Jonathan Nieder --- drivers/gpu/drm

Bug#597358: [PATCH 2.6.32.y-drm33.z 2/3] drm/radeon/kms: prefer high post dividers in legacy pll algo

2011-09-07 Thread Jonathan Nieder
From: Alex Deucher Date: Wed, 29 Sep 2010 11:37:39 -0400 commit bcac54da0a6bd2ed93a2a70fe3d4ebc08c4ed779 upstream. the hw prefers higher post dividers Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie Signed-off-by: Jonathan Nieder --- drivers/gpu/drm/radeon/radeon_display.c |2 +-

Bug#603301: linux-image-2.6.32-5-amd64: FS-Cache doesn't working with my NFS mount

2011-09-07 Thread Jonathan Nieder
Hi Piotr, Ben, Piotr Meyer wrote[1]: > Adter enabling FS-Cache on my NFS mount (busy WWW node) I got > following error > (more in dmesg below): > > CacheFiles: I/O Error: Unlink failed > FS-Cache: Cache cachefiles stopped due to I/O error On 2010-11-15, Ben Hutchings wrote: > For future referen

Bug#597358: xserver-xorg-video-radeon: Screen brightness flickers when KMS is enabled

2011-09-07 Thread Stefan Bader
On 07.09.2011 13:36, Jonathan Nieder wrote: > Hi, > > Aaron Small wrote[1]: > >> When KMS is enabled, the screen is mostly correct all the time, but the >> brightness for either the entire screen, or one horizontal line >> flickers, maybe two to three times per second. Sometimes the change in >>

Re: [PATCH v2] gpio: rewrite U300 GPIO to use gpiolib

2011-09-07 Thread Grant Likely
On Wed, Sep 07, 2011 at 10:11:25AM +0200, Linus Walleij wrote: > From: Linus Walleij > > This rewrites the U300 GPIO so as to use gpiolib and > struct gpio_chip instead of just generic GPIO, hiding > all the platform specifics and passing in GPIO chip > variant as platform data at runtime instead

Re: [PATCH v2] gpio: rewrite U300 GPIO to use gpiolib

2011-09-07 Thread Grant Likely
On Wed, Sep 7, 2011 at 11:02 AM, Grant Likely wrote: > On Wed, Sep 07, 2011 at 10:11:25AM +0200, Linus Walleij wrote: >> From: Linus Walleij >> >> This rewrites the U300 GPIO so as to use gpiolib and >> struct gpio_chip instead of just generic GPIO, hiding >> all the platform specifics and passin