]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - lib/Kconfig.debug
netfilter: conntrack: mark extension structs as const
[mirror_ubuntu-artful-kernel.git] / lib / Kconfig.debug
index 55735c9bdb75a23ef92b3a531a6cbffc57ff6b66..97d62c2da6c25dd5721f8c1c75264c83201f7247 100644 (file)
@@ -729,19 +729,6 @@ source "lib/Kconfig.kmemcheck"
 
 source "lib/Kconfig.kasan"
 
-config DEBUG_REFCOUNT
-       bool "Verbose refcount checks"
-       help
-         Say Y here if you want reference counters (refcount_t and kref) to
-         generate WARNs on dubious usage. Without this refcount_t will still
-         be a saturating counter and avoid Use-After-Free by turning it into
-         a resource leak Denial-Of-Service.
-
-         Use of this option will increase kernel text size but will alert the
-         admin of potential abuse.
-
-         If in doubt, say "N".
-
 endmenu # "Memory Debugging"
 
 config ARCH_HAS_KCOV