Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - P index

CONFIG_PAGE_OWNER: Track page owner

General informations

The Linux kernel configuration item CONFIG_PAGE_OWNER has multiple definitions:

Track page owner found in mm/Kconfig.debug

The configuration item CONFIG_PAGE_OWNER:

Help text

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.

Track page owner found in lib/Kconfig.debug

The configuration item CONFIG_PAGE_OWNER:

Help text

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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - P index

Automatically generated (in year 2024). See also LKDDb sources on GitLab