From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============9132588150462532066==" MIME-Version: 1.0 From: Leon Romanovsky To: kbuild-all@lists.01.org Subject: Re: [PATCH rdma-next v1 5/5] net/bnxt: Use direct API instead of useless indirection Date: Wed, 31 Mar 2021 10:10:54 +0300 Message-ID: In-Reply-To: <202103311453.bGm3sxOc-lkp@intel.com> List-Id: --===============9132588150462532066== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Wed, Mar 31, 2021 at 02:37:13PM +0800, kernel test robot wrote: > Hi Leon, > = > I love your patch! Perhaps something to improve: > = > [auto build test WARNING on rdma/for-next] > [also build test WARNING on net-next/master net/master linus/master v5.12= -rc5 next-20210330] > [cannot apply to sparc-next/master] > [If your patch is applied to the wrong git tree, kindly drop us a note. > And when submitting patch, we suggest to use '--base' as documented in > https://git-scm.com/docs/git-format-patch] > = > url: https://github.com/0day-ci/linux/commits/Leon-Romanovsky/Get-rid-= of-custom-made-module-dependency/20210329-170104 > base: https://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma.git for= -next > config: arm64-randconfig-s032-20210330 (attached as .config) > compiler: aarch64-linux-gcc (GCC) 9.3.0 > reproduce: > wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbi= n/make.cross -O ~/bin/make.cross > chmod +x ~/bin/make.cross > # apt-get install sparse > # sparse version: v0.6.3-279-g6d5d9b42-dirty > # https://github.com/0day-ci/linux/commit/5abcb59c271007764debc9b= c0e0bdfadaa13126c > git remote add linux-review https://github.com/0day-ci/linux > git fetch --no-tags linux-review Leon-Romanovsky/Get-rid-of-custo= m-made-module-dependency/20210329-170104 > git checkout 5abcb59c271007764debc9bc0e0bdfadaa13126c > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dgcc-9.3.0 make.cros= s C=3D1 CF=3D'-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=3Darm64 = > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot Yeah, I didn't delete all accesses of ulp_ops :(. I'll resend v1 with rtnl_dereference() deleted. Thanks --===============9132588150462532066==--