Kconfig.debug 355 B

1234567891011121314151617
  1. menu "Kernel hacking"
  2. config TRACE_IRQFLAGS_SUPPORT
  3. bool
  4. default y
  5. source "lib/Kconfig.debug"
  6. config DEBUG_PAGEALLOC
  7. bool "Debug page memory allocations"
  8. depends on DEBUG_KERNEL
  9. help
  10. Unmap pages from the kernel linear mapping after free_pages().
  11. This results in a slowdown, but helps to find certain types of
  12. memory corruptions.
  13. endmenu