compiler_attributes.h: Support no_sanitize_undefined check with GCC 4
authorMarco Elver <elver@google.com>
Mon, 15 Jun 2020 23:15:29 +0000 (01:15 +0200)
committerPeter Zijlstra <peterz@infradead.org>
Tue, 16 Jun 2020 13:35:02 +0000 (15:35 +0200)
commit33aea07f30c261eff7ba229f19fd1b161e0fb851
tree30051779e2a636e9fa8bf14873ad41bb114e769e
parent8e8bb06d199a5aa7a534aa3b3fc0abbbc11ca438
compiler_attributes.h: Support no_sanitize_undefined check with GCC 4

UBSAN is supported since GCC 4.9, which unfortunately did not yet have
__has_attribute(). To work around, the __GCC4_has_attribute workaround
requires defining which compiler version supports the given attribute.

In the case of no_sanitize_undefined, it is the first version that
supports UBSAN, which is GCC 4.9.

Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Marco Elver <elver@google.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Reviewed-by: Miguel Ojeda <miguel.ojeda.sandonis@gmail.com>
Link: https://lkml.kernel.org/r/20200615231529.GA119644@google.com
include/linux/compiler_attributes.h