kunit: fix bug in the order of lines in debugfs logs
[platform/kernel/linux-starfive.git] / lib / Kconfig.debug
index 38545c5..12dfe66 100644 (file)
@@ -399,6 +399,7 @@ config FRAME_WARN
        default 2048 if GCC_PLUGIN_LATENT_ENTROPY
        default 2048 if PARISC
        default 1536 if (!64BIT && XTENSA)
+       default 1280 if KASAN && !64BIT
        default 1024 if !64BIT
        default 2048 if 64BIT
        help
@@ -2091,6 +2092,7 @@ config TEST_MIN_HEAP
 config TEST_SORT
        tristate "Array-based sort test" if !KUNIT_ALL_TESTS
        depends on KUNIT
+       select STACKTRACE if ARCH_CORRECT_STACKTRACE_ON_KRETPROBE
        default KUNIT_ALL_TESTS
        help
          This option enables the self-test function of 'sort()' at boot,