diff options
author | Suren Baghdasaryan <[email protected]> | 2024-07-17 14:28:44 -0700 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-07-26 14:33:09 -0700 |
commit | b3bebe44306e23827397d0d774d206e3fa374041 (patch) | |
tree | 10ab5999a2641cd0fcf7bd835af3b8613de57d28 /tools/perf/scripts/python/gecko.py | |
parent | bf6acd5d16057d7accbbb1bf7dc6d8c56eeb4ecc (diff) |
alloc_tag: outline and export free_reserved_page()
Outline and export free_reserved_page() because modules use it and it in
turn uses page_ext_{get|put} which should not be exported. The same
result could be obtained by outlining {get|put}_page_tag_ref() but that
would have higher performance impact as these functions are used in more
performance critical paths.
Link: https://lkml.kernel.org/r/[email protected]
Fixes: dcfe378c81f7 ("lib: introduce support for page allocation tagging")
Signed-off-by: Suren Baghdasaryan <[email protected]>
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Suggested-by: Christoph Hellwig <[email protected]>
Suggested-by: Vlastimil Babka <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Cc: Kees Cook <[email protected]>
Cc: Kent Overstreet <[email protected]>
Cc: Pasha Tatashin <[email protected]>
Cc: Sourav Panda <[email protected]>
Cc: <[email protected]> [6.10]
Signed-off-by: Andrew Morton <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions