Re: Linux 2.6.11-rc2

2005-01-23 Thread David Brownell
I'm seeing a problem with TCP as accessed through KMail (SuSE 9.2, x86_64). But oddly enough, only for sending mail, not reading it; and not through other (reading) applications... it's a regression with respect to rc1 and earlier kernels. Basically, it can only send REALLY TINY emails... What

Re: Linux 2.6.11-rc2

2005-01-23 Thread Magnus Määttä
Hello On Saturday 22 January 2005 03.13, Linus Torvalds wrote: > Ok, trying to calm things down again for a 2.6.11 release. > > Tons of small cleanups, annotations and fixes here. Driver updates, > cpufreq, ppc, parisc, arm.. Pls check that I got it all. > > Linus > It doesn't compile here,

Re: Linux 2.6.11-rc2

2005-01-23 Thread sean
This patch worked. Or at least it built. Thanks for the quick response. sean Martin Josefsson wrote: Try this patch: diff -X dontdiff.ny -urNp linux-2.6.11-rc2.orig/include/linux/netfilter_ipv4/ip_conntrack_tftp.h linux-2.6.11-rc2/include/linux/netfilter_ipv4/ip_conntrack_tftp.h --- linux-2.6.11

Re: Linux 2.6.11-rc2

2005-01-23 Thread sean
This patch worked. Or at least it built. Thanks for the quick response. sean Martin Josefsson wrote: Try this patch: diff -X dontdiff.ny -urNp linux-2.6.11-rc2.orig/include/linux/netfilter_ipv4/ip_conntrack_tftp.h linux-2.6.11-rc2/include/linux/netfilter_ipv4/ip_conntrack_tftp.h --- linux-2.6.11

Re: Linux 2.6.11-rc2

2005-01-23 Thread Magnus Määttä
Hello On Saturday 22 January 2005 03.13, Linus Torvalds wrote: Ok, trying to calm things down again for a 2.6.11 release. Tons of small cleanups, annotations and fixes here. Driver updates, cpufreq, ppc, parisc, arm.. Pls check that I got it all. Linus It doesn't compile here, here's

Re: Linux 2.6.11-rc2

2005-01-23 Thread David Brownell
I'm seeing a problem with TCP as accessed through KMail (SuSE 9.2, x86_64). But oddly enough, only for sending mail, not reading it; and not through other (reading) applications... it's a regression with respect to rc1 and earlier kernels. Basically, it can only send REALLY TINY emails... What

Re: Linux 2.6.11-rc2

2005-01-22 Thread Martin Josefsson
o(.bss+0x0): first defined here > make[3]: *** [net/ipv4/netfilter/built-in.o] Error 1 > make[2]: *** [net/ipv4/netfilter] Error 2 Ok, another problem intriduced by the recent patches... sigh Try this patch: diff -X dontdiff.ny -urNp linux-2.6.11-rc2.orig/include/linux/netfilter_ipv4/ip

Re: Linux 2.6.11-rc2

2005-01-22 Thread sean
Martin Josefsson wrote: On Fri, 2005-01-21 at 22:32 -0800, Udo A. Steinberg wrote: On Fri, 21 Jan 2005 18:13:55 -0800 (PST) Linus Torvalds (LT) wrote: LT> Ok, trying to calm things down again for a 2.6.11 release. Connection tracking does not compile... CC

Re: Linux 2.6.11-rc2

2005-01-22 Thread Linus Torvalds
On Sat, 22 Jan 2005, Udo A. Steinberg wrote: > > Linus, please apply the following patch from Martin. Please go through Davem, he's quite responsive, but prefers things like this to be sent to the netdev mailing list too if it hasn't been there already (netdev@oss.sgi.com).

Re: Linux 2.6.11-rc2

