Prev: BUG: key ffff88013d4f4c70 not in .data! when loading microcode.ko
Next: irq: Start the transition of irq_chip methods taking a desc
From: Stephen Rothwell on 21 Mar 2010 20:30 Hi Trond, After merging the nfs tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: net/sunrpc/xprt.c: In function 'xprt_release': net/sunrpc/xprt.c:1045: error: implicit declaration of function 'xprt_free_bc_request' Caused by commit 0d28e05a53109bb52f254d5eac25dac6e3768b04 ("SUNRPC: Fix a use after free bug with the NFSv4.1 backchannel"). xprt_free_bc_request() is only declared for CONFIG_NFS_V4_1 ... I have used the nfs tree from next-20100319 for today. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: Trond Myklebust on 22 Mar 2010 06:00
On Mar 21, 2010, at 20:26, Stephen Rothwell <sfr(a)canb.auug.org.au> wrote: > Hi Trond, > > After merging the nfs tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > net/sunrpc/xprt.c: In function 'xprt_release': > net/sunrpc/xprt.c:1045: error: implicit declaration of function > 'xprt_free_bc_request' > > Caused by commit 0d28e05a53109bb52f254d5eac25dac6e3768b04 ("SUNRPC: > Fix a > use after free bug with the NFSv4.1 backchannel"). > xprt_free_bc_request() > is only declared for CONFIG_NFS_V4_1 ... > > I have used the nfs tree from next-20100319 for today. Hi Stephen Sorry about that. I've got a fix for the above (just need to define empty inline function for the !CONFIG_NFS_V4_1 case). I'll try to upload it later today. (I am unfortunately travelling so wifi access is a bit spotty). Cheers Trond -- 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/ |