Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-04 Thread Miguel Ojeda
Ok, here it is the patch, just a draft. I have checked the Makefile to ensure that ks0108 was being called before than cfag12864b at boot, still, I'm not sure and I don't know if this will prevent the crash if ks0108 fails to init. Daniel, please test it. drivers-add-lcd-support-update10.patch

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-02-02 Thread Laurent Riffard
Le 01.02.2007 22:52, Edward Shishkin a écrit : Laurent Riffard wrote: Le 01.02.2007 21:04, Edward Shishkin a écrit : Laurent, would you please try 2.6.20-rc6-mm3 + this patch: http://lkml.org/lkml/diff/2007/2/1/195/1 Reiser4 works fine with 2.6.20-rc6-mm2 or 2.6.20-rc6-mm3 without any ad

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-02-01 Thread Edward Shishkin
. Saveliev a écrit : Hello On Saturday 06 January 2007 13:58, Laurent Riffard wrote: Hello, got this with 2.6.20-rc3-mm1: === SysRq : Show Blocked State freesibling task PCstack pid father child younger

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-02-01 Thread Laurent Riffard
On Saturday 06 January 2007 13:58, Laurent Riffard wrote: Hello, got this with 2.6.20-rc3-mm1: === SysRq : Show Blocked State freesibling task PCstack pid father child younger older umountD

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-02-01 Thread Edward Shishkin
Riffard wrote: Hello, got this with 2.6.20-rc3-mm1: === SysRq : Show Blocked State freesibling task PCstack pid father child younger older umountD C013135E 6044 1168 1150 (NOTLB

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Miguel Ojeda
On 2/1/07, Daniel Walker <[EMAIL PROTECTED]> wrote: On Thu, 2007-02-01 at 18:39 +0100, Miguel Ojeda wrote: > On 2/1/07, Daniel Walker <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-02-01 at 18:13 +0100, Miguel Ojeda wrote: > > > > > > > > > > > > > > > > Well, I use the word "module" for both cases:

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Daniel Walker
On Thu, 2007-02-01 at 18:39 +0100, Miguel Ojeda wrote: > On 2/1/07, Daniel Walker <[EMAIL PROTECTED]> wrote: > > On Thu, 2007-02-01 at 18:13 +0100, Miguel Ojeda wrote: > > > > > > > > > > > > > > > > Well, I use the word "module" for both cases: When I modprobe > > > cfag12864b, if ks0108 fails, it

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Miguel Ojeda
On 2/1/07, Daniel Walker <[EMAIL PROTECTED]> wrote: On Thu, 2007-02-01 at 18:13 +0100, Miguel Ojeda wrote: > > > > > > Well, I use the word "module" for both cases: When I modprobe > cfag12864b, if ks0108 fails, it doesn't get linked. So I thought the > same happen for built-in drivers (in other

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Daniel Walker
On Thu, 2007-02-01 at 18:13 +0100, Miguel Ojeda wrote: > > > > > > Well, I use the word "module" for both cases: When I modprobe > cfag12864b, if ks0108 fails, it doesn't get linked. So I thought the > same happen for built-in drivers (in other words, I didn't think > cfag12864b would be linked i

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Miguel Ojeda
On 2/1/07, Daniel Walker <[EMAIL PROTECTED]> wrote: On Thu, 2007-02-01 at 16:16 +0100, Miguel Ojeda wrote: > The problem is easy: > > ks0108_init() prints the error message and exit with -EINVAL, so the > module isn't loaded properly. > > However, cfag12864b_init() is called, although ks0108 fail

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Daniel Walker
On Thu, 2007-02-01 at 16:16 +0100, Miguel Ojeda wrote: > The problem is easy: > > ks0108_init() prints the error message and exit with -EINVAL, so the > module isn't loaded properly. > > However, cfag12864b_init() is called, although ks0108 failed. It > returns 0 and after a while cfag12864b call

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Miguel Ojeda
CC LKML) > > The options, > > CONFIG_CFAG12864B=y > CONFIG_CFAG12864B_RATE=20 > > causes a crash at boot in 2.6.20-rc3-mm1. I don't have the hardware > associated with the options. It looks like it just doesn't have guards > to detect if the hardware doesn't exists