2005-01-22 Thread Udo A. Steinberg
t, I can compile both with and without NAT MJ> now. Thanks, this fixes my problem, too. Linus, please apply the following patch from Martin. -Udo. diff -X /home/gandalf/dontdiff.ny -urNp linux-2.6.11-rc2.orig/include/linux/netfilter_ipv4/ip_conntrack.h linux-2.6.11-rc2/include/linux/netfilter_ipv4/

Re: Linux 2.6.11-rc2

2005-01-22 Thread Martin Josefsson
On Sat, 2005-01-22 at 12:57 -0800, Udo A. Steinberg wrote: > On Sat, 22 Jan 2005 15:04:29 +0100 Martin Josefsson (MJ) wrote: > > MJ> On Fri, 2005-01-21 at 22:32 -0800, Udo A. Steinberg wrote: > MJ> > > MJ> > Connection tracking does not compile... > > MJ> The problem is when compiling without

Re: Linux 2.6.11-rc2

2005-01-22 Thread Martin Josefsson
.h:307: error: (Each undeclared > identifier is reported only once > include/linux/netfilter_ipv4/ip_conntrack.h:307: error: for each function it > appears in.) The problem is when compiling without NAT... The patch below should fix it, I can compile both with and without NAT now. diff -X /home/

Re: Linux 2.6.11-rc2

2005-01-22 Thread Martin Josefsson
: for each function it appears in.) The problem is when compiling without NAT... The patch below should fix it, I can compile both with and without NAT now. diff -X /home/gandalf/dontdiff.ny -urNp linux-2.6.11-rc2.orig/include/linux/netfilter_ipv4/ip_conntrack.h linux-2.6.11-rc2/include/linux

Re: Linux 2.6.11-rc2

2005-01-22 Thread Martin Josefsson
On Sat, 2005-01-22 at 12:57 -0800, Udo A. Steinberg wrote: On Sat, 22 Jan 2005 15:04:29 +0100 Martin Josefsson (MJ) wrote: MJ On Fri, 2005-01-21 at 22:32 -0800, Udo A. Steinberg wrote: MJ MJ Connection tracking does not compile... MJ The problem is when compiling without NAT... MJ The

Re: Linux 2.6.11-rc2

2005-01-22 Thread Udo A. Steinberg
MJ now. Thanks, this fixes my problem, too. Linus, please apply the following patch from Martin. -Udo. diff -X /home/gandalf/dontdiff.ny -urNp linux-2.6.11-rc2.orig/include/linux/netfilter_ipv4/ip_conntrack.h linux-2.6.11-rc2/include/linux/netfilter_ipv4/ip_conntrack.h --- linux-2.6.11-rc2

Re: Linux 2.6.11-rc2

2005-01-22 Thread Linus Torvalds
On Sat, 22 Jan 2005, Udo A. Steinberg wrote: Linus, please apply the following patch from Martin. Please go through Davem, he's quite responsive, but prefers things like this to be sent to the netdev mailing list too if it hasn't been there already (netdev@oss.sgi.com).

Re: Linux 2.6.11-rc2

2005-01-22 Thread sean
Martin Josefsson wrote: On Fri, 2005-01-21 at 22:32 -0800, Udo A. Steinberg wrote: On Fri, 21 Jan 2005 18:13:55 -0800 (PST) Linus Torvalds (LT) wrote: LT Ok, trying to calm things down again for a 2.6.11 release. Connection tracking does not compile... CC

Re: Linux 2.6.11-rc2

2005-01-22 Thread Martin Josefsson
defined here make[3]: *** [net/ipv4/netfilter/built-in.o] Error 1 make[2]: *** [net/ipv4/netfilter] Error 2 Ok, another problem intriduced by the recent patches... sigh Try this patch: diff -X dontdiff.ny -urNp linux-2.6.11-rc2.orig/include/linux/netfilter_ipv4/ip_conntrack_tftp.h linux-2.6.11-rc2

Re: Linux 2.6.11-rc2

