Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-20 Thread Ingo Molnar
owing patch fix the above problem? pata_isapnp is the > > only one which can have NULL ctl_addr and libata SFF layer wasn't > > ready for that. > > Ping. Pong. Please consider it fixed and merge the fix upstream - i havent seen these problems since i put your fix into my qa tree

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-20 Thread Tejun Heo
Tejun Heo wrote: > Ingo Molnar wrote: >> On a second attempt to boot the same bzImage, another ATA related >> weirdness showed up: >> >> [8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf() >> [8.232017] Bad IO access at port 0x0 (outb(val,port)) >> [8.232799] [

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-20 Thread Tejun Heo
Tejun Heo wrote: Ingo Molnar wrote: On a second attempt to boot the same bzImage, another ATA related weirdness showed up: [8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf() [8.232017] Bad IO access at port 0x0 (outb(val,port)) [8.232799] [ cut here

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-20 Thread Ingo Molnar
: Linux 2.6.25-rc1 From: Tejun Heo [EMAIL PROTECTED] Date: Wed, 13 Feb 2008 18:51:39 +0900 Ingo Molnar wrote: On a second attempt to boot the same bzImage, another ATA related weirdness showed up: [8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf() [8.232017] Bad IO access

Re: Linux 2.6.25-rc1

2008-02-13 Thread Torsten Kaiser
On Feb 11, 2008 11:15 PM, Andrew Morton <[EMAIL PROTECTED]> wrote: > On Mon, 11 Feb 2008 22:46:18 +0100 > "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > > > On Feb 11, 2008 1:44 AM, Linus Torvalds <[EMAIL PROTECTED]> wrote: > > > So give it all a good testing. > > > > My mm-mystery-crash has now

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-13 Thread Tejun Heo
Ingo Molnar wrote: > On a second attempt to boot the same bzImage, another ATA related > weirdness showed up: > > [8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf() > [8.232017] Bad IO access at port 0x0 (outb(val,port)) > [8.232799] [ cut here ] >

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-13 Thread Ingo Molnar
* Arjan van de Ven <[EMAIL PROTECTED]> wrote: > btw this one was featured in the weekly bug top 10.. it's a rather > popular thing to happen. i didnt get very far with bisection. .23 definitely did not crash and booted up fine - but it produced the "Bad IO ..." messages - so my automated

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-13 Thread Ingo Molnar
* Arjan van de Ven [EMAIL PROTECTED] wrote: btw this one was featured in the weekly bug top 10.. it's a rather popular thing to happen. i didnt get very far with bisection. .23 definitely did not crash and booted up fine - but it produced the Bad IO ... messages - so my automated bisector

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-13 Thread Tejun Heo
Ingo Molnar wrote: On a second attempt to boot the same bzImage, another ATA related weirdness showed up: [8.226144] Calling initcall 0xc09f3d8e: isapnp_init+0x0/0xf() [8.232017] Bad IO access at port 0x0 (outb(val,port)) [8.232799] [ cut here ] [

Re: Linux 2.6.25-rc1

2008-02-13 Thread Torsten Kaiser
On Feb 11, 2008 11:15 PM, Andrew Morton [EMAIL PROTECTED] wrote: On Mon, 11 Feb 2008 22:46:18 +0100 Torsten Kaiser [EMAIL PROTECTED] wrote: On Feb 11, 2008 1:44 AM, Linus Torvalds [EMAIL PROTECTED] wrote: So give it all a good testing. My mm-mystery-crash has now sneaked into mainline:

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-12 Thread Arjan van de Ven
On Tue, 12 Feb 2008 09:18:16 +0100 Ingo Molnar <[EMAIL PROTECTED]> wrote: > > hm, ata_port_wait_eh() started crashing on a testsystem (8-way box): > > [ 39.324116] Calling initcall 0xc09f41eb: legacy_init+0x0/0x888() > [ 39.331868] BUG: unable to handle kernel NULL pointer dereference > at

Re: [ata crash] Re: Linux 2.6.25-rc1

2008-02-12 Thread Arjan van de Ven
On Tue, 12 Feb 2008 09:18:16 +0100 Ingo Molnar [EMAIL PROTECTED] wrote: hm, ata_port_wait_eh() started crashing on a testsystem (8-way box): [ 39.324116] Calling initcall 0xc09f41eb: legacy_init+0x0/0x888() [ 39.331868] BUG: unable to handle kernel NULL pointer dereference at 00e4

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-11 Thread Mr. James W. Laferriere
echo 2.6.25-rc1 > include/config/kernel.release set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile > include/linux/version.h.tmp;

Re: Linux 2.6.25-rc1

2008-02-11 Thread Stefan Richter
Andrew Morton wrote: > On Mon, 11 Feb 2008 22:46:18 +0100 > "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: >> The system is a dual opteron x86_64 system with 4 GB ECC RAM and an >> nVidia 3600 chipset (MCP55). >> As noted in the rc3-mm2-thread the crash will also happen, if I use >> normal ethernet

Re: Linux 2.6.25-rc1

2008-02-11 Thread Andrew Morton
On Mon, 11 Feb 2008 22:46:18 +0100 "Torsten Kaiser" <[EMAIL PROTECTED]> wrote: > On Feb 11, 2008 1:44 AM, Linus Torvalds <[EMAIL PROTECTED]> wrote: > > So give it all a good testing. > > My mm-mystery-crash has now sneaked into mainline: hm, I don't remember that. > [ 1463.829078] BUG: unable

Re: Linux 2.6.25-rc1

2008-02-11 Thread Torsten Kaiser
On Feb 11, 2008 1:44 AM, Linus Torvalds <[EMAIL PROTECTED]> wrote: > So give it all a good testing. My mm-mystery-crash has now sneaked into mainline: [ 1463.829078] BUG: unable to handle kernel NULL pointer dereference at 0378 [ 1463.832141] IP: [] ether1394_dg_complete+0x28/0xa0 [

Re: Linux 2.6.25-rc1

2008-02-11 Thread Mike Frysinger
On Monday 11 February 2008, Sam Ravnborg wrote: > From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001 > From: Sam Ravnborg <[EMAIL PROTECTED]> > Date: Mon, 11 Feb 2008 14:26:26 +0100 > Subject: [PATCH] kbuild: fix make V=1 > > When make -s support were added to filechk to >

Re: Linux 2.6.25-rc1

2008-02-11 Thread Arjan van de Ven
On Mon, 11 Feb 2008 08:39:11 +0100 Brice Goglin <[EMAIL PROTECTED]> wrote: > Linus Torvalds wrote: > > - Lots of cleanups from the x86 merge (making more and more use of > > common files), but also the big page attribute stuff is in and > > caused a fair amount of churn, and while most of the

Re: Linux 2.6.25-rc1

2008-02-11 Thread Sam Ravnborg
Hi Linus. A kbuild bug sneaked in. Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git to fix the following bug. Sam >From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg <[EMAIL PROTECTED]> Date: Mon, 11 Feb

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-11 Thread Sam Ravnborg
ease > echo 2.6.25-rc1 > include/config/kernel.release > set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE > 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + > (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile > &g

[patch] Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-11 Thread Oleg Verych
>> set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE http://mid.gmane.org/[EMAIL PROTECTED] _ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Linux 2.6.25-rc1

2008-02-11 Thread Brice Goglin
Linus Torvalds wrote: > - Lots of cleanups from the x86 merge (making more and more use of common >files), but also the big page attribute stuff is in and caused a fair >amount of churn, and while most of the issues should have been very >obvious and all got fixed, this is

Re: Linux 2.6.25-rc1

2008-02-11 Thread Stefan Richter
Andrew Morton wrote: On Mon, 11 Feb 2008 22:46:18 +0100 Torsten Kaiser [EMAIL PROTECTED] wrote: The system is a dual opteron x86_64 system with 4 GB ECC RAM and an nVidia 3600 chipset (MCP55). As noted in the rc3-mm2-thread the crash will also happen, if I use normal ethernet instead of

Re: Linux 2.6.25-rc1

2008-02-11 Thread Andrew Morton
On Mon, 11 Feb 2008 22:46:18 +0100 Torsten Kaiser [EMAIL PROTECTED] wrote: On Feb 11, 2008 1:44 AM, Linus Torvalds [EMAIL PROTECTED] wrote: So give it all a good testing. My mm-mystery-crash has now sneaked into mainline: hm, I don't remember that. [ 1463.829078] BUG: unable to handle

Re: Linux 2.6.25-rc1

2008-02-11 Thread Arjan van de Ven
On Mon, 11 Feb 2008 08:39:11 +0100 Brice Goglin [EMAIL PROTECTED] wrote: Linus Torvalds wrote: - Lots of cleanups from the x86 merge (making more and more use of common files), but also the big page attribute stuff is in and caused a fair amount of churn, and while most of the issues

Re: Linux 2.6.25-rc1

2008-02-11 Thread Torsten Kaiser
On Feb 11, 2008 1:44 AM, Linus Torvalds [EMAIL PROTECTED] wrote: So give it all a good testing. My mm-mystery-crash has now sneaked into mainline: [ 1463.829078] BUG: unable to handle kernel NULL pointer dereference at 0378 [ 1463.832141] IP: [8047af18]

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-11 Thread Sam Ravnborg
-e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) 16) + ((b) 8) + (c))';) /usr/src/linux-2.6.25-rc1-git/Makefile include/linux/version.h.tmp; if [ -r include/linux/version.h ] cmp -s include/linux/version.h include

Re: Linux 2.6.25-rc1

2008-02-11 Thread Brice Goglin
Linus Torvalds wrote: - Lots of cleanups from the x86 merge (making more and more use of common files), but also the big page attribute stuff is in and caused a fair amount of churn, and while most of the issues should have been very obvious and all got fixed, this is definitely

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-11 Thread Mr. James W. Laferriere
echo 2.6.25-rc1 include/config/kernel.release set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) 16) + ((b) 8) + (c))';) /usr/src/linux-2.6.25-rc1-git/Makefile include/linux/version.h.tmp; if [ -r include/linux/version.h

Re: Linux 2.6.25-rc1

2008-02-11 Thread Mike Frysinger
On Monday 11 February 2008, Sam Ravnborg wrote: From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg [EMAIL PROTECTED] Date: Mon, 11 Feb 2008 14:26:26 +0100 Subject: [PATCH] kbuild: fix make V=1 When make -s support were added to filechk to combination

Re: Linux 2.6.25-rc1

2008-02-11 Thread Sam Ravnborg
Hi Linus. A kbuild bug sneaked in. Please pull from: ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git to fix the following bug. Sam From 49af821e4b1c07e756cbc2e389eba9d885912602 Mon Sep 17 00:00:00 2001 From: Sam Ravnborg [EMAIL PROTECTED] Date: Mon, 11 Feb 2008

[patch] Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-11 Thread Oleg Verych
set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE http://mid.gmane.org/[EMAIL PROTECTED] _ -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-10 Thread Ray Lee
release > echo 2.6.25-rc1 > include/config/kernel.release > set -e; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE > 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + > (c))';) > < /usr/src/linux-2.6.25-rc1-git/Makefile > include

Re: Linux 2.6.25-rc1

2008-02-10 Thread Gene Heskett
On Sunday 10 February 2008, Linus Torvalds wrote: >Ok, it's a bloody large -rc (as was 24-rc1, for that matter), probably >because the 2.6.24 release cycle dragged out, so people had a lot of >things pending. > >The full diff is something like 11MB and 1.4M lines of diffs, with the >bulk of the

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-10 Thread Mr. James W. Laferriere
cho '#define KERNEL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))';) < /usr/src/linux-2.6.25-rc1-git/Makefile > include/linux/version.h.tmp; if [ -r include/linux/version.h ] && cmp -s include/linux/version.h include/linux/version.h.tmp; then rm -f include/linux/version

Linux 2.6.25-rc1

2008-02-10 Thread Linus Torvalds
Ok, it's a bloody large -rc (as was 24-rc1, for that matter), probably because the 2.6.24 release cycle dragged out, so people had a lot of things pending. The full diff is something like 11MB and 1.4M lines of diffs, with the bulk of the stuff being in architecture updates and drivers. Just

Linux 2.6.25-rc1

2008-02-10 Thread Linus Torvalds
Ok, it's a bloody large -rc (as was 24-rc1, for that matter), probably because the 2.6.24 release cycle dragged out, so people had a lot of things pending. The full diff is something like 11MB and 1.4M lines of diffs, with the bulk of the stuff being in architecture updates and drivers. Just

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-10 Thread Mr. James W. Laferriere
'#define KERNEL_VERSION(a,b,c) (((a) 16) + ((b) 8) + (c))';) /usr/src/linux-2.6.25-rc1-git/Makefile include/linux/version.h.tmp; if [ -r include/linux/version.h ] cmp -s include/linux/version.h include/linux/version.h.tmp; then rm -f include/linux/version.h.tmp; else ; mv -f include/linux

Re: Linux 2.6.25-rc1

2008-02-10 Thread Gene Heskett
On Sunday 10 February 2008, Linus Torvalds wrote: Ok, it's a bloody large -rc (as was 24-rc1, for that matter), probably because the 2.6.24 release cycle dragged out, so people had a lot of things pending. The full diff is something like 11MB and 1.4M lines of diffs, with the bulk of the stuff

Re: Linux 2.6.25-rc1 , syntax error near unexpected token `;'

2008-02-10 Thread Ray Lee
; ; mkdir -p include/linux/; (echo \#define LINUX_VERSION_CODE 132633; echo '#define KERNEL_VERSION(a,b,c) (((a) 16) + ((b) 8) + (c))';) /usr/src/linux-2.6.25-rc1-git/Makefile include/linux/version.h.tmp; if [ -r include/linux/version.h ] cmp -s include/linux/version.h include