Re: crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-02-01 Thread Miguel Ojeda
On 1/7/07, Daniel Walker <[EMAIL PROTECTED]> wrote: (forgot to CC LKML) The options, CONFIG_CFAG12864B=y CONFIG_CFAG12864B_RATE=20 causes a crash at boot in 2.6.20-rc3-mm1. I don't have the hardware associated with the options. It looks like it just doesn't have guards

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-30 Thread Tomasz Kvarsin
On 1/30/07, Ingo Molnar <[EMAIL PROTECTED]> wrote: * Andrew Morton <[EMAIL PROTECTED]> wrote: > Tomasz, is this still happening in 2.6.20-rc6-mm3? > > err. We merged that patch. So perhaps 2.6.20-rc6 now crashes in the > same manner? no, we havent merged that patch yet, but it's: x86_64-m

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-30 Thread Tomasz Kvarsin
On 1/30/07, Tomasz Kvarsin <[EMAIL PROTECTED]> wrote: On 1/30/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Fri, 5 Jan 2007 17:20:38 +0300 > "Tomasz Kvarsin" <[EMAIL PROTECTED]> wrote: > > > I can not boot machine with 2.6.20-rc3-mm1 and 2.6.

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-30 Thread Tomasz Kvarsin
On 1/30/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Fri, 5 Jan 2007 17:20:38 +0300 "Tomasz Kvarsin" <[EMAIL PROTECTED]> wrote: > I can not boot machine with 2.6.20-rc3-mm1 and 2.6.20-rc2-mm1. > I made binary search, patch bellow cause this bug: > $qu

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-30 Thread Ingo Molnar
* Ingo Molnar <[EMAIL PROTECTED]> wrote: > I'll try to reproduce this. cannot see the crash in qemu - i suspect it's .config dependent. Tomasz, could you send me the .config you used? Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messag

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-30 Thread Ingo Molnar
* Andrew Morton <[EMAIL PROTECTED]> wrote: > Tomasz, is this still happening in 2.6.20-rc6-mm3? > > err. We merged that patch. So perhaps 2.6.20-rc6 now crashes in the > same manner? no, we havent merged that patch yet, but it's: x86_64-mm-improve-sched_clock-on-i686.patch I bet this is

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-30 Thread Andrew Morton
On Fri, 5 Jan 2007 17:20:38 +0300 "Tomasz Kvarsin" <[EMAIL PROTECTED]> wrote: > I can not boot machine with 2.6.20-rc3-mm1 and 2.6.20-rc2-mm1. > I made binary search, patch bellow cause this bug: > $quilt top > patches/sched-improve-sched_clock-on-i686.patch &

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-23 Thread Laurent Riffard
with 2.6.20-rc3-mm1: === SysRq : Show Blocked State freesibling task PCstack pid father child younger older umountD C013135E 6044 1168 1150 (NOTLB) de591ae4 0086

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-23 Thread Jens Axboe
rote: > > >> Hello, > > >> > > >> got this with 2.6.20-rc3-mm1: > > >> > > >> === > > >> SysRq : Show Blocked State > > >> > > >> free

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-23 Thread Vladimir V. Saveliev
Hello On Saturday 13 January 2007 01:56, Laurent Riffard wrote: > Le 06.01.2007 19:58, Vladimir V. Saveliev a écrit : > > Hello > > > > On Saturday 06 January 2007 13:58, Laurent Riffard wrote: > >> Hello, > >> > >> got this with 2.6.20-rc3-m

Re: 2.6.20-rc3-mm1 - git-block.patch causes hard lockups

2007-01-12 Thread Valdis . Kletnieks
On , [EMAIL PROTECTED] said: > On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ Still seeing this in -rc4-mm1.. > With git-block.patch applied, my system lock

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-12 Thread Laurent Riffard
Le 06.01.2007 19:58, Vladimir V. Saveliev a écrit : Hello On Saturday 06 January 2007 13:58, Laurent Riffard wrote: Hello, got this with 2.6.20-rc3-mm1: === SysRq : Show Blocked State freesibling task PC

