From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ananth N Mavinakayanahalli Subject: Re: build failure on sparc64 (Re: linux-next: Tree for October 27) Date: Tue, 28 Oct 2008 10:05:23 +0530 Message-ID: <20081028043523.GA3113@in.ibm.com> References: Reply-To: ananth@in.ibm.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from e38.co.us.ibm.com ([32.97.110.159]:49238 "EHLO e38.co.us.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751344AbYJ1Efy (ORCPT ); Tue, 28 Oct 2008 00:35:54 -0400 Content-Disposition: inline In-Reply-To: Sender: linux-next-owner@vger.kernel.org List-ID: To: Alexander Beregalov Cc: linux-next@vger.kernel.org, sparclinux On Mon, Oct 27, 2008 at 07:43:24PM +0400, Alexander Beregalov wrote: > 2008/10/27 Alexander Beregalov : > > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ananth N Mavinakayanahalli Date: Tue, 28 Oct 2008 04:47:23 +0000 Subject: Re: build failure on sparc64 (Re: linux-next: Tree for October 27) Message-Id: <20081028043523.GA3113@in.ibm.com> List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Alexander Beregalov Cc: linux-next@vger.kernel.org, sparclinux On Mon, Oct 27, 2008 at 07:43:24PM +0400, Alexander Beregalov wrote: > 2008/10/27 Alexander Beregalov : > > 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