2005-01-21 Thread Udo A. Steinberg
On Fri, 21 Jan 2005 18:13:55 -0800 (PST) Linus Torvalds (LT) wrote: LT> Ok, trying to calm things down again for a 2.6.11 release. Connection tracking does not compile... CC net/ipv4/netfilter/ip_conntrack_standalone.o In file included from net/ipv4/netfilter/ip_conntrack_standalone.c:34:

Linux 2.6.11-rc2

2005-01-21 Thread Linus Torvalds
o Remove broken-as-designed "rwlock_is_locked()" macro o Revert "x86_64/i386: increase command line size" patch o ppc64: rwlock *_can_lock() primitives o ia64: rwlock *_can_lock() primitives o x86-64: rwlock *_can_lock() primitives o Linux 2.6.11-rc2 Lonnie Mendez: o

compile error in linux-2.6.11-rc1

2005-01-21 Thread Adam Sulmicki
in.) make[1]: *** [arch/i386/kernel/nmi.o] Error 1 make: *** [arch/i386/kernel] Error 2 linux:/usr/src/cm/kexec/linux-2.6.11-rc1 # - 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://vger.

compile error in linux-2.6.11-rc1

2005-01-21 Thread Adam Sulmicki
in.) make[1]: *** [arch/i386/kernel/nmi.o] Error 1 make: *** [arch/i386/kernel] Error 2 linux:/usr/src/cm/kexec/linux-2.6.11-rc1 # - 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://vger.kernel.org

Linux 2.6.11-rc2

2005-01-21 Thread Linus Torvalds
Revert x86_64/i386: increase command line size patch o ppc64: rwlock *_can_lock() primitives o ia64: rwlock *_can_lock() primitives o x86-64: rwlock *_can_lock() primitives o Linux 2.6.11-rc2 Lonnie Mendez: o USB cypress_m8: line setting bugfix, circular write buffer added, misc

Re: Linux 2.6.11-rc2

2005-01-21 Thread Udo A. Steinberg
On Fri, 21 Jan 2005 18:13:55 -0800 (PST) Linus Torvalds (LT) wrote: LT Ok, trying to calm things down again for a 2.6.11 release. Connection tracking does not compile... CC net/ipv4/netfilter/ip_conntrack_standalone.o In file included from net/ipv4/netfilter/ip_conntrack_standalone.c:34:

Re: Linux 2.6.11-rc1

2005-01-20 Thread Romano Giannetti
On Thu, Jan 20, 2005 at 08:17:38AM +0100, Peter Osterlund wrote: > > > > That fixed it, thanks. I hope this can make it in before 2.6.11 final, > > but if it doesn't, I'll just patch it in. > > OK, I've got another report in private mail where this patch fixed the > ALPS detection, so the score

Re: Linux 2.6.11-rc1

2005-01-20 Thread Romano Giannetti
On Thu, Jan 20, 2005 at 08:17:38AM +0100, Peter Osterlund wrote: That fixed it, thanks. I hope this can make it in before 2.6.11 final, but if it doesn't, I'll just patch it in. OK, I've got another report in private mail where this patch fixed the ALPS detection, so the score for this

Re: Linux 2.6.11-rc1

2005-01-19 Thread Peter Osterlund
On Wed, 19 Jan 2005, Daniel Gryniewicz wrote: > On Wed, 2005-01-19 at 23:16 -0500, Dmitry Torokhov wrote: > > On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: > > > On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > > > > Ok, the big merges after 2.6.10 are hopefully over, and

Re: Linux 2.6.11-rc1

2005-01-19 Thread Daniel Gryniewicz
On Wed, 2005-01-19 at 23:16 -0500, Dmitry Torokhov wrote: > On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: > > On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > > > Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out > > > there. > > > > > > > > > >

Re: Linux 2.6.11-rc1

2005-01-19 Thread Dmitry Torokhov
On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: > On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > > Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out > > there. > > > > > > Peter Osterlund: > > o input: Add ALPS touchpad driver, driver by Neil

Re: Linux 2.6.11-rc1

