[PATCH 2.6.13-mm2 1/3] sas_class: include files in include/scsi/sas/

2005-09-09 Thread Luben Tuikov
Signed-off-by: Luben Tuikov <[EMAIL PROTECTED]> diff -X linux-2.6.13-mm2/Documentation/dontdiff -Naur linux-2.6.13-mm2-orig/include/scsi/sas/sas.h linux-2.6.13-mm2/include/scsi/sas/sas.h --- linux-2.6.13-mm2-orig/include/scsi/sas/sas.h1969-12-31 19:00:00.0 -0500 +++

[PATCH 2.6.13-mm2 0/3] scsi: SAS: Makefile and Kconfig

2005-09-09 Thread Luben Tuikov
Andrew, The following is a patchset of the SAS code as posted today but it has the suggestions by Nish and Alexey, and it is against -mm2 tree. Signed-off-by: Luben Tuikov <[EMAIL PROTECTED]> diff -X linux-2.6.13-mm2/Documentation/dontdiff -Nau linux-2.6.13-mm2-orig/drivers/scsi/Kconfig

Re: 2.6.13-mm2 (general protection fault)

2005-09-09 Thread Dominik Karall
On Thursday 08 September 2005 14:30, Andrew Morton wrote: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13 >-mm2/ Hi Andrew, here is the log from my problem with an usb device (kernel hangs when switching the external hdd on). I hope this log provides

