index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Kconfig.ubsan
Age
Commit message (
Expand
)
Author
2024-08-06
x86/traps: Enable UBSAN traps on x86
Gatlin Newhouse
2024-05-18
ubsan: Restore dependency on ARCH_HAS_UBSAN
Kees Cook
2024-03-18
ubsan: Disable signed integer overflow sanitizer on GCC < 8
Kees Cook
2024-02-20
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
2024-02-06
ubsan: Remove CONFIG_UBSAN_SANITIZE_ALL
Kees Cook
2023-07-17
ubsan: Clarify Kconfig text for CONFIG_UBSAN_TRAP
Jann Horn
2023-05-17
ubsan: remove cc-option test for UBSAN_TRAP
Nick Desaulniers
2023-05-16
ubsan: Tighten UBSAN_BOUNDS on GCC
Kees Cook
2022-07-14
ubsan: disable UBSAN_DIV_ZERO for clang
Nick Desaulniers
2022-06-06
objtool: Fix obsolete reference to CONFIG_X86_SMAP
Josh Poimboeuf
2022-04-22
objtool: Add CONFIG_OBJTOOL
Josh Poimboeuf
2022-03-23
Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"
Marco Elver
2022-01-20
ubsan: remove CONFIG_UBSAN_OBJECT_SIZE
Kees Cook
2021-02-26
ubsan: remove overflow checks
Andrey Ryabinin
2021-01-24
ubsan: disable unsigned-overflow check for i386
Arnd Bergmann
2020-12-15
ubsan: remove UBSAN_MISC in favor of individual options
Kees Cook
2020-12-15
ubsan: enable for all*config builds
Kees Cook
2020-12-15
ubsan: disable UBSAN_TRAP for all*config
Kees Cook
2020-12-15
ubsan: disable object-size sanitizer under GCC
Kees Cook
2020-12-15
ubsan: move cc-option tests into Kconfig
Kees Cook
2020-12-15
ubsan: remove redundant -Wno-maybe-uninitialized
Kees Cook
2020-10-16
ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang
George Popescu
2020-06-11
ubsan, kcsan: Don't combine sanitizer with kcov on clang
Arnd Bergmann
2020-06-02
ubsan: entirely disable alignment checks under UBSAN_TRAP
Kees Cook
2020-05-07
ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
Kees Cook
2020-04-07
ubsan: split "bounds" checker from other options
Kees Cook
2020-04-07
ubsan: add trap instrumentation option
Kees Cook
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
2019-03-07
lib/ubsan: default UBSAN_ALIGNMENT to not set
Anders Roxell
2018-08-10
lib/ubsan: remove null-pointer checks
Andrey Ryabinin
2018-04-11
lib: add testing module for UBSAN
Jinbum Park
2016-12-14
Kconfig: lib/Kconfig.ubsan fix reference to ubsan documentation
Andreas Platschek
2016-09-20
ubsan: allow to disable the null sanitizer
Christian Borntraeger
2016-03-22
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
Andrey Ryabinin
2016-02-11
ubsan: cosmetic fix to Kconfig text
Yang Shi
2016-01-20
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin