Lines Matching refs:to
3 # This config refers to the generic KASAN mode.
44 error detector designed to find out-of-bounds and use-after-free bugs.
59 CONFIG_KASAN_GENERIC, similar to userspace ASan),
61 tagging, enabled with CONFIG_KASAN_SW_TAGS, similar to userspace
101 May potentially introduce problems related to pointer casting and
120 May potentially introduce problems related to pointer casting and
153 Disables stack instrumentation and thus KASAN's ability to detect
160 This option is always disabled when compile-testing with Clang to
163 With GCC, enabling stack instrumentation is assumed to be safe.
171 bool "Check accesses to vmalloc allocations"
174 Makes KASAN check the validity of accesses to vmalloc allocations.
177 checked. Enabling this option leads to higher memory usage.
192 to the KUnit documentation in Documentation/dev-tools/kunit/.