diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-01-04 19:47:38 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-01-04 19:47:38 +0100 |
commit | f4f6a2e329523e1a795e5e5c0799feee997aa053 (patch) | |
tree | fefe562edc36631a79f5af415f9f6088791fcfef /tools | |
parent | Linux 5.11-rc2 (diff) | |
parent | Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK (diff) | |
download | linux-f4f6a2e329523e1a795e5e5c0799feee997aa053.tar.xz linux-f4f6a2e329523e1a795e5e5c0799feee997aa053.zip |
Merge tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linux
Pull ENABLE_MUST_CHECK removal from Miguel Ojeda:
"Remove CONFIG_ENABLE_MUST_CHECK (Masahiro Yamada)"
Note that this removes the config option by making the must-check
unconditional, not by removing must check itself.
* tag 'compiler-attributes-for-linus-v5.11' of git://github.com/ojeda/linux:
Compiler Attributes: remove CONFIG_ENABLE_MUST_CHECK
Diffstat (limited to 'tools')
-rw-r--r-- | tools/testing/selftests/wireguard/qemu/debug.config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/wireguard/qemu/debug.config b/tools/testing/selftests/wireguard/qemu/debug.config index b50c2085c1ac..fe07d97df9fa 100644 --- a/tools/testing/selftests/wireguard/qemu/debug.config +++ b/tools/testing/selftests/wireguard/qemu/debug.config @@ -1,5 +1,4 @@ CONFIG_LOCALVERSION="-debug" -CONFIG_ENABLE_MUST_CHECK=y CONFIG_FRAME_POINTER=y CONFIG_STACK_VALIDATION=y CONFIG_DEBUG_KERNEL=y |