tree: https://gitee.com/openeuler/kernel.git OLK-6.6 head: f6f9abf1a5ef2fc559630c77b3570346dcd19d40 commit: 6263012c995d0e8dbc33b8e4d8929550ba237b23 [647/2888] anolis: bond: broadcast ARP or ND messages to all slaves config: x86_64-randconfig-121-20240131 (https://download.01.org/0day-ci/archive/20240131/202401311905.C8vnDbJH-lkp@i...) compiler: gcc-9 (Debian 9.3.0-22) 9.3.0 reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240131/202401311905.C8vnDbJH-lkp@i...)
If you fix the issue in a separate patch/commit (i.e. not just a new version of the same patch/commit), kindly add following tags | Reported-by: kernel test robot lkp@intel.com | Closes: https://lore.kernel.org/oe-kbuild-all/202401311905.C8vnDbJH-lkp@intel.com/
sparse warnings: (new ones prefixed by >>)
drivers/net/bonding/bond_sysctl.c:9:25: sparse: sparse: symbol 'bond_broadcast_arp_or_nd_table_header' was not declared. Should it be static?
vim +/bond_broadcast_arp_or_nd_table_header +9 drivers/net/bonding/bond_sysctl.c
8
9 struct ctl_table_header *bond_broadcast_arp_or_nd_table_header;
10