Kconfig.debug 397 B

123456789101112131415161718
  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. depends on ARCH_SUPPORTS_DEBUG_PAGEALLOC
  10. help
  11. Unmap pages from the kernel linear mapping after free_pages().
  12. This results in a slowdown, but helps to find certain types of
  13. memory corruptions.
  14. endmenu