Skip to content

Commit

Permalink
x86_debug: drop things we don't care about
Browse files Browse the repository at this point in the history
throw in DEBUG_NET instead

Signed-off-by: NipaLocal <nipa@local>
  • Loading branch information
fedora Cloud User authored and NipaLocal committed Mar 30, 2024
1 parent 00b116b commit ab945a8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions kernel/configs/x86_debug.config
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Help: Debugging options for tip tree testing
CONFIG_X86_DEBUG_FPU=y
CONFIG_LOCK_STAT=y
CONFIG_DEBUG_VM=y
CONFIG_DEBUG_VM_VMACACHE=y
Expand All @@ -10,9 +9,7 @@ CONFIG_DEBUG_PAGEALLOC=y
CONFIG_SLUB_DEBUG_ON=y
CONFIG_DEBUG_OBJECTS=y
CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1
CONFIG_GCOV_KERNEL=y
CONFIG_LOCKDEP=y
CONFIG_PROVE_LOCKING=y
CONFIG_SCHEDSTATS=y
CONFIG_NOINSTR_VALIDATION=y
CONFIG_DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT=y
CONFIG_NET_NS_REFCNT_TRACKER=y
CONFIG_DEBUG_NET=y

0 comments on commit ab945a8

Please sign in to comment.