summaryrefslogtreecommitdiff
path: root/net/Kconfig.debug
blob: 5e3fffe707ddcef45acb9355ee12cd9d58b385bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# SPDX-License-Identifier: GPL-2.0-only

config NET_DEV_REFCNT_TRACKER
	bool "Enable net device refcount tracking"
	depends on DEBUG_KERNEL && STACKTRACE_SUPPORT && NET
	select REF_TRACKER
	default n
	help
	  Enable debugging feature to track device references.
	  This adds memory and cpu costs.

config NET_NS_REFCNT_TRACKER
	bool "Enable networking namespace refcount tracking"
	depends on DEBUG_KERNEL && STACKTRACE_SUPPORT && NET
	select REF_TRACKER
	default n
	help
	  Enable debugging feature to track netns references.
	  This adds memory and cpu costs.

config DEBUG_NET
	bool "Add generic networking debug"
	depends on DEBUG_KERNEL && NET
	help
	  Enable extra sanity checks in networking.
	  This is mostly used by fuzzers, but is safe to select.
tofik 2022-07-12drm/i915: Bump GT idling delay to 2 jiffiesChris Wilson 2021-12-20drm/i915: Remove unused bits of i915_vma/active apiMaarten Lankhorst 2021-07-28drm/i915: move i915_active slab to direct module init/exitDaniel Vetter 2021-07-22drm/i915: Ditch i915 globals shrink infrastructureDaniel Vetter 2021-05-05drm/i915: drop the __i915_active_call pointer packingMatthew Auld 2021-04-29drm/i915: Fix crash in auto_retireStéphane Marchesin 2021-03-24drm/i915: make lockdep slightly happier about execbuf.Maarten Lankhorst 2021-02-21Merge tag 'drm-next-2021-02-19' of git://anongit.freedesktop.org/drm/drmLinus Torvalds 2021-01-26drm/i915: Always flush the active worker before returning from the waitChris Wilson 2020-12-23drm/i915: Use cmpxchg64 for 32b compatilibityChris Wilson 2020-10-15Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds