Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - U index
The Linux kernel configuration item CONFIG_UBSAN_ALIGNMENT has multiple definitions:
lib/Kconfig.ubsanThe configuration item CONFIG_UBSAN_ALIGNMENT:
(! CONFIG_UBSAN_TRAP && ! CONFIG_COMPILE_TEST ) && ($( CONFIG_cc-option,-fsanitize = CONFIG_alignment ))This option enables the check of unaligned memory accesses. Enabling this option on architectures that support unaligned accesses may produce a lot of false positives.
lib/Kconfig.ubsanThe configuration item CONFIG_UBSAN_ALIGNMENT:
! CONFIG_UBSAN_TRAPThis option enables the check of unaligned memory accesses. Enabling this option on architectures that support unaligned accesses may produce a lot of false positives.
lib/Kconfig.ubsanThe configuration item CONFIG_UBSAN_ALIGNMENT:
(none)(none)
lib/Kconfig.ubsanThe configuration item CONFIG_UBSAN_ALIGNMENT:
( CONFIG_UBSAN ) && (! CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS )This option enables detection of unaligned memory accesses. Enabling this option on architectures that support unaligned accesses may produce a lot of false positives.
Raw data from LKDDb:
(none)This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - U index
Automatically generated (in year 2025). See also LKDDb sources on GitLab