On Mon, Oct 27, 2008 at 07:43:24PM +0400, Alexander Beregalov wrote: > 2008/10/27 Alexander Beregalov <a.beregalov@xxxxxxxxx>: > > init/built-in.o: In function `start_kernel': > > /home/alexb/linux-2.6/init/main.c:648: undefined reference to `locking_selftest' > > kernel/built-in.o: In function `init_kprobes': > > /home/alexb/linux-2.6/kernel/kprobes.c:1106: undefined reference to > > `init_test_probes' > > > > Hm, it was strange situation > > `make image` runs oldconfig, after that config was the following: > CONFIG_KERNEL_TESTS disabled > CONFIG_DEBUG_LOCKING_API_SELFTESTS=y > CONFIG_KPROBES_SANITY_TEST=y > > But they both are under "if KERNEL_TESTS" condition in test/Kconfig. > Strange, I can not reproduce it anymore No wonder :-) Stephen dropped the tests/ tree pending a decision on its future. You should however be able to select and run the tests from under the 'Kernel hacking' menu. Ananth -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html