projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d68ae49
)
selftests/bpf: Use "is not set" instead of "=n"
author
Daan De Meyer
<daan.j.demeyer@gmail.com>
Mon, 5 Dec 2022 13:16:17 +0000
(14:16 +0100)
committer
Andrii Nakryiko
<andrii@kernel.org>
Wed, 7 Dec 2022 00:33:16 +0000
(16:33 -0800)
"=n" is not valid kconfig syntax. Use "is not set" instead to indicate
the option should be disabled.
Signed-off-by: Daan De Meyer <daan.j.demeyer@gmail.com>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Link:
https://lore.kernel.org/bpf/20221205131618.1524337-3-daan.j.demeyer@gmail.com
tools/testing/selftests/bpf/config
patch
|
blob
|
history
diff --git
a/tools/testing/selftests/bpf/config
b/tools/testing/selftests/bpf/config
index 3543c76cef564e2620df55db435744785865a852..be892ea76c32929f53a7fb975bf838c59c4d5d25 100644
(file)
--- a/
tools/testing/selftests/bpf/config
+++ b/
tools/testing/selftests/bpf/config
@@
-8,7
+8,7
@@
CONFIG_BPF_LIRC_MODE2=y
CONFIG_BPF_LSM=y
CONFIG_BPF_STREAM_PARSER=y
CONFIG_BPF_SYSCALL=y
-CONFIG_BPF_UNPRIV_DEFAULT_OFF=n
+# CONFIG_BPF_UNPRIV_DEFAULT_OFF is not set
CONFIG_CGROUP_BPF=y
CONFIG_CRYPTO_HMAC=y
CONFIG_CRYPTO_SHA256=y