]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - lib/Kconfig.debug
dump_stack: avoid the livelock of the dump_lock
[mirror_ubuntu-bionic-kernel.git] / lib / Kconfig.debug
index f55c15ab6f93eae5c68c92a10ebcb01fc8c04170..647214f23e3d0e86a4cfbf2fc6759b2702453d5d 100644 (file)
@@ -569,7 +569,7 @@ config DEBUG_KMEMLEAK_EARLY_LOG_SIZE
        int "Maximum kmemleak early log entries"
        depends on DEBUG_KMEMLEAK
        range 200 40000
-       default 400
+       default 16000
        help
          Kmemleak must track all the memory allocations to avoid
          reporting false positives. Since memory may be allocated or
@@ -1884,6 +1884,7 @@ config TEST_KMOD
        depends on m
        depends on BLOCK && (64BIT || LBDAF)      # for XFS, BTRFS
        depends on NETDEVICES && NET_CORE && INET # for TUN
+       depends on BLOCK
        select TEST_LKM
        select XFS_FS
        select TUN