[PATCH] 2.6.25-rc1 ml4x network driver build failure

2008-02-12 Thread Kamalesh Babulal
ot; -- Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [PATCH] 2.6.24-mm1 section type conflict cleanup

2008-02-04 Thread Kamalesh Babulal
Sam Ravnborg wrote: > On Mon, Feb 04, 2008 at 09:52:23PM +0530, Kamalesh Babulal wrote: >> Hi Andrew, >> >> The 2.6.24-mm1 kernel build fails at many places with section type >> conflict build error. > > What arch? > We have troubles with powerpc as

Re: [PATCH] 2.6.24-mm1 section type conflict cleanup

2008-02-04 Thread Kamalesh Babulal
causes a section type conflict make[2]: *** [drivers/net/starfire.o] Error 1 I have tested the patch for build test only Signed-off-by: Kamalesh Babulal <[EMAIL PROTECTED]> -- --- linux-2.6.24/drivers/net/typhoon.c 2008-01-25 04:28:37.0 +0530 +++ linux-2.6.24/drivers/net/~typhoon.

[BUILD FAILURE] 2.6.24-git7 section type conflict at various drivers on powerpc

2008-01-30 Thread Kamalesh Babulal
.olympic_open() to the function .devinit.text:.olympic_init() The function .olympic_open() references the function __devinit .olympic_init(). This is often because .olympic_open lacks a __devinit annotation or the annotation of .olympic_init is wrong. -- Thanks & Regards, Kamalesh Bab

Re: [BUILD FAILURE]2.6.24-git6 build failure on sis190 ethernet driver

2008-01-30 Thread Kamalesh Babulal
Sam Ravnborg wrote: > On Wed, Jan 30, 2008 at 09:11:36AM +0530, Kamalesh Babulal wrote: >> Hi, >> >> The 2.6.24-git6 kernel build fails on various x86_64 machines with the build >> failure >> >> drivers/net/sis190.c:329: error: sis190_pci_tbl cause

Re: [BUILD FAILURE]2.6.24-git6 build failure on sis190 ethernet driver

2008-01-30 Thread Kamalesh Babulal
Gabriel C wrote: > Kamalesh Babulal wrote: >> Hi, >> >> The 2.6.24-git6 kernel build fails on various x86_64 machines with the build >> failure >> >> drivers/net/sis190.c:329: error: sis190_pci_tbl causes a section type >> conflict >> make

[BUILD FAILURE]2.6.24-git6 build failure on sis190 ethernet driver

2008-01-29 Thread Kamalesh Babulal
--version (machine2) gcc (GCC) 4.1.1 20060525 (Red Hat 4.1.1-1) -- Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://v

Re: 2.6.24-rc8-mm1 : net tcp_input.c warnings

2008-01-24 Thread Kamalesh Babulal
while trying to figure out the > reports because I lived with different kind of code than it in > reality was). > > This should solve the WARN_ONs in TCP code that as a result of > this triggered multiple times in every place we check for this > invariant. > > Special tha

Re: 2.6.24-rc8-mm1 Badness at net/ipv4/tcp_input.c:2506

2008-01-23 Thread Kamalesh Babulal
N_ON(!tp->packets_out && tp->sacked_out)) 2505tp->sacked_out = 0; 2506if (WARN_ON(!tp->sacked_out && tp->fackets_out)) 2507 tp->fackets_out = 0; 2508 -- Thanks & Regards, Kamalesh Babulal, Linux Technology Ce

Re: mm snapshot broken-out-2007-11-20-01-45 Build Fail - net/wireless driver

2007-11-20 Thread Kamalesh Babulal
/rtl8187.o make[3]: *** [drivers/net/wireless/built-in.o] Error 1 make[2]: *** [drivers/net/wireless] Error 2 make[1]: *** [drivers/net] Error 2 make: *** [drivers] Error 2 The patch causing this build failure, might be git-wireless.patch. -- Thanks & Regards, Kamalesh Babulal, Linux Technology

Re: mm snapshot broken-out-2007-11-20-01-45.tar.gz uploaded

2007-11-20 Thread Kamalesh Babulal
/rtl8187.o make[3]: *** [drivers/net/wireless/built-in.o] Error 1 make[2]: *** [drivers/net/wireless] Error 2 make[1]: *** [drivers/net] Error 2 make: *** [drivers] Error 2 The patch causing this build failure, might be git-wireless.patch. -- Thanks & Regards, Kamalesh Babulal, Linux Technology

Re: [BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface

2007-10-24 Thread Kamalesh Babulal
Heiko Carstens wrote: > On Wed, Oct 24, 2007 at 08:59:06AM +0530, Kamalesh Babulal wrote: >> Hi, >> >> Kernel panic's while bringing up the network interface with the 2.6.23-git19 >> >> Setting network parameters: Ý OK ¨ >> Bringing up loopback interf

[BUG] 2.6.23-git19 - S390x: Kernel panic while bringing up the network interface

2007-10-23 Thread Kamalesh Babulal
disabled wait PSW 00020001 8000 000164DE -- Thanks & Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: 2.6.23-rc8-mm2 - drivers/net/ibm_newemac/mal - broken

2007-09-27 Thread Kamalesh Babulal
Regards, Kamalesh Babulal, Linux Technology Center, IBM, ISTL. - To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: [2.6.23-rc4-mm1][Bug] kernel BUG at include/linux/netdevice.h:339!

2007-09-20 Thread Kamalesh Babulal
Andrew Morton wrote: > On Mon, 17 Sep 2007 17:46:38 +0530 > Kamalesh Babulal <[EMAIL PROTECTED]> wrote: > > >> Kernel Bug is hit with 2.6.23-rc4-mm1 kernel on ppc64 machine. >> >> kernel BUG at include/linux/netdevice.h:339! >> > > (please

Re: 2.6.23-rc4-mm1

2007-09-01 Thread Kamalesh Babulal
rs/net/pcnet32.c:2622: error: 'struct net_device' has no member named 'napi' Only git-net touches pcnet32.c Hi Kamezawa, I got the pcnet32.c compile failure and after applying the patch compile does not fails. Thanks & Regards, Kamalesh Babulal. - To unsubscrib