diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2021-01-04 21:47:38 +0300 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-01-04 21:47:38 +0300 |
commit | f4f6a2e329523e1a795e5e5c0799feee997aa053 (patch) | |
tree | fefe562edc36631a79f5af415f9f6088791fcfef /tools | |
parent | e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62 (diff) | |
parent | 1967939462641d8b36bcb3fcf06d48e66cd67a4f (diff) | |
download | linux-f4f6a2e329523e1a795e5e5c0799feee997aa053.tar.xz |
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 |