]> Git Repo - linux.git/commit
Makefile: Globally enable VLA warning
authorKees Cook <[email protected]>
Mon, 25 Jun 2018 22:59:34 +0000 (15:59 -0700)
committerKees Cook <[email protected]>
Thu, 11 Oct 2018 15:17:50 +0000 (08:17 -0700)
commit0bb95f80a38f82884693194ea720e9cca5e12ada
tree788e8ef11abfc6b7dc7cd0ba6b7f23fa2f6b95e1
parent81b45683487a51b0f4d3b29d37f20d6d078544e4
Makefile: Globally enable VLA warning

Now that Variable Length Arrays (VLAs) have been entirely removed[1]
from the kernel, enable the VLA warning globally. The only exceptions
to this are the KASan an UBSan tests which are explicitly checking that
VLAs trigger their respective tests.

[1] https://lkml.kernel.org/r/CA+55aFzCG-zNmZwX4A2FQpadafLfEzK6CC=qPXydAacU1RqZWA@mail.gmail.com

Cc: Masahiro Yamada <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: David Airlie <[email protected]>
Cc: [email protected]
Cc: [email protected]
Cc: [email protected]
Signed-off-by: Kees Cook <[email protected]>
Makefile
drivers/gpu/drm/i915/Makefile
lib/Makefile
scripts/Makefile.extrawarn
This page took 0.060468 seconds and 4 git commands to generate.