From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id D41D6C4338F for ; Thu, 19 Aug 2021 13:03:45 +0000 (UTC) Received: from kanga.kvack.org (kanga.kvack.org [205.233.56.17]) by mail.kernel.org (Postfix) with ESMTP id 2DA6C61158 for ; Thu, 19 Aug 2021 13:03:45 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.4.1 mail.kernel.org 2DA6C61158 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=ubuntu.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=kvack.org Received: by kanga.kvack.org (Postfix) id 6A80D6B006C; Thu, 19 Aug 2021 09:03:44 -0400 (EDT) Received: by kanga.kvack.org (Postfix, from userid 40) id 658376B0071; Thu, 19 Aug 2021 09:03:44 -0400 (EDT) X-Delivered-To: int-list-linux-mm@kvack.org Received: by kanga.kvack.org (Postfix, from userid 63042) id 56DB18D0001; Thu, 19 Aug 2021 09:03:44 -0400 (EDT) X-Delivered-To: linux-mm@kvack.org Received: from forelay.hostedemail.com (smtprelay0080.hostedemail.com [216.40.44.80]) by kanga.kvack.org (Postfix) with ESMTP id 3AF376B006C for ; Thu, 19 Aug 2021 09:03:44 -0400 (EDT) Received: from smtpin12.hostedemail.com (10.5.19.251.rfc1918.com [10.5.19.251]) by forelay04.hostedemail.com (Postfix) with ESMTP id DE7F11849A for ; Thu, 19 Aug 2021 13:03:43 +0000 (UTC) X-FDA: 78491847126.12.0BD36F7 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by imf06.hostedemail.com (Postfix) with ESMTP id 4FBDC80267A5 for ; Thu, 19 Aug 2021 13:03:42 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 01BA9610FA; Thu, 19 Aug 2021 13:03:39 +0000 (UTC) Date: Thu, 19 Aug 2021 15:03:37 +0200 From: Christian Brauner To: kernel test robot Cc: kbuild-all@lists.01.org, Linux Memory Management List , Namjae Jeon , Steve French Subject: Re: [linux-next:master 8015/9113] fs/ksmbd/vfs.c:79:18: error: implicit declaration of function 'lookup_one'; did you mean 'lookup_bdev'? Message-ID: <20210819130337.bhiz3pz5qvpxnkra@wittgenstein> References: <202108191957.HpmYQXoc-lkp@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <202108191957.HpmYQXoc-lkp@intel.com> Authentication-Results: imf06.hostedemail.com; dkim=none; dmarc=none; spf=pass (imf06.hostedemail.com: domain of "SRS0=JWsl=NK=ubuntu.com=christian.brauner@kernel.org" designates 198.145.29.99 as permitted sender) smtp.mailfrom="SRS0=JWsl=NK=ubuntu.com=christian.brauner@kernel.org" X-Stat-Signature: p5xctx6pkuuoua8z38oxp8gitpdqfsyi X-Rspamd-Queue-Id: 4FBDC80267A5 X-Rspamd-Server: rspam05 X-HE-Tag: 1629378222-581535 X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 Sender: owner-linux-mm@kvack.org Precedence: bulk X-Loop: owner-majordomo@kvack.org List-ID: On Thu, Aug 19, 2021 at 07:58:05PM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master > head: 33e65b1f975cd2814fc0ea9617250fc4c1d7a553 > commit: 4b499755e1024f97e75411920a404b357af6e153 [8015/9113] ksmbd: fix lookup on idmapped mounts > config: nios2-randconfig-r033-20210819 (attached as .config) > compiler: nios2-linux-gcc (GCC) 11.2.0 > reproduce (this is a W=1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=4b499755e1024f97e75411920a404b357af6e153 > git remote add linux-next https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git > git fetch --no-tags linux-next master > git checkout 4b499755e1024f97e75411920a404b357af6e153 > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-11.2.0 make.cross ARCH=nios2 > > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot I think I mentioned this in another place somewhere. This patch depends on work that is currently in David's (Sterba) btrfs for-next tree that adds a new idmapping aware vfs helper "lookup_one()". Christian