/usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/lib
NameSizeModeActions
842/-0755rm
crypto/-0755rm
dim/-0755rm
fonts/-0755rm
kunit/-0755rm
livepatch/-0755rm
lz4/-0755rm
lzo/-0755rm
math/-0755rm
mpi/-0755rm
pldmfw/-0755rm
raid6/-0755rm
reed_solomon/-0755rm
vdso/-0755rm
xz/-0755rm
zlib_deflate/-0755rm
zlib_dfltcc/-0755rm
zlib_inflate/-0755rm
zstd/-0755rm
Kconfig152050644editdlrm
Kconfig.debug822550644editdlrm
Kconfig.kasan72330644editdlrm
Kconfig.kcsan68360644editdlrm
Kconfig.kgdb47060644editdlrm
Kconfig.ubsan15460644editdlrm
Makefile125160644editdlrm
Edit: /usr/src/kernels/4.18.0-553.121.1.el8_10.x86_64/lib/Kconfig.ubsan (1546B)
config ARCH_HAS_UBSAN_SANITIZE_ALL bool config UBSAN bool "Undefined behaviour sanity checker" help This option enables undefined behaviour sanity checker Compile-time instrumentation is used to detect various undefined behaviours in runtime. Various types of checks may be enabled via boot parameter ubsan_handle (see: Documentation/dev-tools/ubsan.rst). config UBSAN_SANITIZE_ALL bool "Enable instrumentation for the entire kernel" depends on UBSAN depends on ARCH_HAS_UBSAN_SANITIZE_ALL # We build with -Wno-maybe-uninitilzed, but we still want to # use -Wmaybe-uninitilized in allmodconfig builds. # So dependsy bellow used to disable this option in allmodconfig depends on !COMPILE_TEST default y help This option activates instrumentation for the entire kernel. If you don't enable this option, you have to explicitly specify UBSAN_SANITIZE := y for the files/directories you want to check for UB. Enabling this option will get kernel image size increased significantly. config UBSAN_ALIGNMENT bool "Enable checking of pointers alignment" depends on UBSAN default y if !HAVE_EFFICIENT_UNALIGNED_ACCESS help This option enables detection of unaligned memory accesses. Enabling this option on architectures that support unaligned accesses may produce a lot of false positives. config TEST_UBSAN tristate "Module for testing for undefined behavior detection" depends on m && UBSAN help This is a test module for UBSAN. It triggers various undefined behavior, and detect it.