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)
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


No differences found