diff options
author | Song Liu <[email protected]> | 2021-02-25 17:22:08 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2021-02-26 09:41:04 -0800 |
commit | 5b8f82e1a17695c9e5fec5842b234967782d7e5b (patch) | |
tree | 7ef5c6657edb5ad54f7a3172b98956da6f611546 /scripts/gdb/linux/lists.py | |
parent | 263afd39c06f5939ef943e0d535380d4b8e56484 (diff) |
checkpatch: do not apply "initialise globals to 0" check to BPF progs
BPF programs explicitly initialise global variables to 0 to make sure
clang (v10 or older) do not put the variables in the common section. Skip
"initialise globals to 0" check for BPF programs to elimiate error
messages like:
ERROR: do not initialise globals to 0
#19: FILE: samples/bpf/tracex1_kern.c:21:
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Song Liu <[email protected]>
Acked-by: Joe Perches <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/lists.py')
0 files changed, 0 insertions, 0 deletions