From: kernel test robot <lkp@intel.com>
To: "D. Wythe" <alibuda@linux.alibaba.com>
Cc: llvm@lists.linux.dev, oe-kbuild-all@lists.linux.dev
Subject: Re: [RFC PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
Date: Sun, 22 Sep 2024 09:33:33 +0800 [thread overview]
Message-ID: <202409220912.ueH73mHB-lkp@intel.com> (raw)
In-Reply-To: <1726654204-61655-1-git-send-email-alibuda@linux.alibaba.com>
Hi Wythe,
[This is a private test report for your RFC patch.]
kernel test robot noticed the following build errors:
[auto build test ERROR on net-next/main]
url: https://github.com/intel-lab-lkp/linux/commits/D-Wythe/net-smc-Introduce-a-hook-to-modify-syn_smc-at-runtime/20240918-181133
base: net-next/main
patch link: https://lore.kernel.org/r/1726654204-61655-1-git-send-email-alibuda%40linux.alibaba.com
patch subject: [RFC PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime
config: arm-randconfig-002-20240922 (https://download.01.org/0day-ci/archive/20240922/202409220912.ueH73mHB-lkp@intel.com/config)
compiler: clang version 20.0.0git (https://github.com/llvm/llvm-project 8663a75fa2f31299ab8d1d90288d9df92aadee88)
reproduce (this is a W=1 build): (https://download.01.org/0day-ci/archive/20240922/202409220912.ueH73mHB-lkp@intel.com/reproduce)
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/202409220912.ueH73mHB-lkp@intel.com/
All errors (new ones prefixed by >>):
In file included from net/smc/af_smc.c:27:
In file included from include/linux/if_vlan.h:10:
In file included from include/linux/netdevice.h:38:
In file included from include/net/net_namespace.h:43:
In file included from include/linux/skbuff.h:17:
In file included from include/linux/bvec.h:10:
In file included from include/linux/highmem.h:8:
In file included from include/linux/cacheflush.h:5:
In file included from arch/arm/include/asm/cacheflush.h:10:
In file included from include/linux/mm.h:2232:
include/linux/vmstat.h:517:36: warning: arithmetic between different enumeration types ('enum node_stat_item' and 'enum lru_list') [-Wenum-enum-conversion]
517 | return node_stat_name(NR_LRU_BASE + lru) + 3; // skip "nr_"
| ~~~~~~~~~~~ ^ ~~~
net/smc/af_smc.c:194:36: error: no member named 'skc_v6_daddr' in 'struct sock_common'
194 | rmt6_sockaddr->sin6_addr = ireq->ir_v6_rmt_addr;
| ~~~~~~^~~~~~~~~~~~~~
include/net/inet_sock.h:74:42: note: expanded from macro 'ir_v6_rmt_addr'
74 | #define ir_v6_rmt_addr req.__req_common.skc_v6_daddr
| ^
>> net/smc/af_smc.c:3519:9: error: call to undeclared function 'register_btf_fmodret_id_set'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration]
3519 | return register_btf_fmodret_id_set(&bpf_smc_fmodret_set);
| ^
net/smc/af_smc.c:3519:9: note: did you mean 'register_btf_kfunc_id_set'?
include/linux/btf.h:623:19: note: 'register_btf_kfunc_id_set' declared here
623 | static inline int register_btf_kfunc_id_set(enum bpf_prog_type prog_type,
| ^
1 warning and 2 errors generated.
vim +/register_btf_fmodret_id_set +3519 net/smc/af_smc.c
3516
3517 static int __init bpf_smc_kfunc_init(void)
3518 {
> 3519 return register_btf_fmodret_id_set(&bpf_smc_fmodret_set);
3520 }
3521
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
prev parent reply other threads:[~2024-09-22 1:34 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <1726654204-61655-1-git-send-email-alibuda@linux.alibaba.com>
2024-09-22 0:20 ` [RFC PATCH net-next] net/smc: Introduce a hook to modify syn_smc at runtime kernel test robot
2024-09-22 1:33 ` kernel test robot [this message]
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=202409220912.ueH73mHB-lkp@intel.com \
--to=lkp@intel.com \
--cc=alibuda@linux.alibaba.com \
--cc=llvm@lists.linux.dev \
--cc=oe-kbuild-all@lists.linux.dev \
/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