From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from zeniv.linux.org.uk ([195.92.253.2]:54320 "EHLO ZenIV.linux.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750871AbeFCD1w (ORCPT ); Sat, 2 Jun 2018 23:27:52 -0400 Date: Sun, 3 Jun 2018 04:26:58 +0100 From: Al Viro To: kbuild test robot Cc: David Howells , kbuild-all@01.org, linux-fsdevel@vger.kernel.org Subject: Re: [vfs:mount-open_tree 47/55] (.text.__se_sys_fsopen+0xb4): undefined reference to `anon_inode_getfd' Message-ID: <20180603032649.GA30522@ZenIV.linux.org.uk> References: <201806031122.Nv7XdyqU%fengguang.wu@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <201806031122.Nv7XdyqU%fengguang.wu@intel.com> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Sun, Jun 03, 2018 at 11:14:26AM +0800, kbuild test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git mount-open_tree > head: 9f567b215a24571545746d762321e8dd13150108 > commit: 644ed0fc203837691e612cd0792a668079518382 [47/55] VFS: Implement fsopen() to prepare for a mount > config: parisc-allnoconfig (attached as .config) > compiler: hppa-linux-gnu-gcc (Debian 7.2.0-11) 7.2.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > git checkout 644ed0fc203837691e612cd0792a668079518382 > # save the attached .config to linux build tree > make.cross ARCH=parisc > > All errors (new ones prefixed by >>): > > fs/fsopen.o: In function `__se_sys_fsopen': > >> (.text.__se_sys_fsopen+0xb4): undefined reference to `anon_inode_getfd' Why, in name of everything unholy, does CONFIG_ANON_INODES exist, in the first place? Should be unconditional, IMO.