]> Git Repo - linux.git/commit - mm/mm_init.c
codetag: debug: mark codetags for reserved pages as empty
authorSuren Baghdasaryan <[email protected]>
Thu, 21 Mar 2024 16:36:56 +0000 (09:36 -0700)
committerAndrew Morton <[email protected]>
Fri, 26 Apr 2024 03:55:58 +0000 (20:55 -0700)
commitd224eb0287fbd84f4f13eca042c7f08f87138f3b
tree340db6a5deb02a8ec947b31753dd9e75618a185e
parent239d6c96d86f8a42d799b9a85c09cc7f36aef3f8
codetag: debug: mark codetags for reserved pages as empty

To avoid debug warnings while freeing reserved pages which were not
allocated with usual allocators, mark their codetags as empty before
freeing.

Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Suren Baghdasaryan <[email protected]>
Reviewed-by: Kees Cook <[email protected]>
Tested-by: Kees Cook <[email protected]>
Cc: Alexander Viro <[email protected]>
Cc: Alex Gaynor <[email protected]>
Cc: Alice Ryhl <[email protected]>
Cc: Andreas Hindborg <[email protected]>
Cc: Benno Lossin <[email protected]>
Cc: "Björn Roy Baron" <[email protected]>
Cc: Boqun Feng <[email protected]>
Cc: Christoph Lameter <[email protected]>
Cc: Dennis Zhou <[email protected]>
Cc: Gary Guo <[email protected]>
Cc: Kent Overstreet <[email protected]>
Cc: Miguel Ojeda <[email protected]>
Cc: Pasha Tatashin <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Tejun Heo <[email protected]>
Cc: Vlastimil Babka <[email protected]>
Cc: Wedson Almeida Filho <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
include/linux/alloc_tag.h
include/linux/mm.h
include/linux/pgalloc_tag.h
mm/mm_init.c
This page took 0.071139 seconds and 4 git commands to generate.