From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:50608 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752621AbcHIOLr (ORCPT ); Tue, 9 Aug 2016 10:11:47 -0400 Date: Tue, 9 Aug 2016 15:11:43 +0100 From: Al Viro To: kbuild test robot Cc: kbuild-all@01.org, linux-fsdevel@vger.kernel.org Subject: Re: [vfs:work.asm-exports 8/12] (___ksymtab+clear_pages+0x0): undefined reference to `clear_pages' Message-ID: <20160809141142.GP2356@ZenIV.linux.org.uk> References: <201608091644.OyERZJJt%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201608091644.OyERZJJt%fengguang.wu@intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Tue, Aug 09, 2016 at 04:55:46PM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git work.asm-exports > head: e007c53397acb5554e226693e3bff54a312ccd96 > commit: 9445aa1a3062a75a4d9de78026816ebc941e7b99 [8/12] ppc: move exports to definitions > config: powerpc-socrates_defconfig (attached as .config) > compiler: powerpc-linux-gnu-gcc (Debian 5.4.0-6) 5.4.0 20160609 > reproduce: > wget https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp-tests.git/plain/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 9445aa1a3062a75a4d9de78026816ebc941e7b99 > # save the attached .config to linux build tree > make.cross ARCH=powerpc > > All errors (new ones prefixed by >>): > > arch/powerpc/kernel/built-in.o: In function `__ksymtab_clear_pages': > >> (___ksymtab+clear_pages+0x0): undefined reference to `clear_pages' Hadn't spotted the removal of clear_pages() definition when porting that one. Fixed and force-pushed.