]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
gcc-plugins: Remove TODO_verify_il for GCC >= 16
authorKees Cook <kees@kernel.org>
Sat, 20 Sep 2025 23:45:23 +0000 (16:45 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Oct 2025 09:18:47 +0000 (11:18 +0200)
commit412450c2f9d163ea893d3875bb610daff7abb695
tree6774c3e1bb56f60a8806f2892e06fe490dd32ac9
parent8faee580d63bc2a54a59dcdb7f9ce4de29384fec
gcc-plugins: Remove TODO_verify_il for GCC >= 16

commit a40282dd3c484e6c882e93f4680e0a3ef3814453 upstream.

GCC now runs TODO_verify_il automatically[1], so it is no longer exposed to
plugins. Only use the flag on GCC < 16.

Link: https://gcc.gnu.org/git/?p=gcc.git;a=commit;h=9739ae9384dd7cd3bb1c7683d6b80b7a9116eaf8
Suggested-by: Christopher Fore <csfore@posteo.net>
Link: https://lore.kernel.org/r/20250920234519.work.915-kees@kernel.org
Signed-off-by: Kees Cook <kees@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
scripts/gcc-plugins/gcc-common.h