From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============8583149567681120726==" MIME-Version: 1.0 From: Pablo Neira Ayuso To: kbuild-all@lists.01.org Subject: Re: [linux-stable-rc:linux-5.4.y 4127/5583] drivers/staging/octeon/ethernet-tx.c:358:2: error: implicit declaration of function 'skb_reset_tc' Date: Wed, 02 Dec 2020 10:53:37 +0100 Message-ID: <20201202095337.GA7269@salvia> In-Reply-To: <202012021706.3FGjX7dC-lkp@intel.com> List-Id: --===============8583149567681120726== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable On Wed, Dec 02, 2020 at 05:23:16PM +0800, kernel test robot wrote: > tree: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stab= le-rc.git linux-5.4.y > head: 12a5ce113626ce8208aef76d4d2e9fc93ea48ddf > commit: f8c60f7a00516820589c4c9da5614e4b7f4d0b2f [4127/5583] net: Fix CON= FIG_NET_CLS_ACT=3Dn and CONFIG_NFT_FWD_NETDEV=3D{y, m} build > config: x86_64-randconfig-a016-20201202 (attached as .config) > compiler: clang version 12.0.0 (https://github.com/llvm/llvm-project 2671= fccf0381769276ca8246ec0499adcb9b0355) > 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 > # install x86_64 cross compiling tool for clang build > # apt-get install binutils-x86-64-linux-gnu > # https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-st= able-rc.git/commit/?id=3Df8c60f7a00516820589c4c9da5614e4b7f4d0b2f > git remote add linux-stable-rc https://git.kernel.org/pub/scm/lin= ux/kernel/git/stable/linux-stable-rc.git > git fetch --no-tags linux-stable-rc linux-5.4.y > git checkout f8c60f7a00516820589c4c9da5614e4b7f4d0b2f > # save the attached .config to linux build tree > COMPILER_INSTALL_PATH=3D$HOME/0day COMPILER=3Dclang make.cross AR= CH=3Dx86_64 = > = > If you fix the issue, kindly add following tag as appropriate > Reported-by: kernel test robot > = > All errors (new ones prefixed by >>): > = > >> drivers/staging/octeon/ethernet-tx.c:358:2: error: implicit declaratio= n of function 'skb_reset_tc' [-Werror,-Wimplicit-function-declaration] > skb_reset_tc(skb); > ^ commit 673b41e04a035d760bc0aff83fa9ee24fd9c2779 Author: Randy Dunlap Date: Sun Mar 29 09:12:31 2020 -0700 staging/octeon: fix up merge error Greg, you might want to cherry-pick this commit to 5.4.y to fix this issue. --===============8583149567681120726==--