Re: [Re: 2.6.20-rc3-mm1] BUG: at kernel/sched.c:3415 sub_preempt_count()

2007-01-10 Thread Maciej Rutecki
Frederik Deweerdt napisał(a): > On Tue, Jan 09, 2007 at 09:50:20PM +0100, Maciej Rutecki wrote: >> Frederik Deweerdt napisał(a): >> >>> See: >>> http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/hot-fixes/ >>> Thi

Re: [Re: 2.6.20-rc3-mm1] BUG: at kernel/sched.c:3415 sub_preempt_count()

2007-01-09 Thread Frederik Deweerdt
On Tue, Jan 09, 2007 at 09:50:20PM +0100, Maciej Rutecki wrote: > Frederik Deweerdt napisał(a): > > > See: > > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/hot-fixes/ > > This should fix it. > > Regards, > > Frede

Re: [Re: 2.6.20-rc3-mm1] BUG: at kernel/sched.c:3415 sub_preempt_count()

2007-01-09 Thread Maciej Rutecki
Frederik Deweerdt napisał(a): > See: > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/hot-fixes/ > This should fix it. > Regards, > Frederik >> I don't use reiser4 or cpufreq, see my .config. -- Maciej Rutecki <[EMAIL PR

Re: 2.6.20-rc3-mm1 - git-block.patch causes hard lockups

2007-01-09 Thread Valdis . Kletnieks
On Mon, 08 Jan 2007 09:55:24 +0100, Jens Axboe said: > On Sat, Jan 06 2007, [EMAIL PROTECTED] wrote: > > On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc 3/2.6.20-rc3-mm1/ >

Re: [Re: 2.6.20-rc3-mm1] BUG: at kernel/sched.c:3415 sub_preempt_count()

2007-01-09 Thread Frederik Deweerdt
=== See: http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/hot-fixes/ This should fix it. Regards, Frederik > > > > -- > Maciej Rutecki <[EMAIL PROTECTED]> > http://www.unixy.pl > LTG - Linux Testers Group > (http://www.star

[Re: 2.6.20-rc3-mm1] BUG: at kernel/sched.c:3415 sub_preempt_count()

2007-01-09 Thread Maciej Rutecki
config-2.6.20-rc3-mm1.gz Description: GNU Zip compressed data dmesg.gz Description: GNU Zip compressed data lspci.txt.gz Description: GNU Zip compressed data ver_linux.txt.gz Description: GNU Zip compressed data smime.p7s Description: S/MIME Cryptographic Signature

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-09 Thread Jens Axboe
ge, it works perfectly for me now. Not using -mm though, but the > > plug branch. And it did hang before. Fengguang, any change for you? > > 2.6.20-rc3-mm1 plus your patch works for me. > > Lucky enough to found this before giving up: > > mount takes 39s, and um

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-09 Thread Fengguang Wu
line void > > > - blk_unplug_current(); > > > + blk_replug_current_nested(); > > > > Does not help. Dmesg follows: > > [snip] > > Strange, it works perfectly for me now. Not using -mm though, but the > plug branch. And it did hang before. Fengguang, any cha

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-09 Thread Jens Axboe
On Mon, Jan 08 2007, Torsten Kaiser wrote: > On Monday 08 January 2007 09:52, Jens Axboe wrote: > > --- a/block/ll_rw_blk.c > > +++ b/block/ll_rw_blk.c > > @@ -1542,7 +1542,7 @@ static inline void > > - blk_unplug_current(); > > + blk_replug_current_nested(); > > Does not help. Dmesg follows:

Re: 2.6.20-rc3-mm1

2007-01-08 Thread Benjamin Herrenschmidt
> The idea behind this is to have a probing thread for each device that > does the actual work (call probe for the matching drivers) so that > multiple devices can be probed in parallel. The decision to do this can > only be made at the bus level. > > Previously, the code made it possible to have

Re: ACPI bay - 2.6.20-rc3-mm1 hangs on boot

