Netdev Archive on lore.kernel.org
help / color / mirror / Atom feed
* Re: [PATCH bpf-next 1/5] bpf: introduce BPF_PROG_TYPE_USER
[not found] <20200801084721.1812607-2-songliubraving@fb.com>
@ 2020-08-01 13:58 ` kernel test robot
2020-08-01 15:21 ` kernel test robot
` (2 subsequent siblings)
3 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2020-08-01 13:58 UTC (permalink / raw)
To: Song Liu, linux-kernel, bpf, netdev
Cc: kbuild-all, ast, daniel, kernel-team, john.fastabend, kpsingh,
brouer, dlxu
[-- Attachment #1: Type: text/plain, Size: 1228 bytes --]
Hi Song,
I love your patch! Yet something to improve:
[auto build test ERROR on bpf-next/master]
url: https://github.com/0day-ci/linux/commits/Song-Liu/introduce-BPF_PROG_TYPE_USER/20200801-165208
base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master
config: riscv-allyesconfig (attached as .config)
compiler: riscv64-linux-gcc (GCC) 9.3.0
reproduce (this is a W=1 build):
wget https://raw.githubusercontent.com/intel/lkp-tests/master/sbin/make.cross -O ~/bin/make.cross
chmod +x ~/bin/make.cross
# save the attached .config to linux build tree
COMPILER_INSTALL_PATH=$HOME/0day COMPILER=gcc-9.3.0 make.cross ARCH=riscv
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
All errors (new ones prefixed by >>):
riscv64-linux-ld: kernel/bpf/syscall.o: in function `.LANCHOR1':
>> syscall.c:(.rodata+0xa50): undefined reference to `user_prog_ops'
riscv64-linux-ld: kernel/bpf/verifier.o: in function `.LANCHOR1':
>> verifier.c:(.rodata+0x6b8): undefined reference to `user_verifier_ops'
---
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: 65167 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next 1/5] bpf: introduce BPF_PROG_TYPE_USER
[not found] <20200801084721.1812607-2-songliubraving@fb.com>
2020-08-01 13:58 ` [PATCH bpf-next 1/5] bpf: introduce BPF_PROG_TYPE_USER kernel test robot
@ 2020-08-01 15:21 ` kernel test robot
2020-08-06 18:18 ` kernel test robot
2020-08-06 18:18 ` [RFC PATCH] bpf: user_verifier_ops can be static kernel test robot
3 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2020-08-01 15:21 UTC (permalink / raw)
To: Song Liu, linux-kernel, bpf, netdev
Cc: kbuild-all, ast, daniel, kernel-team, john.fastabend, kpsingh,
brouer, dlxu
[-- Attachment #1: Type: text/plain, Size: 938 bytes --]
Hi Song,
I love your patch! Yet something to improve:
[auto build test ERROR on bpf-next/master]
url: https://github.com/0day-ci/linux/commits/Song-Liu/introduce-BPF_PROG_TYPE_USER/20200801-165208
base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master
config: i386-randconfig-a001-20200731 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-14) 9.3.0
reproduce (this is a W=1 build):
# 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>
All errors (new ones prefixed by >>):
>> ld: kernel/bpf/syscall.o:(.rodata+0xcbc): undefined reference to `user_prog_ops'
>> ld: kernel/bpf/verifier.o:(.rodata+0x115c): undefined reference to `user_verifier_ops'
---
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: 35086 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH bpf-next 1/5] bpf: introduce BPF_PROG_TYPE_USER
[not found] <20200801084721.1812607-2-songliubraving@fb.com>
2020-08-01 13:58 ` [PATCH bpf-next 1/5] bpf: introduce BPF_PROG_TYPE_USER kernel test robot
2020-08-01 15:21 ` kernel test robot
@ 2020-08-06 18:18 ` kernel test robot
2020-08-06 18:18 ` [RFC PATCH] bpf: user_verifier_ops can be static kernel test robot
3 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2020-08-06 18:18 UTC (permalink / raw)
To: Song Liu, linux-kernel, bpf, netdev
Cc: kbuild-all, ast, daniel, kernel-team, john.fastabend, kpsingh,
brouer, dlxu
[-- Attachment #1: Type: text/plain, Size: 1179 bytes --]
Hi Song,
I love your patch! Perhaps something to improve:
[auto build test WARNING on bpf-next/master]
url: https://github.com/0day-ci/linux/commits/Song-Liu/introduce-BPF_PROG_TYPE_USER/20200801-165208
base: https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next.git master
config: x86_64-randconfig-s031-20200806 (attached as .config)
compiler: gcc-9 (Debian 9.3.0-15) 9.3.0
reproduce:
# apt-get install sparse
# sparse version: v0.6.2-117-g8c7aee71-dirty
# save the attached .config to linux build tree
make W=1 C=1 CF='-fdiagnostic-prefix -D__CHECK_ENDIAN__' ARCH=x86_64
If you fix the issue, kindly add following tag as appropriate
Reported-by: kernel test robot <lkp@intel.com>
sparse warnings: (new ones prefixed by >>)
>> kernel/trace/bpf_trace.c:1855:31: sparse: sparse: symbol 'user_verifier_ops' was not declared. Should it be static?
>> kernel/trace/bpf_trace.c:1860:27: sparse: sparse: symbol 'user_prog_ops' was not declared. Should it be static?
Please review and possibly fold the followup patch.
---
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: 39786 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RFC PATCH] bpf: user_verifier_ops can be static
[not found] <20200801084721.1812607-2-songliubraving@fb.com>
` (2 preceding siblings ...)
2020-08-06 18:18 ` kernel test robot
@ 2020-08-06 18:18 ` kernel test robot
3 siblings, 0 replies; 4+ messages in thread
From: kernel test robot @ 2020-08-06 18:18 UTC (permalink / raw)
To: Song Liu, linux-kernel, bpf, netdev
Cc: kbuild-all, ast, daniel, kernel-team, john.fastabend, kpsingh,
brouer, dlxu
Signed-off-by: kernel test robot <lkp@intel.com>
---
bpf_trace.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kernel/trace/bpf_trace.c b/kernel/trace/bpf_trace.c
index cbe789bc1b986..4b8f380694a10 100644
--- a/kernel/trace/bpf_trace.c
+++ b/kernel/trace/bpf_trace.c
@@ -1852,12 +1852,12 @@ user_prog_func_proto(enum bpf_func_id func_id, const struct bpf_prog *prog)
}
}
-const struct bpf_verifier_ops user_verifier_ops = {
+static const struct bpf_verifier_ops user_verifier_ops = {
.get_func_proto = user_prog_func_proto,
.is_valid_access = user_prog_is_valid_access,
};
-const struct bpf_prog_ops user_prog_ops = {
+static const struct bpf_prog_ops user_prog_ops = {
.test_run = bpf_prog_test_run_user,
};
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-08-06 18:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20200801084721.1812607-2-songliubraving@fb.com>
2020-08-01 13:58 ` [PATCH bpf-next 1/5] bpf: introduce BPF_PROG_TYPE_USER kernel test robot
2020-08-01 15:21 ` kernel test robot
2020-08-06 18:18 ` kernel test robot
2020-08-06 18:18 ` [RFC PATCH] bpf: user_verifier_ops can be static kernel test robot
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).