lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Sat, 23 Nov 2019 23:52:21 +0800 From: kbuild test robot <lkp@...el.com> To: Björn Töpel <bjorn.topel@...il.com> Cc: kbuild-all@...ts.01.org, netdev@...r.kernel.org, ast@...nel.org, daniel@...earbox.net, Björn Töpel <bjorn.topel@...el.com>, bpf@...r.kernel.org, magnus.karlsson@...il.com, magnus.karlsson@...el.com, jonathan.lemon@...il.com, ecree@...arflare.com, thoiland@...hat.com, andrii.nakryiko@...il.com Subject: [RFC PATCH] i40e: ____xdp_call_i40e_xdp_call_tramp can be static Fixes: cfbcb56c2871 ("i40e: start using xdp_call.h") Signed-off-by: kbuild test robot <lkp@...el.com> --- i40e_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/ethernet/intel/i40e/i40e_main.c b/drivers/net/ethernet/intel/i40e/i40e_main.c index 59b530e4198f2..6771d77871152 100644 --- a/drivers/net/ethernet/intel/i40e/i40e_main.c +++ b/drivers/net/ethernet/intel/i40e/i40e_main.c @@ -12518,7 +12518,7 @@ static netdev_features_t i40e_features_check(struct sk_buff *skb, return features & ~(NETIF_F_CSUM_MASK | NETIF_F_GSO_MASK); } -DEFINE_XDP_CALL(i40e_xdp_call); +static DEFINE_XDP_CALL(i40e_xdp_call); /** * i40e_xdp_setup - add/remove an XDP program
Powered by blists - more mailing lists