From: kernel test robot <lkp@intel.com>
To: Stanislav Fomichev <sdf@google.com>
Cc: oe-kbuild-all@lists.linux.dev,
Linux Memory Management List <linux-mm@kvack.org>,
Daniel Borkmann <daniel@iogearbox.net>
Subject: [linux-next:master 470/10518] net/bpf/test_run.c:558:15: warning: no previous declaration for 'bpf_fentry_test_sinfo'
Date: Wed, 16 Aug 2023 22:29:15 +0800 [thread overview]
Message-ID: <202308162234.Y7j8JEIF-lkp@intel.com> (raw)
tree: https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git master
head: ef66bf8aeb91fd331cf8f5dca8f9d7bca9ab2849
commit: 2597a25cb865b17c1c9c2a0dcf4925e9d1a696bb [470/10518] selftests/bpf: Add test to exercise typedef walking
config: x86_64-randconfig-r032-20230816 (https://download.01.org/0day-ci/archive/20230816/202308162234.Y7j8JEIF-lkp@intel.com/config)
compiler: gcc-7 (Ubuntu 7.5.0-6ubuntu2) 7.5.0
reproduce: (https://download.01.org/0day-ci/archive/20230816/202308162234.Y7j8JEIF-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/202308162234.Y7j8JEIF-lkp@intel.com/
All warnings (new ones prefixed by >>):
net/bpf/test_run.c:508:17: warning: no previous declaration for 'bpf_fentry_test1' [-Wmissing-declarations]
__bpf_kfunc int bpf_fentry_test1(int a)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:514:14: warning: no previous declaration for 'bpf_fentry_test2' [-Wmissing-declarations]
int noinline bpf_fentry_test2(int a, u64 b)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:519:14: warning: no previous declaration for 'bpf_fentry_test3' [-Wmissing-declarations]
int noinline bpf_fentry_test3(char a, int b, u64 c)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:524:14: warning: no previous declaration for 'bpf_fentry_test4' [-Wmissing-declarations]
int noinline bpf_fentry_test4(void *a, char b, int c, u64 d)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:529:14: warning: no previous declaration for 'bpf_fentry_test5' [-Wmissing-declarations]
int noinline bpf_fentry_test5(u64 a, void *b, short c, int d, u64 e)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:534:14: warning: no previous declaration for 'bpf_fentry_test6' [-Wmissing-declarations]
int noinline bpf_fentry_test6(u64 a, void *b, short c, int d, void *e, u64 f)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:543:14: warning: no previous declaration for 'bpf_fentry_test7' [-Wmissing-declarations]
int noinline bpf_fentry_test7(struct bpf_fentry_test_t *arg)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:548:14: warning: no previous declaration for 'bpf_fentry_test8' [-Wmissing-declarations]
int noinline bpf_fentry_test8(struct bpf_fentry_test_t *arg)
^~~~~~~~~~~~~~~~
net/bpf/test_run.c:553:17: warning: no previous declaration for 'bpf_fentry_test9' [-Wmissing-declarations]
__bpf_kfunc u32 bpf_fentry_test9(u32 *a)
^~~~~~~~~~~~~~~~
>> net/bpf/test_run.c:558:15: warning: no previous declaration for 'bpf_fentry_test_sinfo' [-Wmissing-declarations]
void noinline bpf_fentry_test_sinfo(struct skb_shared_info *sinfo)
^~~~~~~~~~~~~~~~~~~~~
net/bpf/test_run.c:562:17: warning: no previous declaration for 'bpf_modify_return_test' [-Wmissing-declarations]
__bpf_kfunc int bpf_modify_return_test(int a, int *b)
^~~~~~~~~~~~~~~~~~~~~~
net/bpf/test_run.c:568:14: warning: no previous declaration for 'bpf_fentry_shadow_test' [-Wmissing-declarations]
int noinline bpf_fentry_shadow_test(int a)
^~~~~~~~~~~~~~~~~~~~~~
net/bpf/test_run.c:590:18: warning: no previous declaration for 'bpf_kfunc_call_test_release' [-Wmissing-declarations]
__bpf_kfunc void bpf_kfunc_call_test_release(struct prog_test_ref_kfunc *p)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
net/bpf/test_run.c:595:18: warning: no previous declaration for 'bpf_kfunc_call_memb_release' [-Wmissing-declarations]
__bpf_kfunc void bpf_kfunc_call_memb_release(struct prog_test_member *p)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
vim +/bpf_fentry_test_sinfo +558 net/bpf/test_run.c
557
> 558 void noinline bpf_fentry_test_sinfo(struct skb_shared_info *sinfo)
559 {
560 }
561
--
0-DAY CI Kernel Test Service
https://github.com/intel/lkp-tests/wiki
reply other threads:[~2023-08-16 14:30 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=202308162234.Y7j8JEIF-lkp@intel.com \
--to=lkp@intel.com \
--cc=daniel@iogearbox.net \
--cc=linux-mm@kvack.org \
--cc=oe-kbuild-all@lists.linux.dev \
--cc=sdf@google.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;
as well as URLs for NNTP newsgroup(s).