From: kernel test robot <lkp@intel.com>
To: Vladimir Oltean <vladimir.oltean@nxp.com>
Cc: kbuild-all@lists.01.org,
Linux Memory Management List <linux-mm@kvack.org>,
Florian Fainelli <f.fainelli@gmail.com>
Subject: [linux-next:master 11003/11791] include/linux/dsa/ocelot.h:180: undefined reference to `packing'
Date: Fri, 19 Feb 2021 13:00:04 +0800 [thread overview]
Message-ID: <202102191302.SQghP4ik-lkp@intel.com> (raw)
[-- Attachment #1: Type: text/plain, Size: 2287 bytes --]
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: ff90dfd2579b2c7bc1f0baa0cb99c918c6c1ec64
commit: 40d3f295b5feda409784e569550057b5fbc2a295 [11003/11791] net: mscc: ocelot: use common tag parsing code with DSA
config: i386-randconfig-a006-20200816 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce (this is a W=1 build):
# https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=40d3f295b5feda409784e569550057b5fbc2a295
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 40d3f295b5feda409784e569550057b5fbc2a295
# save the attached .config to linux build tree
make W=1 ARCH=i386
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
Note: the linux-next/master HEAD ff90dfd2579b2c7bc1f0baa0cb99c918c6c1ec64 builds fine.
It may have been fixed somewhere.
All errors (new ones prefixed by >>):
ld: drivers/net/ethernet/mscc/ocelot.o: in function `ocelot_ifh_set_bypass':
>> include/linux/dsa/ocelot.h:180: undefined reference to `packing'
ld: drivers/net/ethernet/mscc/ocelot.o: in function `ocelot_ifh_set_dest':
include/linux/dsa/ocelot.h:190: undefined reference to `packing'
ld: drivers/net/ethernet/mscc/ocelot.o: in function `ocelot_ifh_set_tag_type':
include/linux/dsa/ocelot.h:200: undefined reference to `packing'
ld: drivers/net/ethernet/mscc/ocelot.o: in function `ocelot_ifh_set_vid':
include/linux/dsa/ocelot.h:205: undefined reference to `packing'
ld: drivers/net/ethernet/mscc/ocelot.o: in function `ocelot_ifh_set_rew_op':
include/linux/dsa/ocelot.h:185: undefined reference to `packing'
ld: drivers/net/ethernet/mscc/ocelot_vsc7514.o:include/linux/dsa/ocelot.h:160: more undefined references to `packing' follow
vim +180 include/linux/dsa/ocelot.h
177
178 static inline void ocelot_ifh_set_bypass(void *injection, u64 bypass)
179 {
> 180 packing(injection, &bypass, 127, 127, OCELOT_TAG_LEN, PACK, 0);
181 }
182
---
0-DAY CI Kernel Test Service, Intel Corporation
https://lists.01.org/hyperkitty/list/kbuild-all@lists.01.org
[-- Attachment #2: .config.gz --]
[-- Type: application/gzip, Size: 40702 bytes --]
reply other threads:[~2021-02-19 5:01 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=202102191302.SQghP4ik-lkp@intel.com \
--to=lkp@intel.com \
--cc=f.fainelli@gmail.com \
--cc=kbuild-all@lists.01.org \
--cc=linux-mm@kvack.org \
--cc=vladimir.oltean@nxp.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox