* [PATCH] silence warnings when building kernel/bpf/core.c with W=1
@ 2016-08-01 3:27 Valdis Kletnieks
2016-08-01 3:35 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Valdis Kletnieks @ 2016-08-01 3:27 UTC (permalink / raw)
To: Alexei Starovoitov; +Cc: netdev, linux-kernel
Building with W=1 generates some 350 lines of warnings of the form:
kernel/bpf/core.c: In function '__bpf_prog_run':
kernel/bpf/core.c:476:33: warning: initialized field overwritten [-Woverride-init]
[BPF_ALU | BPF_ADD | BPF_X] = &&ALU_ADD_X,
^~
kernel/bpf/core.c:476:33: note: (near initialization for 'jumptable[12]')
Since they come from the way we intentionally build the table, silence
that one specific warning.
Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
diff --git a/kernel/bpf/Makefile b/kernel/bpf/Makefile
index eed911d091da..bb915f9d9f92 100644
--- a/kernel/bpf/Makefile
+++ b/kernel/bpf/Makefile
@@ -1,3 +1,4 @@
+CFLAGS_core.o += -Wno-override-init
obj-y := core.o
obj-$(CONFIG_BPF_SYSCALL) += syscall.o verifier.o inode.o helpers.o
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] silence warnings when building kernel/bpf/core.c with W=1
2016-08-01 3:27 [PATCH] silence warnings when building kernel/bpf/core.c with W=1 Valdis Kletnieks
@ 2016-08-01 3:35 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-08-01 3:35 UTC (permalink / raw)
To: Valdis.Kletnieks; +Cc: ast, netdev, linux-kernel
From: Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
Date: Sun, 31 Jul 2016 23:27:33 -0400
> Building with W=1 generates some 350 lines of warnings of the form:
>
> kernel/bpf/core.c: In function '__bpf_prog_run':
> kernel/bpf/core.c:476:33: warning: initialized field overwritten [-Woverride-init]
> [BPF_ALU | BPF_ADD | BPF_X] = &&ALU_ADD_X,
> ^~
> kernel/bpf/core.c:476:33: note: (near initialization for 'jumptable[12]')
>
> Since they come from the way we intentionally build the table, silence
> that one specific warning.
>
> Signed-off-by: Valdis Kletnieks <valdis.kletnieks@vt.edu>
Patch submission must use a proper subsystem prefix in their Subject lines,
as this ends up in the kernel commit shortlog.
The appropriate subsystem prefix for this patch is "bpf: "
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-08-01 3:35 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-01 3:27 [PATCH] silence warnings when building kernel/bpf/core.c with W=1 Valdis Kletnieks
2016-08-01 3:35 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®