Prev: linux-next: build warning in Linus' tree
Next: linux-next: manual merge of the kbuild tree with the kernel-doc tree
From: Stephen Rothwell on 25 May 2010 21:50 Hi Miklos, After merging the fuse tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: ERROR: "generic_pipe_buf_map" [fs/fuse/fuse.ko] undefined! ERROR: "generic_pipe_buf_confirm" [fs/fuse/fuse.ko] undefined! ERROR: "generic_pipe_buf_get" [fs/fuse/fuse.ko] undefined! ERROR: "generic_pipe_buf_unmap" [fs/fuse/fuse.ko] undefined! ERROR: "generic_pipe_buf_release" [fs/fuse/fuse.ko] undefined! Caused by commit c3021629a0d820247ee12b6c5192a1d5380e21c6 ("fuse: support splice() reading from fuse device"). I have used the version of the fuse tree from next-20100525 for today. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/
From: Miklos Szeredi on 26 May 2010 02:50 Hi Stephen, On Wed, 26 May 2010, Stephen Rothwell wrote: > After merging the fuse tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > ERROR: "generic_pipe_buf_map" [fs/fuse/fuse.ko] undefined! > ERROR: "generic_pipe_buf_confirm" [fs/fuse/fuse.ko] undefined! > ERROR: "generic_pipe_buf_get" [fs/fuse/fuse.ko] undefined! > ERROR: "generic_pipe_buf_unmap" [fs/fuse/fuse.ko] undefined! > ERROR: "generic_pipe_buf_release" [fs/fuse/fuse.ko] undefined! > > Caused by commit c3021629a0d820247ee12b6c5192a1d5380e21c6 ("fuse: support > splice() reading from fuse device"). Oops, missed one patch, and forgot to test with modular kernel. It's now fixed in the for-next branch. Thanks for letting me know. Miklos -- 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 26 May 2010 03:30
Hi Miklos, On Wed, 26 May 2010 08:46:46 +0200 Miklos Szeredi <miklos(a)szeredi.hu> wrote: > > Oops, missed one patch, and forgot to test with modular kernel. It's > now fixed in the for-next branch. Thanks. -- Cheers, Stephen Rothwell sfr(a)canb.auug.org.au http://www.canb.auug.org.au/~sfr/ |