2005-01-19 Thread Daniel Gryniewicz
On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: > Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out > there. > > Peter Osterlund: > o input: Add ALPS touchpad driver, driver by Neil Brown, Peter > Osterlund and Dmitry Torokhov, some fixes by Vojtech

Re: Linux 2.6.11-rc1

2005-01-19 Thread Daniel Gryniewicz
On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out there. snip Peter Osterlund: o input: Add ALPS touchpad driver, driver by Neil Brown, Peter Osterlund and Dmitry Torokhov, some fixes by Vojtech Pavlik.

Re: Linux 2.6.11-rc1

2005-01-19 Thread Dmitry Torokhov
On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out there. snip Peter Osterlund: o input: Add ALPS touchpad driver, driver by Neil Brown,

Re: Linux 2.6.11-rc1

2005-01-19 Thread Daniel Gryniewicz
On Wed, 2005-01-19 at 23:16 -0500, Dmitry Torokhov wrote: On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: Ok, the big merges after 2.6.10 are hopefully over, and 2.6.11-rc1 is out there. snip Peter

Re: Linux 2.6.11-rc1

2005-01-19 Thread Peter Osterlund
On Wed, 19 Jan 2005, Daniel Gryniewicz wrote: On Wed, 2005-01-19 at 23:16 -0500, Dmitry Torokhov wrote: On Wednesday 19 January 2005 16:07, Daniel Gryniewicz wrote: On Tue, 2005-01-11 at 21:09 -0800, Linus Torvalds wrote: Ok, the big merges after 2.6.10 are hopefully over, and

Re: Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-17 Thread Geert Uytterhoeven
On Sun, 16 Jan 2005, Sam Ravnborg wrote: > On Sun, Jan 16, 2005 at 10:22:43AM +0100, Geert Uytterhoeven wrote: > > Changing > > > > | NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) > > -print-file-name=include) > > > > to > > > > | NOSTDINC_FLAGS = -nostdinc -isystem $(shell $(CC) > >

Re: Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-17 Thread Geert Uytterhoeven
On Sun, 16 Jan 2005, Sam Ravnborg wrote: On Sun, Jan 16, 2005 at 10:22:43AM +0100, Geert Uytterhoeven wrote: Changing | NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) -print-file-name=include) to | NOSTDINC_FLAGS = -nostdinc -isystem $(shell $(CC)

Re: Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-16 Thread Sam Ravnborg
On Sun, Jan 16, 2005 at 10:22:43AM +0100, Geert Uytterhoeven wrote: > Changing > > | NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) -print-file-name=include) > > to > > | NOSTDINC_FLAGS = -nostdinc -isystem $(shell $(CC) -print-file-name=include) > > fixed it. I guess it picked up the

Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-16 Thread Geert Uytterhoeven
On Tue, 11 Jan 2005, Linus Torvalds wrote: > Sam Ravnborg: > o kbuild: Use -isystem `gcc --print-file-name=include` This change broke cross-compilation for me. It causes /usr/lib/gcc-lib/i486-linux/3.3.5/include/stdarg.h to be picked up instead of

Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-16 Thread Geert Uytterhoeven
On Tue, 11 Jan 2005, Linus Torvalds wrote: Sam Ravnborg: o kbuild: Use -isystem `gcc --print-file-name=include` This change broke cross-compilation for me. It causes /usr/lib/gcc-lib/i486-linux/3.3.5/include/stdarg.h to be picked up instead of

Re: Cross-compilation broken (was: Re: Linux 2.6.11-rc1)

2005-01-16 Thread Sam Ravnborg
On Sun, Jan 16, 2005 at 10:22:43AM +0100, Geert Uytterhoeven wrote: Changing | NOSTDINC_FLAGS := -nostdinc -isystem $(shell $(CC) -print-file-name=include) to | NOSTDINC_FLAGS = -nostdinc -isystem $(shell $(CC) -print-file-name=include) fixed it. I guess it picked up the definition

<    1   2   3   4