1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 3 config NET_DEV_REFCNT_TRACKER 3 config NET_DEV_REFCNT_TRACKER 4 bool "Enable net device refcount track 4 bool "Enable net device refcount tracking" 5 depends on DEBUG_KERNEL && STACKTRACE_ 5 depends on DEBUG_KERNEL && STACKTRACE_SUPPORT && NET 6 select REF_TRACKER 6 select REF_TRACKER 7 default n 7 default n 8 help 8 help 9 Enable debugging feature to track de 9 Enable debugging feature to track device references. 10 This adds memory and cpu costs. 10 This adds memory and cpu costs. 11 11 12 config NET_NS_REFCNT_TRACKER 12 config NET_NS_REFCNT_TRACKER 13 bool "Enable networking namespace refc 13 bool "Enable networking namespace refcount tracking" 14 depends on DEBUG_KERNEL && STACKTRACE_ 14 depends on DEBUG_KERNEL && STACKTRACE_SUPPORT && NET 15 select REF_TRACKER 15 select REF_TRACKER 16 default n 16 default n 17 help 17 help 18 Enable debugging feature to track ne 18 Enable debugging feature to track netns references. 19 This adds memory and cpu costs. 19 This adds memory and cpu costs. 20 20 21 config DEBUG_NET 21 config DEBUG_NET 22 bool "Add generic networking debug" 22 bool "Add generic networking debug" 23 depends on DEBUG_KERNEL && NET 23 depends on DEBUG_KERNEL && NET 24 help 24 help 25 Enable extra sanity checks in networ 25 Enable extra sanity checks in networking. 26 This is mostly used by fuzzers, but 26 This is mostly used by fuzzers, but is safe to select.
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.