2007-01-08 Thread Kristen Carlson Accardi
On Fri, 5 Jan 2007 14:19:41 +0100 (CET) Jiri Kosina <[EMAIL PROTECTED]> wrote: > Hi, > > 2.6.20-rc3-mm1 hangs on boot on my IBM T42p when compiled with ACPI_BAY=y. > Below is the trace of two BUGs I get. Hi, I was able to duplicate this problem - it only occurs when the bay

Re: 2.6.20-rc3-mm1

2007-01-08 Thread Cornelia Huck
On Sat, 06 Jan 2007 08:24:44 +1100, Benjamin Herrenschmidt <[EMAIL PROTECTED]> wrote: > > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/broken-out/driver-core-per-subsystem-multithreaded-probing.patch > > Hrm. I disagree with this ch

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-08 Thread Torsten Kaiser
On Monday 08 January 2007 09:52, Jens Axboe wrote: > --- a/block/ll_rw_blk.c > +++ b/block/ll_rw_blk.c > @@ -1542,7 +1542,7 @@ static inline void > - blk_unplug_current(); > + blk_replug_current_nested(); Does not help. Dmesg follows: [0.00] Linux version 2.6.20-

Re: [BUG] 2.6.20-rc3-mm1: can not mount root: i386: sched_clock using init data tsc_disable fix

2007-01-08 Thread Ingo Molnar
* Tomasz Kvarsin <[EMAIL PROTECTED]> wrote: > If anybody interesting this changes by Vivek Goyal: > > -int tsc_disable __cpuinitdata = 0; > +int tsc_disable = 0; ok, indeed. Ingo - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAI

Re: [BUG] 2.6.20-rc3-mm1: can not mount root: i386: sched_clock using init data tsc_disable fix

2007-01-08 Thread Tomasz Kvarsin
TED]> wrote: On 1/5/07, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Fri, 5 Jan 2007 17:20:38 +0300 > "Tomasz Kvarsin" <[EMAIL PROTECTED]> wrote: > > > I can not boot machine with 2.6.20-rc3-mm1 and 2.6.20-rc2-mm1. > > I made binary search, patch bellow

Re: 2.6.20-rc3-mm1 - git-block.patch causes hard lockups

2007-01-08 Thread Jens Axboe
On Sat, Jan 06 2007, [EMAIL PROTECTED] wrote: > On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ > > With git-block.patch applied, my system locks up *hard* a

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-08 Thread Jens Axboe
On Sat, Jan 06 2007, Torsten Kaiser wrote: > On Saturday 06 January 2007 11:02, Jens Axboe wrote: > > On Sat, Jan 06 2007, Torsten Kaiser wrote: > > > On Saturday 06 January 2007 04:59, Andrew Morton wrote: > > > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1x.bz2 i

2.6.20-rc3-mm1 BUG: at arch/i386/mm/highmem.c:52

2007-01-08 Thread Eric Buddington
Machine: Linux <...> 2.6.20-rc3-mm1 #2 Mon Jan 8 00:24:59 EST 2007 i686 unknown In normal (light) use, I experienced a long (~20s?) freeze, and errors regarding hdc appeared in dmesg, along with the BUG. SMART on hdc doesn't report any errors except a bad SMART checksum (I think th

crash on CONFIG_CFAG12864B=y in 2.6.20-rc3-mm1

2007-01-07 Thread Daniel Walker
(forgot to CC LKML) The options, CONFIG_CFAG12864B=y CONFIG_CFAG12864B_RATE=20 causes a crash at boot in 2.6.20-rc3-mm1. I don't have the hardware associated with the options. It looks like it just doesn't have guards to detect if the hardware doesn't exists. Here is the crash,

Re: 2.6.20-rc3-mm1 - rewrite-lock-in-cpufreq-to-eliminate-cpufreq-hotplug-related-issues.patch

2007-01-06 Thread Valdis . Kletnieks
On Sat, 06 Jan 2007 17:59:06 +0100, Mattia Dongili said: > On Sat, Jan 06, 2007 at 08:44:51AM -0500, [EMAIL PROTECTED] wrote: > > One of these 3 patches: > > > > rewrite-lock-in-cpufreq-to-eliminate-cpufreq-hotplug-related-issues.patch > Does the following help? > > Signed-off-by: Mattia Dongili

