Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re:2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-25 Thread Rafael J. Wysocki
Hi, On Friday, 25 of March 2005 01:49, you wrote: ]--snip--[ > > > I actually added such calls in uhci, ehci and yenta. It's ok for S3 (and > > > definitely required for S3). Unclear if it's ok for S4, so please try > > > revert the patch. > > > > 2.6.11-rc1-mm1 with the patch reverted works fine

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re:2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-24 Thread Li Shaohua
On Thu, 2005-03-24 at 21:42, Rafael J. Wysocki wrote: > Hi, > > On Thursday, 24 of March 2005 02:27, Li Shaohua wrote: > > On Thu, 2005-03-24 at 09:03, Len Brown wrote: > > > On Wed, 2005-03-23 at 18:49, Rafael J. Wysocki wrote: > > > > Hi, > > > > > > > > On Wednesday, 23 of March 2005 23:39, Pa

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-24 Thread Rafael J. Wysocki
Hi, On Thursday, 24 of March 2005 02:03, Len Brown wrote: > On Wed, 2005-03-23 at 18:49, Rafael J. Wysocki wrote: ]-- snip --[ > I'd believe that ohci_hcd and ehci_hcd are fragile since glancing > at their lengthy .resume routines it isn't immediately obvious > that they do this.  But yenta_dev_r

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re:2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-24 Thread Rafael J. Wysocki
Hi, On Thursday, 24 of March 2005 02:27, Li Shaohua wrote: > On Thu, 2005-03-24 at 09:03, Len Brown wrote: > > On Wed, 2005-03-23 at 18:49, Rafael J. Wysocki wrote: > > > Hi, > > > > > > On Wednesday, 23 of March 2005 23:39, Pavel Machek wrote: > > > > Hi! > > > > > > > > > > > > Will this do it

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-24 Thread Pavel Machek
Hi! > > You can't put -ENODEV into pci_power_t ... but maybe we should create > > PCI_ERROR and pass it in cases like this one? > That makes sense, please do it. Added: #define PCI_POWER_ERROR ((pci_power_t __force) -1) Pav

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-23 Thread Li Shaohua
On Tue, 2005-03-22 at 20:20, Pavel Machek wrote: > Hi! > > > >> > Yes, but it is needed. There are many drivers, and they look at > > >> > numerical value of PMSG_*. I'm proceeding in steps. I hopefully > > killed > > >> > all direct accesses to the constants, and will switch constants > to > > >>

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re:2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-23 Thread Li Shaohua
On Thu, 2005-03-24 at 09:03, Len Brown wrote: > On Wed, 2005-03-23 at 18:49, Rafael J. Wysocki wrote: > > Hi, > > > > On Wednesday, 23 of March 2005 23:39, Pavel Machek wrote: > > > Hi! > > > > > > > > > > Will this do it for the moment? > > > > > > > > > > > > Its certainly better. > > > > > > >

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-23 Thread Len Brown
On Wed, 2005-03-23 at 18:49, Rafael J. Wysocki wrote: > Hi, > > On Wednesday, 23 of March 2005 23:39, Pavel Machek wrote: > > Hi! > > > > > > > > Will this do it for the moment? > > > > > > > > > > Its certainly better. > > > > > > > > With the Len's patch applied I have to unload the modules: > >

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-23 Thread Rafael J. Wysocki
Hi, On Wednesday, 23 of March 2005 23:39, Pavel Machek wrote: > Hi! > > > > > > Will this do it for the moment? > > > > > > > > Its certainly better. > > > > > > With the Len's patch applied I have to unload the modules: > > > > > > ohci_hcd > > > ehci_hcd > > > yenta_socket > > > > > > befor

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-23 Thread Pavel Machek
Hi! > > > > Will this do it for the moment? > > > > > > Its certainly better. > > > > With the Len's patch applied I have to unload the modules: > > > > ohci_hcd > > ehci_hcd > > yenta_socket > > > > before suspend as each of them hangs the box solid during either > > suspend or resume. Moreo

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-23 Thread Lee Revell
On Tue, 2005-03-22 at 21:41 +0200, Indrek Kruusa wrote: > Lee Revell <[EMAIL PROTECTED]> wrote: > > > >/ On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote:/ > >/ > From: [EMAIL PROTECTED]/ > >/ > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel > panic when loading the EMU1

Re: 2.6.12-rc1-mm1: resume regression [update] (was: Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-23 Thread Rafael J. Wysocki
Hi, On Tuesday, 22 of March 2005 22:49, Rafael J. Wysocki wrote: > Hi, > > On Tuesday, 22 of March 2005 12:01, Pavel Machek wrote: > > Hi! > > > > > Will this do it for the moment? > > > > Its certainly better. > > With the Len's patch applied I have to unload the modules: > > ohci_hcd > ehci

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-23 Thread Indrek Kruusa
> Lee Revell <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > > From: [EMAIL PROTECTED] > > > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel panic when > > > loading the EMU10K1 driver > > > > > > > > This one is a real mystery. No one

Re: 2.6.12-rc1-mm1: hostap stack usage

2005-03-22 Thread Jouni Malinen
(netdev added to cc:) On Tue, Mar 22, 2005 at 05:33:40PM +0100, Adrian Bunk wrote: > The stack usage in some files under drivers/net/wireless/hostap/ is > too high. Thanks; I'll fix these and submit a patch (or two) after some testing. > drivers/net/wireless/hostap/hostap_ioctl.c: > > prism2_i

2.6.12-rc1-mm1: resume regression (was: Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389)

2005-03-22 Thread Rafael J. Wysocki
Hi, On Tuesday, 22 of March 2005 12:01, Pavel Machek wrote: > Hi! > > > Will this do it for the moment? > > Its certainly better. With the Len's patch applied I have to unload the modules: ohci_hcd ehci_hcd yenta_socket before suspend as each of them hangs the box solid during either suspend

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Hans Reiser
Adrian Bunk wrote: >On Tue, Mar 22, 2005 at 09:50:14AM -0800, Hans Reiser wrote: > > > >>All of my technical arguments on this topic were nicely obliterated by >>Andrew. The only real reason remaining (that I know of) is that I want >>to first eliminate all things which are a barrier to inclusi

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-22 Thread Indrek Kruusa
Lee Revell <[EMAIL PROTECTED]> wrote: > >/ On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote:/ >/ > From: [EMAIL PROTECTED]/ >/ > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel panic when loading the EMU10K1 driver/ >/ > / >/ / >/ This one is a real mystery. No one can reprod

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Jörn Engel
[ Pruned Hans&co from Cc: list] On Tue, 22 March 2005 20:21:22 +0100, Adrian Bunk wrote: > > My plan is to send a patch to Andrew that unconditionally enables > 4KSTACKS for shaking out the last bugs before possibly removing > 8 kB stacks completely. In that case you might find this output rele

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Adrian Bunk
On Tue, Mar 22, 2005 at 09:50:14AM -0800, Hans Reiser wrote: > All of my technical arguments on this topic were nicely obliterated by > Andrew. The only real reason remaining (that I know of) is that I want > to first eliminate all things which are a barrier to inclusion before > dealing with thi

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Adrian Bunk
On Tue, Mar 22, 2005 at 07:56:05PM +0100, Jörn Engel wrote: > On Tue, 22 March 2005 18:13:40 +0100, Adrian Bunk wrote: > > > > REISER4_FS is the only option with a dependency on !4KSTACKS which is > > bad since 8 kB stacks on i386 won't stay forever. > > > > Could fix the problems with 4 kB stac

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Jörn Engel
On Tue, 22 March 2005 19:56:05 +0100, Jörn Engel wrote: > > stackframes for call path too long (2808): Maybe I should change the output. "too long" simply means "user gave a stack limit below this value". 2808 bytes is the most expensive path for reiser4 without recursion, so my limit was 2800.

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Jörn Engel
On Tue, 22 March 2005 18:13:40 +0100, Adrian Bunk wrote: > > REISER4_FS is the only option with a dependency on !4KSTACKS which is > bad since 8 kB stacks on i386 won't stay forever. > > Could fix the problems with 4 kB stacks? > > Running > > make checkstacks | grep reiser4 > > inside te k

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Arjan van de Ven
On Tue, 2005-03-22 at 18:13 +0100, Adrian Bunk wrote: > Hi Hans, > > REISER4_FS is the only option with a dependency on !4KSTACKS which is > bad since 8 kB stacks on i386 won't stay forever. > > Could fix the problems with 4 kB stacks? I'd be interested to find out what the problem is as well;

Re: 2.6.12-rc1-mm1: REISER4_FS <-> 4KSTACKS

2005-03-22 Thread Hans Reiser
Adrian Bunk wrote: >Hi Hans, > >REISER4_FS is the only option with a dependency on !4KSTACKS which is >bad since 8 kB stacks on i386 won't stay forever. > >Could fix the problems with 4 kB stacks? > >Running > > make checkstacks | grep reiser4 > >inside te kernel sources after compiling gives yo

Re: 2.6.12-rc1-mm1

2005-03-22 Thread Jesse Barnes
On Tuesday, March 22, 2005 1:18 am, Adrian Bunk wrote: > On Mon, Mar 21, 2005 at 04:42:00PM -0800, Jesse Barnes wrote: > > On Monday, March 21, 2005 12:25 pm, Adrian Bunk wrote: > > > On Mon, Mar 21, 2005 at 09:15:53AM -0800, Jesse Barnes wrote: > > > > On Monday, March 21, 2005 2:51 am, Andrew Mor

pm_message_t to struct conversion [was Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389]

2005-03-22 Thread Pavel Machek
Hi! > to Linus when he reappears and then I'll duck for cover and let you guys > sort it out ;) There should be little reason for taking cover, that patches were just anotating types... BTW this is how switch to pm_message_t is going to look. If you are developing something pm-related, you should

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-22 Thread Pavel Machek
Hi! > >> > Yes, but it is needed. There are many drivers, and they look at > >> > numerical value of PMSG_*. I'm proceeding in steps. I hopefully > killed > >> > all direct accesses to the constants, and will switch constants to > >> > something else... But that is going to be tommorow (need some

RE: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-22 Thread Li, Shaohua
> >> > Yes, but it is needed. There are many drivers, and they look at >> > numerical value of PMSG_*. I'm proceeding in steps. I hopefully killed >> > all direct accesses to the constants, and will switch constants to >> > something else... But that is going to be tommorow (need some sleep). >> Th

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-22 Thread Pavel Machek
Hi! > Will this do it for the moment? Its certainly better. What about > > > +static int acpi_pci_set_power_state(struct pci_dev *dev, > > pci_power_t state) > > > +{ > > > + acpi_handle handle = DEVICE_ACPI_HANDLE(&dev->dev); > > > + static int state_conv[] = { > > > + [0]

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-22 Thread Pavel Machek
Hi! > > Yes, but it is needed. There are many drivers, and they look at > > numerical value of PMSG_*. I'm proceeding in steps. I hopefully killed > > all direct accesses to the constants, and will switch constants to > > something else... But that is going to be tommorow (need some sleep). > The

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-22 Thread Pavel Machek
Hi! > And they are both "dangerous" -- they introduce new and untested > functionality while I'm trying to transition from int to > pm_message_t. They also affect all the drivers. Actually, there's one even more severe problem with platform_pci_choose_state... If we are doing freeze for swsusp s

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-22 Thread Jaroslav Kysela
On Mon, 21 Mar 2005, Lee Revell wrote: > > > This one is fixed in ALSA CVS. > > > > But not in http://linux-sound.bkbits.net/linux-sound yet. How does stuff > > propagate from ALSA CVS into bk? > > The ALSA maintainers periodically ask Linus to pull from the linux-sound > tree. But that's jus

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-22 Thread Takashi Iwai
At Mon, 21 Mar 2005 20:23:03 -0800, Andrew Morton wrote: > > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2005-03-21 at 20:10 -0800, Andrew Morton wrote: > > > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > > > > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > > > > From: [E

Re: 2.6.12-rc1-mm1

2005-03-22 Thread Adrian Bunk
On Mon, Mar 21, 2005 at 04:42:00PM -0800, Jesse Barnes wrote: > On Monday, March 21, 2005 12:25 pm, Adrian Bunk wrote: > > On Mon, Mar 21, 2005 at 09:15:53AM -0800, Jesse Barnes wrote: > > > On Monday, March 21, 2005 2:51 am, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Greg KH
On Mon, Mar 21, 2005 at 06:27:33PM -0800, Andrew Morton wrote: > OK, well unless someone has objections I'll just send all these > > swsusp-add-missing-refrigerator-calls.patch > suspend-to-ram-update-videotxt-with-more-systems.patch > pm-remove-obsolete-pm_-from-vtc.patch > swsusp-small-updates.p

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Arjan van de Ven
On Mon, 2005-03-21 at 16:42 -0800, Jesse Barnes wrote: > On Monday, March 21, 2005 12:25 pm, Adrian Bunk wrote: > > On Mon, Mar 21, 2005 at 09:15:53AM -0800, Jesse Barnes wrote: > > > On Monday, March 21, 2005 2:51 am, Andrew Morton wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/p

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Len Brown
Will this do it for the moment? If so, lets use it until Pavel's flag-day is over -- when we'll send an updated patch. thanks, -Len = drivers/pci/pci-acpi.c 1.4 vs edited = --- 1.4/drivers/pci/pci-acpi.c 2005-03-03 04:28:23 -05:00 +++ edited/drivers/pci/pci-acpi.c 2005-03-21 22:5

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Stas Sergeev
Hi, Oleg Nesterov wrote: x86: fix ESP corruption CPU bug (take 2) I think that Stas tries to steal 1024 bytes from kernel's memory ... I think so too, sorry. I simply copied that from the cpu_gdt_table definition, and here's the mistake :( Probably this: --- $ nm -g vmlinux |grep cpu_gdt_table c0

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Lee Revell
On Mon, 2005-03-21 at 20:10 -0800, Andrew Morton wrote: > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > > From: [EMAIL PROTECTED] > > > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel panic > > when loading the EMU10K1 d

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Lee Revell
On Mon, 2005-03-21 at 20:23 -0800, Andrew Morton wrote: > Lee Revell <[EMAIL PROTECTED]> wrote: > > I'm not aware of a mechanism for getting critical fixes like this in > > ASAP. The last few have been shepherded through manually by various > > people. Looks like we need a better system. > > >

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Andrew Morton
Lee Revell <[EMAIL PROTECTED]> wrote: > > On Mon, 2005-03-21 at 20:10 -0800, Andrew Morton wrote: > > Lee Revell <[EMAIL PROTECTED]> wrote: > > > > > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > > > From: [EMAIL PROTECTED] > > > > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 c

Re: ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Andrew Morton
Lee Revell <[EMAIL PROTECTED]> wrote: > > On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > > From: [EMAIL PROTECTED] > > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel panic when > loading the EMU10K1 driver > > > > This one is a real mystery. No one can reproduce

ALSA bugs in list [was Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Lee Revell
On Mon, 2005-03-21 at 12:41 -0800, Andrew Morton wrote: > From: [EMAIL PROTECTED] > Subject: [Bug 4282] ALSA driver in Linux 2.6.11 causes a kernel panic when > loading the EMU10K1 driver > This one is a real mystery. No one can reproduce it. > From: [EMAIL PROTECTED] > Subject: [Bugme-new] [B

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Andrew Morton
Pavel Machek <[EMAIL PROTECTED]> wrote: > > > Could I suggest that you prepare a fixup against 2.6.12-rc1-mm1 and send > > that to Len and myself? If that fixup is not suitable for a 2.6.12-rc1 > > based tree then I can look after it until things get flushed out. > > Could you just revert thos

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Li Shaohua
On Tue, 2005-03-22 at 09:35, Pavel Machek wrote: > Hi! > > > > and that says: > > > > > > #define PMSG_FREEZE ((__force pm_message_t) 3) > > > > > > ... I certainly have _FREEZE defined as 1 in my local tree, but I > do > > > not see that change in -mm yet. > > > > Both 2.6.12-rc1-mm1 and 2

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Dave Jones
On Mon, Mar 21, 2005 at 05:06:23PM -0800, Andrew Morton wrote: > # drivers/pci/pci-acpi.c > # 2005/03/19 00:15:24-05:00 [EMAIL PROTECTED] +46 -1 > # add platform_pci_choose_state() > # > diff -Nru a/drivers/pci/pci-acpi.c b/drivers/pci/pci-acpi.c > --- a/drivers/pci/pci-acpi.c 2005-03-2

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Pavel Machek
On Po 21-03-05 17:52:32, Andrew Morton wrote: > Pavel Machek <[EMAIL PROTECTED]> wrote: > > > > > Could I suggest that you prepare a fixup against 2.6.12-rc1-mm1 and send > > > that to Len and myself? If that fixup is not suitable for a 2.6.12-rc1 > > > based tree then I can look after it until

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Andrew Morton
Pavel Machek <[EMAIL PROTECTED]> wrote: > > On Po 21-03-05 17:52:32, Andrew Morton wrote: > > Pavel Machek <[EMAIL PROTECTED]> wrote: > > > > > > > Could I suggest that you prepare a fixup against 2.6.12-rc1-mm1 and send > > > > that to Len and myself? If that fixup is not suitable for a 2.6.12-r

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Pavel Machek
Hi! > > and that says: > > > > #define PMSG_FREEZE ((__force pm_message_t) 3) > > > > ... I certainly have _FREEZE defined as 1 in my local tree, but I do > > not see that change in -mm yet. > > Both 2.6.12-rc1-mm1 and 2.6.12-rc1 have: > > #define PMSG_FREEZE ((__force pm_message_t) 3)

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Andrew Morton
Pavel Machek <[EMAIL PROTECTED]> wrote: > > Hi! > > > > On Monday, 21 of March 2005 11:51, you wrote: > > > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2.6.12-rc1-mm1/ > > > > > > I get the following BUG every time I try to suspend my box to disk. > > > >

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Pavel Machek
Hi! > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2.6.12-rc1-mm1/ > > > > I get the following BUG every time I try to suspend my box to disk. > > Pavel, that's the BUG() in pci_choose_state(). I did have some > reject-fixing to do on that wrt a change in Greg's

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Pavel Machek
Hi! > > On Monday, 21 of March 2005 11:51, you wrote: > > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2.6.12-rc1-mm1/ > > > > I get the following BUG every time I try to suspend my box to disk. > > Pavel, that's the BUG() in pci_choose_state(). I did have s

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Jesse Barnes
On Monday, March 21, 2005 12:25 pm, Adrian Bunk wrote: > On Mon, Mar 21, 2005 at 09:15:53AM -0800, Jesse Barnes wrote: > > On Monday, March 21, 2005 2:51 am, Andrew Morton wrote: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc > > >1/2. 6.12-rc1-mm1/ > > > > Andrew, pl

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Andrew Morton
"Rafael J. Wysocki" <[EMAIL PROTECTED]> wrote: > > Hi, > > On Monday, 21 of March 2005 11:51, you wrote: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2.6.12-rc1-mm1/ > > I get the following BUG every time I try to suspend my box to disk. Pavel, that's the BUG

Re: 2.6.12-rc1-mm1: Kernel BUG at pci:389

2005-03-21 Thread Rafael J. Wysocki
Hi, On Monday, 21 of March 2005 11:51, you wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2.6.12-rc1-mm1/ I get the following BUG every time I try to suspend my box to disk. Greets, Rafael Stopping tasks: ==

PCMCIA bugs in buglist [Was: Re: 2.6.12-rc1-mm1]

2005-03-21 Thread Dominik Brodowski
> From: Sebastian =?iso-8859-1?q?K=FCgler?= <[EMAIL PROTECTED]> > Subject: PCMCIA breaks suspend-to-(disk|ram) with 2.6.11 Fixed by upgrading the userspace script used by him to include "cardctl eject && sleep 1" before killing cardmgr, as killing cardmgr no longer auto-detaches PCMCIA d

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Andrew Morton
Russell King <[EMAIL PROTECTED]> wrote: > > On Mon, Mar 21, 2005 at 02:51:59AM -0800, Andrew Morton wrote: > > - Linus is away this week. Not a lot more should be going into 2.6.12 now > > and I have a list of ~140 bugs, many of which are post-2.6.10 > regressions. > > We should fix these

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Adrian Bunk
On Mon, Mar 21, 2005 at 09:15:53AM -0800, Jesse Barnes wrote: > On Monday, March 21, 2005 2:51 am, Andrew Morton wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2. > >6.12-rc1-mm1/ > > Andrew, please drop > > revert-allow-oem-written-modules-to-make-calls-to-ia

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Russell King
On Mon, Mar 21, 2005 at 02:51:59AM -0800, Andrew Morton wrote: > - Linus is away this week. Not a lot more should be going into 2.6.12 now > and I have a list of ~140 bugs, many of which are post-2.6.10 regressions. > We should fix these. Is this your own personal bug list, or is it accessib

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Jesse Barnes
On Monday, March 21, 2005 2:51 am, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2. >6.12-rc1-mm1/ Andrew, please drop revert-allow-oem-written-modules-to-make-calls-to-ia64-oem-sal-functions.patch The tiocx.c driver is now in the tree, and it us

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Jesse Barnes
On Monday, March 21, 2005 2:51 am, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2. >6.12-rc1-mm1/ > > > - We might have a fix here for the recent AGP/DRM problems. If you were > having problems with that, please test and report. > > - An update

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Brice Goglin
Andrew Morton a écrit : ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.12-rc1/2.6.12-rc1-mm1/ - We might have a fix here for the recent AGP/DRM problems. If you were having problems with that, please test and report. +fix-agp_backend-usage-in-drm_agp_init.patch Might fix the

Re: 2.6.12-rc1-mm1

2005-03-21 Thread Oleg Nesterov
Not related to this mm release directly, but > All 609 patches: > ... > x86-fix-esp-corruption-cpu-bug-take-2.patch > x86: fix ESP corruption CPU bug (take 2) I think that Stas tries to steal 1024 bytes from kernel's memory ... On top of his patch. --- 2.6.12/arch/i386/kernel/cpu/common.c~stas