From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============4882822539375291972==" MIME-Version: 1.0 From: Christian Brauner To: kbuild-all@lists.01.org Subject: Re: [PATCH] ksmbd: fix lookup on idmapped mounts Date: Mon, 16 Aug 2021 17:24:53 +0200 Message-ID: <20210816152453.jphu6gtxk7wrftr7@wittgenstein> In-Reply-To: <202108162206.VAn4isq8-lkp@intel.com> List-Id: --===============4882822539375291972== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Mon, Aug 16, 2021 at 10:47:49PM +0800, kernel test robot wrote: > Hi Christian, > = > I love your patch! Perhaps something to improve: > = > [auto build test WARNING on 456af438ad490bac7ed954cb929bcec1df7f0c82] > = > url: https://github.com/0day-ci/linux/commits/Christian-Brauner/ksmbd-= fix-lookup-on-idmapped-mounts/20210816-200054 > base: 456af438ad490bac7ed954cb929bcec1df7f0c82 > config: s390-allyesconfig (attached as .config) > compiler: s390-linux-gcc (GCC) 11.2.0 > reproduce (this is a W=3D1 build): > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # https://github.com/0day-ci/linux/commit/ebbc41b9d3f7b7f6c558cb5= d5f12ecb8134c9c2e > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Christian-Brauner/ksmbd-fix-look= up-on-idmapped-mounts/20210816-200054 > git checkout ebbc41b9d3f7b7f6c558cb5d5f12ecb8134c9c2e > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-11.2.0 make.cro= ss ARCH=3Ds390 = > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot Note, this failure is expected as lookup_one() is in another tree. This is mentioned in the commit message which obviously the automatic tool can't be expected to figure out. But just an fyi, that there's nothing to do right now. :) Christian --===============4882822539375291972==--