From: Stephen Rothwell on 1 Apr 2010 01:50 Hi Tejun, After merging the slabh tree, today's linux-next build (x86_64 allmodconfig) failed like this: net/caif/cfcnfg.c: In function 'cfcnfg_create': net/caif/cfcnfg.c:68: error: implicit declaration of function 'kmalloc' net/caif/cfcnfg.c:68: warning: assignment makes pointer from integer without a cast net/caif/cfcnfg.c:100: error: implicit declaration of function 'kfree' Caused by commit 15c9ac0c80e390df09ce5730a7b08b13e07a8dd5 ("net-caif: add CAIF generic caif support functions") from the net interacting with commit de380b55f92986c1a84198149cb71b7228d15fbd ("percpu: don't implicitly include slab.h from percpu.h") from the slabh tree. I have applied the following patch for today. Dave, could you apply this to the net tree please? From: Stephen Rothwell <sfr(a)canb.auug.org.au> Date: Thu, 1 Apr 2010 16:31:50 +1100 Subject: [PATCH] net-caif: using kmalloc/kfree requires the include of slab.h Signed-off-by: Stephen Rothwell <sfr(a)canb.auug.org.au> --- net/caif/cfcnfg.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/net/caif/cfcnfg.c b/net/caif/cfcnfg.c index 70a733d..c873e3d 100644 --- a/net/caif/cfcnfg.c +++ b/net/caif/cfcnfg.c @@ -5,6 +5,7 @@ */ #include <linux/kernel.h> #include <linux/stddef.h> +#include <linux/slab.h> #include <net/caif/caif_layer.h> #include <net/caif/cfpkt.h> #include <net/caif/cfcnfg.h> -- 1.7.0.3 -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/ -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: David Miller on 1 Apr 2010 03:30 From: Stephen Rothwell <sfr(a)canb.auug.org.au> Date: Thu, 1 Apr 2010 16:41:10 +1100 > I have applied the following patch for today. Dave, could you apply this > to the net tree please? Done. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Tejun Heo on 1 Apr 2010 03:40 On 04/01/2010 04:29 PM, David Miller wrote: > From: Stephen Rothwell <sfr(a)canb.auug.org.au> > Date: Thu, 1 Apr 2010 16:41:10 +1100 > >> I have applied the following patch for today. Dave, could you apply this >> to the net tree please? > > Done. Thanks! -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
From: Stephen Rothwell on 1 Apr 2010 03:50 Hi Dave, On Thu, 01 Apr 2010 00:29:08 -0700 (PDT) David Miller <davem(a)davemloft.net> wrote: > > From: Stephen Rothwell <sfr(a)canb.auug.org.au> > Date: Thu, 1 Apr 2010 16:41:10 +1100 > > > I have applied the following patch for today. Dave, could you apply this > > to the net tree please? > > Done. Thanks. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
|
Pages: 1 Prev: [ANNOUNCE] Git 1.7.0.4 Next: [regression] 2.6.34-rc1 to -rc3 on zaurus: no longer boots |