mbox series

[v2,0/2] page_owner: Refcount fixups

Message ID 20240319183212.17156-1-osalvador@suse.de (mailing list archive)
Headers show
Series page_owner: Refcount fixups | expand

Message

Oscar Salvador March 19, 2024, 6:32 p.m. UTC
A couple of fixups for the refcounting part.
From this series on, instead of counting the stacks, we count the outstanding
nr_base_pages each stack has, which gives a much better memory overview.

The other fixup is for the migration part.
A more detailed explanation can be found in the changelog of respective patches.

Oscar Salvador (2):
  mm,page_owner: Fix refcount imbalance
  mm,page_owner: Fix accounting of pages when migrating

 Documentation/mm/page_owner.rst | 73 +++++++++++++++++----------------
 mm/page_owner.c                 | 51 +++++++++++++----------
 2 files changed, 68 insertions(+), 56 deletions(-)