Re: 2.6.20-rc3-mm1 - reiser4-sb_sync_inodes.patch causes boot hang

2007-01-06 Thread Valdis . Kletnieks
On Sat, 06 Jan 2007 11:14:21 PST, Andrew Morton said: > > Yeah, that's an akpm screwup, sorry. > > Take a peek in > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/hot-fixes/ Confirming that reiser4-sb_sync_inodes-fix.pa

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-06 Thread Vladimir V. Saveliev
Hello On Saturday 06 January 2007 13:58, Laurent Riffard wrote: > Le 05.01.2007 07:02, Andrew Morton a écrit : > > Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1/ > > > > will appear later at > > > > > > ftp://

Re: 2.6.20-rc3-mm1 - reiser4-sb_sync_inodes.patch causes boot hang

2007-01-06 Thread Andrew Morton
On Sat, 06 Jan 2007 10:20:49 -0500 [EMAIL PROTECTED] wrote: > On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ > > reiser4-sb_sync_inodes.patch causes my system to lo

Re: 2.6.20-rc3-mm1 - rewrite-lock-in-cpufreq-to-eliminate-cpufreq-hotplug-related-issues.patch

2007-01-06 Thread Mattia Dongili
On Sat, Jan 06, 2007 at 08:44:51AM -0500, [EMAIL PROTECTED] wrote: > On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ > > One of these 3 patches: > > rewrite-l

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-06 Thread Jens Axboe
On Sat, Jan 06 2007, Laurent Riffard wrote: > Le 05.01.2007 07:02, Andrew Morton a écrit : > >Temporarily at > > > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1/ > > > >will appear later at > > > > > > ftp://ftp.kernel.org/pub/linux/k

2.6.20-rc3-mm1 - reiser4-sb_sync_inodes.patch causes boot hang

2007-01-06 Thread Valdis . Kletnieks
On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ reiser4-sb_sync_inodes.patch causes my system to lock hard (no alt-sysrq, need to power cycle) *very* early in the boot - earlyprintk

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-06 Thread Laurent Riffard
Le 06.01.2007 11:58, Laurent Riffard a écrit : Le 05.01.2007 07:02, Andrew Morton a écrit : Temporarily at http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1/ will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ Hello, got

Re: 2.6.20-rc3-mm1 - rewrite-lock-in-cpufreq-to-eliminate-cpufreq-hotplug-related-issues.patch

2007-01-06 Thread Valdis . Kletnieks
On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ One of these 3 patches: rewrite-lock-in-cpufreq-to-eliminate-cpufreq-hotplug-related-issues.patch rewrite-lock-in-cpufreq-to-eliminate-c

2.6.20-rc3-mm1 - git-block.patch causes hard lockups

2007-01-06 Thread Valdis . Kletnieks
On Thu, 04 Jan 2007 22:02:00 PST, Andrew Morton said: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ With git-block.patch applied, my system locks up *hard* at system shutdown time - even alt-sysrq doesn't do anything. Need to do

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-06 Thread Jens Axboe
On Sat, Jan 06 2007, Torsten Kaiser wrote: > On Saturday 06 January 2007 11:02, Jens Axboe wrote: > > On Sat, Jan 06 2007, Torsten Kaiser wrote: > > > On Saturday 06 January 2007 04:59, Andrew Morton wrote: > > > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1x.bz2 i

Re: 2.6.20-rc3-mm1: umount reiser4 FS stuck in D state

2007-01-06 Thread Laurent Riffard
Le 05.01.2007 07:02, Andrew Morton a écrit : Temporarily at http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1/ will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ Hello, got this with 2.6.20-rc3-mm1

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-06 Thread Torsten Kaiser
On Saturday 06 January 2007 11:02, Jens Axboe wrote: > On Sat, Jan 06 2007, Torsten Kaiser wrote: > > On Saturday 06 January 2007 04:59, Andrew Morton wrote: > > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1x.bz2 is basically > > > 2.6.20-rc3-mm1, minus git-block.

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-06 Thread Jens Axboe
On Sat, Jan 06 2007, Torsten Kaiser wrote: > On Saturday 06 January 2007 04:59, Andrew Morton wrote: > > > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1x.bz2 is basically > > 2.6.20-rc3-mm1, minus git-block.patch. Can you and Torsten please test > > that, see if th

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-06 Thread Torsten Kaiser
On Saturday 06 January 2007 04:59, Andrew Morton wrote: > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1x.bz2 is basically > 2.6.20-rc3-mm1, minus git-block.patch. Can you and Torsten please test > that, see if the hangs go away? Works for me too. Also the locking imbalance

