Prev: ibft: Use IBFT_SIGN instead of open-coding the search string.
Next: [GIT PULL] RCU lockdep splat fix for new perf code
From: Randy Dunlap on 12 May 2010 15:50 On Wed, 12 May 2010 13:07:58 -0400 Jeff Moyer wrote: > Randy Dunlap <randy.dunlap(a)oracle.com> writes: > > > On Tue, 11 May 2010 18:21:22 -0700 akpm(a)linux-foundation.org wrote: > > > >> The mm-of-the-moment snapshot 2010-05-11-18-20 has been uploaded to > >> > >> http://userweb.kernel.org/~akpm/mmotm/ > >> > >> and will soon be available at > >> > >> git://zen-kernel.org/kernel/mmotm.git > > > > > > aio-fix-the-compat-vectored-operations.patch: > > > > (1) when CONFIG_AIO is not enabled, there are hundreds of this warning: > > > > include/linux/aio.h:226: warning: no return statement in function returning non-void > > > > > > (2) when CONFIG_AIO=y, CONFIG_IA32_EMULATION=n, CONFIG_COMPAT=n: > > > > fs/aio.c:1393: error: implicit declaration of function 'compat_rw_copy_check_uvector' > > Sorry about that. I'll fix it up, but probably can't get to it until > Monday. Hopefully that's an ok timeframe. Andrew's patch works_for_me. (Ack) During the build, I got another (unrelated) build error: kernel/built-in.o: In function `copy_process': fork.c:(.text+0x162b6): undefined reference to `__node_random' fork.c:(.text+0x162cd): undefined reference to `__node_random' kernel/fork.c needs to #include <linux/nodemask.h> [builds...] But that is not enough. The config file has CONFIG_CPUSETS=y and CONFIG_NUMA=n, so __node_random() is not being built at all. --- ~Randy *** Remember to use Documentation/SubmitChecklist when testing your code *** -- 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/ |