net-2.6.24 build broken (allyesconfig)

2007-08-27 Thread Ilpo Järvinen
Hi, $ git-reset --hard net-2.6.24-origin HEAD is now at e2eb35e... [ATM]: Fix build errors after conversion to pr_debug() $ make allyesconfig ... $ make bzImage ... CC drivers/net/82596.o drivers/net/82596.c:1618:1: error: unterminated argument list invoking macro DEB drivers/net/82596.c

Re: net-2.6.24 build broken (allyesconfig)

2007-08-27 Thread Johannes Berg
On Mon, 2007-08-27 at 15:32 +0300, Ilpo Järvinen wrote: drivers/net/82596.c:1618:1: error: unterminated argument list invoking macro DEB Hmm, I would guess that [NET]: Introduce MAC_FMT/MAC_ARG broken it, though didn't verify it. The fix is left as an exercise of the reader (i.e., the

Re: net-2.6.24 build broken (allyesconfig)

2007-08-27 Thread David Miller
From: Ilpo_Järvinen [EMAIL PROTECTED] Date: Mon, 27 Aug 2007 15:32:26 +0300 (EEST) Hmm, I would guess that [NET]: Introduce MAC_FMT/MAC_ARG broken it, though didn't verify it. This will be the 4th or so build regression I'll have to clean up from that patch. I'm just going to revert it. - To

Re: net-2.6.24 build broken (allyesconfig)

2007-08-27 Thread David Miller
From: Johannes Berg [EMAIL PROTECTED] Date: Mon, 27 Aug 2007 14:52:59 +0200 This fixes a typo in commit f98d4ca4986fec. One of many. At least 5 drivers didn't build because of this patch. And this is incredibly trivial stuff. It's not like your changing the core NAPI code for 20+ drivers,

allyesconfig

2006-01-11 Thread Andrew Morton
Could someone please do an allyesconfig build on current -linus and fix up the bugs? I get this: include/linux/if_ether.h:112: undefined reference to `compare_ether_addr' net/built-in.o(.text+0x10a61b): In function `ebt_stp_check': net/bridge/netfilter/ebt_stp.c:167: undefined reference

Re: allyesconfig

2006-01-11 Thread Jeff Garzik
Andrew Morton wrote: Could someone please do an allyesconfig build on current -linus and fix up the bugs? I get this: include/linux/if_ether.h:112: undefined reference to `compare_ether_addr' net/built-in.o(.text+0x10a61b): In function `ebt_stp_check': net/bridge/netfilter/ebt_stp.c:167

Re: allyesconfig

2006-01-11 Thread Andrew Morton
Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: Could someone please do an allyesconfig build on current -linus and fix up the bugs? I get this: include/linux/if_ether.h:112: undefined reference to `compare_ether_addr' net/built-in.o(.text+0x10a61b): In function

Re: allyesconfig

2006-01-11 Thread David S. Miller
From: Andrew Morton [EMAIL PROTECTED] Date: Wed, 11 Jan 2006 00:29:59 -0800 Could someone please do an allyesconfig build on current -linus and fix up the bugs? I get this: include/linux/if_ether.h:112: undefined reference to `compare_ether_addr' I don't see any reference

Re: allyesconfig

2006-01-11 Thread David S. Miller
From: Jeff Garzik [EMAIL PROTECTED] Date: Wed, 11 Jan 2006 03:35:43 -0500 should be fixed in current -linus already? No, that was a different instance. - To unsubscribe from this list: send the line unsubscribe netdev in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: allyesconfig

2006-01-11 Thread Andrew Morton
David S. Miller [EMAIL PROTECTED] wrote: Could someone please do an allyesconfig build on current -linus and fix up the bugs? I get this: include/linux/if_ether.h:112: undefined reference to `compare_ether_addr' I don't see any reference to compare_ether_addr() on line 112

Re: allyesconfig

2006-01-11 Thread Jeff Garzik
Andrew Morton wrote: Jeff Garzik [EMAIL PROTECTED] wrote: Andrew Morton wrote: Could someone please do an allyesconfig build on current -linus and fix up the bugs? I get this: include/linux/if_ether.h:112: undefined reference to `compare_ether_addr' net/built-in.o(.text+0x10a61b

Re: allyesconfig

2006-01-11 Thread David S. Miller
From: Andrew Morton [EMAIL PROTECTED] Date: Wed, 11 Jan 2006 00:45:50 -0800 Please do the allyesconfig, check? Yep, will do. - 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

Re: allyesconfig

2006-01-11 Thread Evgeniy Polyakov
:50:23AM -0800, David S. Miller ([EMAIL PROTECTED]) wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Wed, 11 Jan 2006 00:45:50 -0800 Please do the allyesconfig, check? Yep, will do. Divert warning: diff --git a/net/core/dv.c b/net/core/dv.c index c5deb36..1516a90

Re: allyesconfig

2006-01-11 Thread Evgeniy Polyakov
PROTECTED] Date: Wed, 11 Jan 2006 00:45:50 -0800 Please do the allyesconfig, check? Yep, will do. After three patches make SUBDIRS=net finished just fine with one warning in divert code. And this one: diff --git a/net/sched/ematch.c b/net/sched/ematch.c index 64b047c..5cb956b

Re: allyesconfig

2006-01-11 Thread Evgeniy Polyakov
On Wed, Jan 11, 2006 at 12:50:23AM -0800, David S. Miller ([EMAIL PROTECTED]) wrote: From: Andrew Morton [EMAIL PROTECTED] Date: Wed, 11 Jan 2006 00:45:50 -0800 Please do the allyesconfig, check? Yep, will do. Survived make SUBDIRS=net/bridge after allyesconfig. Kinda megapatch: diff