Re: [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Andi Kleen
On Friday 09 September 2005 18:06, Brown, Len wrote: > I'm not sure what to do here -- what use-model > should we tune default Kconfig for? I would just give no default for the platform drivers. They are not exactly mission critical. The default stuff is for more for optons that prevent booting

RE: [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Roman Zippel
Hi, On Fri, 9 Sep 2005, Brown, Len wrote: > >--- drivers/acpi/Kconfig.orig2005-09-09 09:46:26.0 +0200 > >+++ drivers/acpi/Kconfig 2005-09-09 09:46:46.0 +0200 > >@@ -197,7 +197,7 @@ config ACPI_ASUS > > config ACPI_IBM > > tristate "IBM ThinkPad Laptop Extras" > >

RE: [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Brown, Len
>Hi Andrew, > > I think the following isn't on purpose but the IBM Thinkpad acpi > extras default to y in Kconfig. The patch below fixes it: > > Signed-off-by: <[EMAIL PROTECTED]> > > >--- drivers/acpi/Kconfig.orig 2005-09-09 09:46:26.0 +0200 >+++ drivers/acpi/Kconfig

Re: 2.6.13-mm2

2005-09-09 Thread Grant Coady
ernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ >> >> Hi Andrew, >> >> After this error: >> >> CC drivers/parport/parport_pc.o >> drivers/parport/parport_pc.c:2511: error: via_686a_data causes a section >> type conflict

Re: 2.6.13-mm2 - drivers/char/speakup/speakup doesn't compile (+warnings from other things)

2005-09-09 Thread Alan Cox
On Fri, Sep 09, 2005 at 04:52:12AM +0200, Damir Perisa wrote: > drivers/char/speakup/speakup.c:491: error: 'struct tty_ldisc' has no member > named 'receive_room' > drivers/char/speakup/speakup.c:491: error: 'struct tty_ldisc' has no member > named 'receive_room' > make[3]: ***

Re: 2.6.13-mm2

2005-09-09 Thread Andi Kleen
On Friday 09 September 2005 12:41, Andrew Morton wrote: > Andi Kleen <[EMAIL PROTECTED]> wrote: > > > arch/x86_64/pci/built-in.o(.init.text+0xa88): In function `pci_acpi_scan_root': > > > : undefined reference to `pxm_to_node' > > > > > > make: *** [.tmp_vmlinux1] Error 1 > > >

Re: 2.6.13-mm2

2005-09-09 Thread Andrew Morton
Andi Kleen <[EMAIL PROTECTED]> wrote: > > > arch/x86_64/pci/built-in.o(.init.text+0xa88): In function > `pci_acpi_scan_root': > > : undefined reference to `pxm_to_node' > > make: *** [.tmp_vmlinux1] Error 1 > > 09/08/05-06:52:31 Build the kernel. Failed rc = 2 > > 09/08/05-06:52:31 build:

Re: 2.6.13-mm2

2005-09-09 Thread Andrew Morton
Grant Coady <[EMAIL PROTECTED]> wrote: > > On Thu, 8 Sep 2005 05:30:42 -0700, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ > > Hi Andrew, > > After this error

Re: 2.6.13-mm2 high memory support borken?

2005-09-09 Thread Andrew Morton
Michal Piotrowski <[EMAIL PROTECTED]> wrote: > > On 08/09/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > > > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ > > [EMAIL PROTECTED]:~$ cat /proc/meminfo

[PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Borislav Petkov
Hi Andrew, I think the following isn't on purpose but the IBM Thinkpad acpi extras default to y in Kconfig. The patch below fixes it: Signed-off-by: <[EMAIL PROTECTED]> --- drivers/acpi/Kconfig.orig 2005-09-09 09:46:26.0 +0200 +++ drivers/acpi/Kconfig2005-09-09

[PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Borislav Petkov
Hi Andrew, I think the following isn't on purpose but the IBM Thinkpad acpi extras default to y in Kconfig. The patch below fixes it: Signed-off-by: [EMAIL PROTECTED] --- drivers/acpi/Kconfig.orig 2005-09-09 09:46:26.0 +0200 +++ drivers/acpi/Kconfig2005-09-09

Re: 2.6.13-mm2 high memory support borken?

2005-09-09 Thread Andrew Morton
Michal Piotrowski [EMAIL PROTECTED] wrote: On 08/09/05, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ [EMAIL PROTECTED]:~$ cat /proc/meminfo MemTotal: 893824 kB [---cut---] VmallocChunk: 110380

Re: 2.6.13-mm2

2005-09-09 Thread Andrew Morton
Grant Coady [EMAIL PROTECTED] wrote: On Thu, 8 Sep 2005 05:30:42 -0700, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ Hi Andrew, After this error: CC drivers/parport/parport_pc.o drivers/parport

Re: 2.6.13-mm2

2005-09-09 Thread Andrew Morton
Andi Kleen [EMAIL PROTECTED] wrote: arch/x86_64/pci/built-in.o(.init.text+0xa88): In function `pci_acpi_scan_root': : undefined reference to `pxm_to_node' make: *** [.tmp_vmlinux1] Error 1 09/08/05-06:52:31 Build the kernel. Failed rc = 2 09/08/05-06:52:31 build: kernel build

Re: 2.6.13-mm2

2005-09-09 Thread Andi Kleen
On Friday 09 September 2005 12:41, Andrew Morton wrote: Andi Kleen [EMAIL PROTECTED] wrote: arch/x86_64/pci/built-in.o(.init.text+0xa88): In function `pci_acpi_scan_root': : undefined reference to `pxm_to_node' make: *** [.tmp_vmlinux1] Error 1 09/08/05-06:52:31 Build the

Re: 2.6.13-mm2 - drivers/char/speakup/speakup doesn't compile (+warnings from other things)

2005-09-09 Thread Alan Cox
On Fri, Sep 09, 2005 at 04:52:12AM +0200, Damir Perisa wrote: drivers/char/speakup/speakup.c:491: error: 'struct tty_ldisc' has no member named 'receive_room' drivers/char/speakup/speakup.c:491: error: 'struct tty_ldisc' has no member named 'receive_room' make[3]: ***

Re: 2.6.13-mm2

2005-09-09 Thread Grant Coady
Hi Andrew, Marko, On Fri, 9 Sep 2005 02:43:36 -0700, Andrew Morton [EMAIL PROTECTED] wrote: Grant Coady [EMAIL PROTECTED] wrote: On Thu, 8 Sep 2005 05:30:42 -0700, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ Hi

RE: [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Brown, Len
Hi Andrew, I think the following isn't on purpose but the IBM Thinkpad acpi extras default to y in Kconfig. The patch below fixes it: Signed-off-by: [EMAIL PROTECTED] --- drivers/acpi/Kconfig.orig 2005-09-09 09:46:26.0 +0200 +++ drivers/acpi/Kconfig 2005-09-09

RE: [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Roman Zippel
Hi, On Fri, 9 Sep 2005, Brown, Len wrote: --- drivers/acpi/Kconfig.orig2005-09-09 09:46:26.0 +0200 +++ drivers/acpi/Kconfig 2005-09-09 09:46:46.0 +0200 @@ -197,7 +197,7 @@ config ACPI_ASUS config ACPI_IBM tristate IBM ThinkPad Laptop Extras depends on

Re: [PATCH] [2.6.13-mm2] set IBM ThinkPad extras to default n in Kconfig

2005-09-09 Thread Andi Kleen
On Friday 09 September 2005 18:06, Brown, Len wrote: I'm not sure what to do here -- what use-model should we tune default Kconfig for? I would just give no default for the platform drivers. They are not exactly mission critical. The default stuff is for more for optons that prevent booting

Re: 2.6.13-mm2 (general protection fault)

2005-09-09 Thread Dominik Karall
On Thursday 08 September 2005 14:30, Andrew Morton wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13 -mm2/ Hi Andrew, here is the log from my problem with an usb device (kernel hangs when switching the external hdd on). I hope this log provides useful

[PATCH 2.6.13-mm2 0/3] scsi: SAS: Makefile and Kconfig

2005-09-09 Thread Luben Tuikov
Andrew, The following is a patchset of the SAS code as posted today but it has the suggestions by Nish and Alexey, and it is against -mm2 tree. Signed-off-by: Luben Tuikov [EMAIL PROTECTED] diff -X linux-2.6.13-mm2/Documentation/dontdiff -Nau linux-2.6.13-mm2-orig/drivers/scsi/Kconfig linux

[PATCH 2.6.13-mm2 1/3] sas_class: include files in include/scsi/sas/

2005-09-09 Thread Luben Tuikov
Signed-off-by: Luben Tuikov [EMAIL PROTECTED] diff -X linux-2.6.13-mm2/Documentation/dontdiff -Naur linux-2.6.13-mm2-orig/include/scsi/sas/sas.h linux-2.6.13-mm2/include/scsi/sas/sas.h --- linux-2.6.13-mm2-orig/include/scsi/sas/sas.h1969-12-31 19:00:00.0 -0500 +++ linux-2.6.13

2.6.13-mm2 - drivers/char/speakup/speakup doesn't compile (+warnings from other things)

2005-09-08 Thread Damir Perisa
Extra=text/vnd.viewcvs-markup hope this info is usable to somebody out there, greetings, Damir -- Customer: "I'm sorry. I think I just deleted the Internet!" Tech Support: "That's ok. We have it backed up here on tape somewhere." ==> Builing kernel 2.6.13-mm2 started

Re: 2.6.13-mm2

2005-09-08 Thread Grant Coady
On Thu, 8 Sep 2005 05:30:42 -0700, Andrew Morton <[EMAIL PROTECTED]> wrote: > >ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ Hi Andrew, After this error: CC drivers/parport/parport_pc.o drivers/parport/parport_pc.c:2511: error: via_686a

Re: 2.6.13-mm2

2005-09-08 Thread Roland McGrath
I guess something else has changed since I tested the patch. I haven't tried -mm2, but the current Linus tree I'm having trouble getting to boot on my x86_64 machine atm ("soft lockup" in the e1000 driver setup). Thanks, Roland - To unsubscribe from this list: send the line "unsubscribe

Re: 2.6.13-mm2

2005-09-08 Thread Andi Kleen
On Thu, Sep 08, 2005 at 07:30:01AM -0700, Martin J. Bligh wrote: > > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ > > > > (kernel.org propagation is slow. There's a temp copy at > > http://www.zip.com.au/~akpm/linux/p

Re: 2.6.13-mm2

2005-09-08 Thread Parag Warudkar
Andrew Morton wrote: Parag, perhaps you could confirm that reverting that patch fixes things up? Sure - reverting the x86-64-ptrace-ia32-bp-fix patch fixes it. Roland - if seeing backtraces and register info for the failing programs is going to help you, please see the thread "2.6.13-mm1

Re: 2.6.13-mm2

2005-09-08 Thread Andrew Morton
[EMAIL PROTECTED] (Ronny V. Vindenes) wrote: > > x86-64-ptrace-ia32-bp-fix.patch breaks all 32bit apps for me on Athlon64 Great, thanks muchly for working that out. Parag, perhaps you could confirm that reverting that patch fixes things up? - To unsubscribe from this list: send the line

Re: 2.6.13-mm2

2005-09-08 Thread Ronny V. Vindenes
Andrew Morton <[EMAIL PROTECTED]> writes: > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ > > (kernel.org propagation is slow. There's a temp copy at > http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-mm2.bz2) > > > &

Re: 2.6.13-mm2

2005-09-08 Thread Andrew Morton
Michael Thonke <[EMAIL PROTECTED]> wrote: > > Hello Andrew, > > I found a problem regarding to multi device support (Linux software Raid). > > The problem first appears now in 2.6.13-mm2, that the kernel didn't > initialize the md devices. > > 2.6.13-mm1 works

Re: 2.6.13-mm2

2005-09-08 Thread Michael Thonke
Hello Andrew, I found a problem regarding to multi device support (Linux software Raid). The problem first appears now in 2.6.13-mm2, that the kernel didn't initialize the md devices. 2.6.13-mm1 works very well, and everything is okay. Also one strange thing I found was that my SATA devices

Re: 2.6.13-mm2 high memory support borken?

2005-09-08 Thread Michal Piotrowski
Hi, On 08/09/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ [EMAIL PROTECTED]:~$ cat /proc/meminfo MemTotal: 893824 kB [---cut---] VmallocChunk: 110380 kB something is wrong, I have got 1

Re: 2.6.13-mm2

2005-09-08 Thread Martin J. Bligh
> ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ > > (kernel.org propagation is slow. There's a temp copy at > http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-mm2.bz2) > > > > - Added Andi's x86_64 tree, as separate patch

Re: 2.6.13-mm2

2005-09-08 Thread Christoph Hellwig
On Thu, Sep 08, 2005 at 05:30:42AM -0700, Andrew Morton wrote: > -ocfs2-prep.patch > > Dropped this - maintaining the > move-truncate_inode_pages-into-delete_inode.patch patch separately was a > pita. Simply pull it in from git-ocfs2.patch Could you please just send the move

Re: 2.6.13-mm2

2005-09-08 Thread Benoit Boissinot
On 9/8/05, Andrew Morton <[EMAIL PROTECTED]> wrote: > > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ > > git-cifs.patch it adds a new compilation warning with gcc-4: fs/cifs/cifsglob.h:335: warning: type qualifiers ignored on fu

2.6.13-mm2

2005-09-08 Thread Andrew Morton
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ (kernel.org propagation is slow. There's a temp copy at http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-mm2.bz2) - Added Andi's x86_64 tree, as separate patches - Added a driver for TI acx1xx cardbus

2.6.13-mm2

2005-09-08 Thread Andrew Morton
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ (kernel.org propagation is slow. There's a temp copy at http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-mm2.bz2) - Added Andi's x86_64 tree, as separate patches - Added a driver for TI acx1xx cardbus

Re: 2.6.13-mm2

2005-09-08 Thread Benoit Boissinot
On 9/8/05, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ git-cifs.patch it adds a new compilation warning with gcc-4: fs/cifs/cifsglob.h:335: warning: type qualifiers ignored on function return type The following

Re: 2.6.13-mm2

2005-09-08 Thread Christoph Hellwig
On Thu, Sep 08, 2005 at 05:30:42AM -0700, Andrew Morton wrote: -ocfs2-prep.patch Dropped this - maintaining the move-truncate_inode_pages-into-delete_inode.patch patch separately was a pita. Simply pull it in from git-ocfs2.patch Could you please just send the move truncate_inode_pages

Re: 2.6.13-mm2

2005-09-08 Thread Martin J. Bligh
ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ (kernel.org propagation is slow. There's a temp copy at http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-mm2.bz2) - Added Andi's x86_64 tree, as separate patches - Added a driver for TI acx1xx

Re: 2.6.13-mm2 high memory support borken?

2005-09-08 Thread Michal Piotrowski
Hi, On 08/09/05, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ [EMAIL PROTECTED]:~$ cat /proc/meminfo MemTotal: 893824 kB [---cut---] VmallocChunk: 110380 kB something is wrong, I have got 1 gb ram on my box

Re: 2.6.13-mm2

2005-09-08 Thread Michael Thonke
Hello Andrew, I found a problem regarding to multi device support (Linux software Raid). The problem first appears now in 2.6.13-mm2, that the kernel didn't initialize the md devices. 2.6.13-mm1 works very well, and everything is okay. Also one strange thing I found was that my SATA devices

Re: 2.6.13-mm2

2005-09-08 Thread Andrew Morton
Michael Thonke [EMAIL PROTECTED] wrote: Hello Andrew, I found a problem regarding to multi device support (Linux software Raid). The problem first appears now in 2.6.13-mm2, that the kernel didn't initialize the md devices. 2.6.13-mm1 works very well, and everything is okay. Also

Re: 2.6.13-mm2

2005-09-08 Thread Ronny V. Vindenes
Andrew Morton [EMAIL PROTECTED] writes: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ (kernel.org propagation is slow. There's a temp copy at http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-mm2.bz2) - Added Andi's x86_64 tree, as separate

Re: 2.6.13-mm2

2005-09-08 Thread Andrew Morton
[EMAIL PROTECTED] (Ronny V. Vindenes) wrote: x86-64-ptrace-ia32-bp-fix.patch breaks all 32bit apps for me on Athlon64 Great, thanks muchly for working that out. Parag, perhaps you could confirm that reverting that patch fixes things up? - To unsubscribe from this list: send the line

Re: 2.6.13-mm2

2005-09-08 Thread Parag Warudkar
Andrew Morton wrote: Parag, perhaps you could confirm that reverting that patch fixes things up? Sure - reverting the x86-64-ptrace-ia32-bp-fix patch fixes it. Roland - if seeing backtraces and register info for the failing programs is going to help you, please see the thread 2.6.13-mm1

Re: 2.6.13-mm2

2005-09-08 Thread Andi Kleen
On Thu, Sep 08, 2005 at 07:30:01AM -0700, Martin J. Bligh wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ (kernel.org propagation is slow. There's a temp copy at http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-mm2.bz2) - Added

Re: 2.6.13-mm2

2005-09-08 Thread Roland McGrath
I guess something else has changed since I tested the patch. I haven't tried -mm2, but the current Linus tree I'm having trouble getting to boot on my x86_64 machine atm (soft lockup in the e1000 driver setup). Thanks, Roland - To unsubscribe from this list: send the line unsubscribe

Re: 2.6.13-mm2

2005-09-08 Thread Grant Coady
On Thu, 8 Sep 2005 05:30:42 -0700, Andrew Morton [EMAIL PROTECTED] wrote: ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13/2.6.13-mm2/ Hi Andrew, After this error: CC drivers/parport/parport_pc.o drivers/parport/parport_pc.c:2511: error: via_686a_data causes

2.6.13-mm2 - drivers/char/speakup/speakup doesn't compile (+warnings from other things)

2005-09-08 Thread Damir Perisa
=Extracontent-type=text/vnd.viewcvs-markup hope this info is usable to somebody out there, greetings, Damir -- Customer: I'm sorry. I think I just deleted the Internet! Tech Support: That's ok. We have it backed up here on tape somewhere. == Builing kernel 2.6.13-mm2 started at Fri Sep 9 04:04:45