Over the last couple months I gathered a few reports of minor issues
in memory allocation profiling which are addressed in this patchset.
Patchset is based on mm-new after reverting previous version.
Changes since v1 [1]:
- Use release_pages() in free_mod_tags_mem() in [1/3], per Usama Arif
- Add comment for proc_mem_profiling_handler() in [2/3], per Usama Arif
- Add Acked-by, per Shakeel Butt and Usama Arif
- Fixed a typo in [1/3] changelog
[1] https://lore.kernel.org/all/20250909233409.1013367-1-surenb@google.com/
Suren Baghdasaryan (3):
alloc_tag: use release_pages() in the cleanup path
alloc_tag: prevent enabling memory profiling if it was shut down
alloc_tag: avoid warnings when freeing non-compound "tail" pages
lib/alloc_tag.c | 26 ++++++++++++++++++++------
mm/page_alloc.c | 9 ++++++++-
2 files changed, 28 insertions(+), 7 deletions(-)
--
2.51.0.384.g4c02a37b29-goog