]> www.infradead.org Git - users/jedix/linux-maple.git/commit
lib: reuse page_ext_data() to obtain codetag_ref
authorSuren Baghdasaryan <surenb@google.com>
Thu, 11 Jul 2024 22:04:56 +0000 (15:04 -0700)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 18 Jul 2024 04:05:18 +0000 (21:05 -0700)
commitfd8acc0097b91fab3104fa8a66ce2fd9cf8b0c11
tree1e18d28346191c8aa20336f04d2a9166b4b7b203
parent4810a82c8a8ae06fe6496a23fcb89a4952603e60
lib: reuse page_ext_data() to obtain codetag_ref

codetag_ref_from_page_ext() reimplements the same calculation as
page_ext_data().  Reuse existing function instead.

Link: https://lkml.kernel.org/r/20240711220457.1751071-2-surenb@google.com
Fixes: dcfe378c81f7 ("lib: introduce support for page allocation tagging")
Signed-off-by: Suren Baghdasaryan <surenb@google.com>
Cc: Kees Cook <keescook@chromium.org>
Cc: Kent Overstreet <kent.overstreet@linux.dev>
Cc: Pasha Tatashin <pasha.tatashin@soleen.com>
Cc: Sourav Panda <souravpanda@google.com>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/pgalloc_tag.h