UBSAN_SANITIZE_ALL not available on ARM 60/head
authorMartin Rowe <martin.p.rowe@gmail.com>
Sat, 26 Mar 2022 14:20:16 +0000 (00:20 +1000)
committerMartin Rowe <martin.p.rowe@gmail.com>
Sat, 26 Mar 2022 14:20:16 +0000 (00:20 +1000)
commitb9c72b3ed10f6b89ff40ed892cc1a8082dfd1c3b
tree25ce109aa86af0333b82f95936ce568b5780b773
parentb0b91b58adc962da01c7fc45cef662ae1b462828
UBSAN_SANITIZE_ALL not available on ARM

ARCH_HAS_UBSAN_SANITIZE_ALL is not selected for arm arch, which
prevents selectiong of CONFIG_UBSAN_SANITIZE_ALL

https://github.com/torvalds/linux/blob/master/arch/arm/Kconfig
https://github.com/torvalds/linux/blob/master/lib/Kconfig.ubsan
kconfig_hardened_check/__init__.py