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
/
ubsan.c
Age
Commit message (
Expand
)
Author
2024-04-15
ubsan: Add awareness of signed integer overflow traps
Kees Cook
2024-02-20
ubsan: Reintroduce signed overflow sanitizer
Kees Cook
2023-12-20
UBSAN: use the kernel panic message markers
Borislav Petkov (AMD)
2023-05-30
ubsan: add prototypes for internal functions
Arnd Bergmann
2023-02-21
Merge tag 'hardening-v6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2023-02-08
arm64: Support Clang UBSAN trap codes for better reporting
Kees Cook
2023-01-13
ubsan: Fix objtool UACCESS warns
Peter Zijlstra
2022-12-02
panic: Consolidate open-coded panic_on_warn checks
Kees Cook
2022-03-23
ubsan: no need to unset panic_on_warn in ubsan_epilogue()
Tiezhu Yang
2021-08-13
kunit: ubsan integration
Uriel Guajardo
2021-02-26
ubsan: remove overflow checks
Andrey Ryabinin
2021-02-05
ubsan: implement __ubsan_handle_alignment_assumption
Nathan Chancellor
2020-12-15
lib/ubsan.c: mark type_check_kinds with static keyword
Zou Wei
2020-06-04
lib/ubsan.c: fix gcc-10 warnings
Arnd Bergmann
2020-04-07
ubsan: include bug type in report header
Kees Cook
2020-04-07
ubsan: check panic_on_warn
Kees Cook
2019-12-04
lib/ubsan: don't serialize UBSAN report
Julien Grall
2019-11-26
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2019-11-17
int128: move __uint128_t compiler test to Kconfig
Ard Biesheuvel
2019-10-28
ubsan, x86: Annotate and allow __ubsan_handle_shift_out_of_bounds() in uacces...
Peter Zijlstra
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
2019-05-06
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2019-05-06
ubsan: Remove vla bound checks.
Andrey Ryabinin
2019-05-06
ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
Andrey Ryabinin
2019-04-03
x86/uaccess, ubsan: Fix UBSAN vs. SMAP
Peter Zijlstra
2018-11-18
lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
Arnd Bergmann
2018-02-06
lib/ubsan: remove returns-nonnull-attribute checks
Andrey Ryabinin
2018-02-06
lib/ubsan: add type mismatch handler for new GCC/Clang
Andrey Ryabinin
2018-02-06
lib/ubsan.c: s/missaligned/misaligned/
Andrew Morton
2016-08-02
UBSAN: fix typo in format string
Nicolas Iooss
2016-01-20
UBSAN: run-time undefined behavior sanity checker
Andrey Ryabinin