Re: ACPI bay - 2.6.20-rc3-mm1 hangs on boot

2007-01-05 Thread Pavel Machek
On Fri 2007-01-05 14:19:41, Jiri Kosina wrote: > Hi, > > 2.6.20-rc3-mm1 hangs on boot on my IBM T42p when compiled with ACPI_BAY=y. > Below is the trace of two BUGs I get. > > When compiled with ACPI_BAY=n, it boots fine. ACPI people usually prefer entries in bugzilla.kerne

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-05 Thread Fengguang Wu
gt; > > > It is an ext3 fs on top of /dev/md0, RAID1. > > http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1x.bz2 is basically > 2.6.20-rc3-mm1, > minus git-block.patch. Can you and Torsten please test that, see if the hangs > go away? Yes, now it mounts OK. Thanks. - To u

Re: [BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-05 Thread Andrew Morton
c3-mm1x.bz2 is basically 2.6.20-rc3-mm1, minus git-block.patch. Can you and Torsten please test that, see if the hangs go away? Thanks. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://v

[BUG 2.6.20-rc3-mm1] raid1 mount blocks for ever

2007-01-05 Thread Fengguang Wu
: (&sysfs_inode_imutex_key){--..}, at: [] mutex_lock+0x25/0x30 Thanks, Wu # # Automatically generated make config: don't edit # Linux kernel version: 2.6.20-rc3-mm1 # Fri Jan 5 22:15:34 2007 # CONFIG_X86_64=y CONFIG_64BIT=y CONFIG_X86=y CONFIG_GENERIC_TIME=y CONFIG_GENERIC_TIME_VSYSCALL=y CONFIG_ZON

Re: 2.6.20-rc3-mm1

2007-01-05 Thread Benjamin Herrenschmidt
. struct driver -> multithread_probe is gone in -mm ? > > > > yeah, it moved into struct bus_type. > > http://www.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/broken-out/driver-core-per-subsystem-multithreaded-probing.patch Hrm. I disagree with t

Re: 2.6.20-rc3-mm1

2007-01-05 Thread Andrew Morton
> > make: *** [arch/powerpc/kernel] Blad 2 > > > > I guess someone who knows multithread code should take a look at it. > > Hrm. struct driver -> multithread_probe is gone in -mm ? > yeah, it moved into struct bus_type. http://www.kernel.org/pub/linux/kernel/people

Re: 2.6.20-rc3-mm1

2007-01-05 Thread Benjamin Herrenschmidt
On Fri, 2007-01-05 at 17:23 +0100, Mariusz Kozlowski wrote: > Hello, > > Doesn't build on my iMac G3 based garage jukebox ;-) > > arch/powerpc/kernel/of_platform.c:479: error: unknown field > 'multithread_probe' specified in initializer > arch/powerpc/kernel/of_platform.c:479: warning: in

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-05 Thread Tomasz Kvarsin
On 1/5/07, Andrew Morton <[EMAIL PROTECTED]> wrote: On Fri, 5 Jan 2007 17:20:38 +0300 "Tomasz Kvarsin" <[EMAIL PROTECTED]> wrote: > I can not boot machine with 2.6.20-rc3-mm1 and 2.6.20-rc2-mm1. > I made binary search, patch bellow cause this bug: > $qu

Re: [BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-05 Thread Andrew Morton
On Fri, 5 Jan 2007 17:20:38 +0300 "Tomasz Kvarsin" <[EMAIL PROTECTED]> wrote: > I can not boot machine with 2.6.20-rc3-mm1 and 2.6.20-rc2-mm1. > I made binary search, patch bellow cause this bug: > $quilt top > patches/sched-improve-sched_clock-on-i686.patch &

Re: 2.6.20-rc3-mm1

2007-01-05 Thread Tim Schmielau
On Fri, 5 Jan 2007, Mariusz Kozlowski wrote: > Doesn't build on my iMac G3 based garage jukebox ;-) > > arch/powerpc/kernel/of_platform.c:479: error: unknown field > 'multithread_probe' specified in initializer > arch/powerpc/kernel/of_platform.c:479: warning: initialization makes pointer

Re: 2.6.20-rc3-mm1

2007-01-05 Thread Mariusz Kozlowski
Hello, Doesn't build on my iMac G3 based garage jukebox ;-) arch/powerpc/kernel/of_platform.c:479: error: unknown field 'multithread_probe' specified in initializer arch/powerpc/kernel/of_platform.c:479: warning: initialization makes pointer from integer without a cast make[1]: *** [ar

Re: ACPI bay - 2.6.20-rc3-mm1 hangs on boot

2007-01-05 Thread Jiri Kosina
On Fri, 5 Jan 2007, Henrique de Moraes Holschuh wrote: > > > I trust you have ACPI_IBM_BAY=n to use ACPI_BAY=y ? I don't think it has > > > anything to do with the issue you have, but just in case... > > The kernel hangs with CONFIG_ACPI_BAY, with CONFIG_ACPI_IBM_BAY it works > > just fine. > I

Re: ACPI bay - 2.6.20-rc3-mm1 hangs on boot

2007-01-05 Thread Henrique de Moraes Holschuh
On Fri, 05 Jan 2007, Jiri Kosina wrote: > On Fri, 5 Jan 2007, Henrique de Moraes Holschuh wrote: > > > 2.6.20-rc3-mm1 hangs on boot on my IBM T42p when compiled with > > > ACPI_BAY=y. > > I trust you have ACPI_IBM_BAY=n to use ACPI_BAY=y ? I don't think it has &

Re: ACPI bay - 2.6.20-rc3-mm1 hangs on boot

2007-01-05 Thread Jiri Kosina
On Fri, 5 Jan 2007, Henrique de Moraes Holschuh wrote: > > 2.6.20-rc3-mm1 hangs on boot on my IBM T42p when compiled with ACPI_BAY=y. > I trust you have ACPI_IBM_BAY=n to use ACPI_BAY=y ? I don't think it has > anything to do with the issue you have, but just in case... The

Re: ACPI bay - 2.6.20-rc3-mm1 hangs on boot

2007-01-05 Thread Henrique de Moraes Holschuh
On Fri, 05 Jan 2007, Jiri Kosina wrote: > 2.6.20-rc3-mm1 hangs on boot on my IBM T42p when compiled with ACPI_BAY=y. I trust you have ACPI_IBM_BAY=n to use ACPI_BAY=y ? I don't think it has anything to do with the issue you have, but just in case... -- "One disk to rule them

[BUG] 2.6.20-rc3-mm1: can not mount root

2007-01-05 Thread Tomasz Kvarsin
I can not boot machine with 2.6.20-rc3-mm1 and 2.6.20-rc2-mm1. I made binary search, patch bellow cause this bug: $quilt top patches/sched-improve-sched_clock-on-i686.patch backtrace which I got by connecting "gdb" to machine: _raw_spin_lock (lock=0xc06c0c60) at lib/spinlock_debug

ACPI bay - 2.6.20-rc3-mm1 hangs on boot

2007-01-05 Thread Jiri Kosina
Hi, 2.6.20-rc3-mm1 hangs on boot on my IBM T42p when compiled with ACPI_BAY=y. Below is the trace of two BUGs I get. When compiled with ACPI_BAY=n, it boots fine. The traces are hand-rewritten (no serial console on that machine), so I have omitted the code offsets in the stacktraces. ACPI

2.6.20-rc3-mm1

2007-01-04 Thread Andrew Morton
Temporarily at http://userweb.kernel.org/~akpm/2.6.20-rc3-mm1/ will appear later at ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.20-rc3/2.6.20-rc3-mm1/ - Added the IBM ACPi driver tree to the -mm lineup, as git-ibm-acpi.patch (Henrique de Moraes