Commit cc56aaf
committed
aarch: add UBSAN instrumented objects
Add examples/cmdline.patch objects from UBSAN enabled kernel.
$ git describe HEAD
v6.17-rc4-201-gd69eb204c255
$ gcc --version
gcc (GCC) 14.3.1 20250617 (Red Hat 14.3.1-2)
The kernel config was based on:
- 6.12.0-125.el10.aarch64
- olddefconfig
- CONFIG_LIVEPATCH=y
- CONFIG_ARCH_HAS_UBSAN=y
- CONFIG_UBSAN=y
- # CONFIG_UBSAN_TRAP is not set
- CONFIG_CC_HAS_UBSAN_BOUNDS_STRICT=y
- CONFIG_UBSAN_BOUNDS=y
- CONFIG_UBSAN_BOUNDS_STRICT=y
- CONFIG_UBSAN_SHIFT=y
- CONFIG_UBSAN_DIV_ZERO=y
- CONFIG_UBSAN_UNREACHABLE=y
- CONFIG_UBSAN_BOOL=y
- CONFIG_UBSAN_ENUM=y
- CONFIG_UBSAN_ALIGNMENT=y
- # CONFIG_TEST_UBSAN is not set
- # CONFIG_UBSAN_KVM_EL2 is not set
Signed-off-by: Joe Lawrence <[email protected]>1 parent a3499e7 commit cc56aaf
File tree
3 files changed
+7
-0
lines changed- aarch64
3 files changed
+7
-0
lines changedBinary file not shown.
Binary file not shown.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
0 commit comments