Prev: linux-next: build warning after final merge (sound tree)
Next: usbnet: Convert dev(dbg|err|warn|info) macros to netdev_<level>
From: Stephen Rothwell on 17 Feb 2010 01:50 On Wed, 17 Feb 2010 17:40:15 +1100 Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: > > Caused by commit 2b95efe7f6bb750256a702cc32d33b0cb2cd8223 ("netfilter: > xtables: use xt_table for hook instantiation"). Missing direct include > of linux/netfilter.h? The address for Jan Engelhardt is bouncing ... -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: David Miller on 17 Feb 2010 02:20 From: Stephen Rothwell <sfr(a)canb.auug.org.au> Date: Wed, 17 Feb 2010 17:40:15 +1100 > After merging, today's linux-next build (sparc64 defconfig) failed like > this: Fixed for at least 6 hours: From 177867ce08f2756fa361e37086fc1792d7b4cf29 Mon Sep 17 00:00:00 2001 From: David S. Miller <davem(a)davemloft.net> Date: Tue, 16 Feb 2010 15:23:23 -0800 Subject: [PATCH 641/698] sparc64: Kill bogus ip_tables.h include. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the following build failure: CC arch/sparc/kernel/sys_sparc32.o In file included from include/linux/netfilter_ipv4/ip_tables.h:28, from arch/sparc/kernel/sys_sparc32.c:46: include/linux/netfilter/x_tables.h:525: error: expected declaration specifiers or ¡...¢ before ¡nf_hookfn¢ Signed-off-by: David S. Miller <davem(a)davemloft.net> --- arch/sparc/kernel/sys_sparc32.c | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/arch/sparc/kernel/sys_sparc32.c b/arch/sparc/kernel/sys_sparc32.c index dc0ac19..daded3b 100644 --- a/arch/sparc/kernel/sys_sparc32.c +++ b/arch/sparc/kernel/sys_sparc32.c @@ -43,7 +43,6 @@ #include <linux/security.h> #include <linux/compat.h> #include <linux/vfs.h> -#include <linux/netfilter_ipv4/ip_tables.h> #include <linux/ptrace.h> #include <asm/types.h> -- 1.6.6.1
From: Stephen Rothwell on 17 Feb 2010 03:00
On Tue, 16 Feb 2010 23:11:09 -0800 (PST) David Miller <davem(a)davemloft.net> wrote: > > From: Stephen Rothwell <sfr(a)canb.auug.org.au> > Date: Wed, 17 Feb 2010 17:40:15 +1100 > > > After merging, today's linux-next build (sparc64 defconfig) failed like > > this: > > Fixed for at least 6 hours: Excellent, thanks. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/ |