]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - lib/Kconfig.ubsan
Merge tag 'powerpc-4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
[linux.git] / lib / Kconfig.ubsan
index a669c193b8785b51bc9b0876ef7765b66b61062a..19d42ea75ec225d385734e5212680df0ef9609c6 100644 (file)
@@ -46,3 +46,10 @@ config UBSAN_NULL
        help
          This option enables detection of memory accesses via a
          null pointer.
+
+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.