Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index
The Linux kernel configuration item CONFIG_PAGE_OWNER
has multiple definitions:
mm/Kconfig.debug
The configuration item CONFIG_PAGE_OWNER:
CONFIG_DEBUG_KERNEL && CONFIG_STACKTRACE_SUPPORT
This keeps track of what call chain is the owner of a page, may help to find bare alloc_page(s) leaks. Even if you include this feature on your build, it is disabled in default. You should pass "page_owner=on" to boot parameter in order to enable it. Eats a fair amount of memory if enabled. See tools/mm/page_owner_sort.c for user-space helper.
If unsure, say N.
lib/Kconfig.debug
The configuration item CONFIG_PAGE_OWNER:
CONFIG_DEBUG_KERNEL && CONFIG_STACKTRACE_SUPPORT
This keeps track of what call chain is the owner of a page, may help to find bare alloc_page(s) leaks. Even if you include this feature on your build, it is disabled in default. You should pass "page_owner=on" to boot parameter in order to enable it. Eats a fair amount of memory if enabled. See tools/vm/page_owner_sort.c for user-space helper.
If unsure, say N.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index
Automatically generated (in year 2024). See also LKDDb sources on GitLab