mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH v2 0/3] Fixes for memmap accounting
@ 2024-08-07 21:19 Pasha Tatashin
  2024-08-07 21:19 ` [PATCH v2 1/3] mm: update the memmap stat before page is freed Pasha Tatashin
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Pasha Tatashin @ 2024-08-07 21:19 UTC (permalink / raw)
  To: akpm, linux-kernel, linux-mm, cerasuolodomenico, hannes,
	j.granados, lizhijian, muchun.song, nphamcs, pasha.tatashin,
	rientjes, rppt, souravpanda, vbabka, willy

Memmap accounting provides us with observability of how much memory is
used for per-page metadata: i.e. "struct page"'s and "struct page_ext".
It also provides with information of how much was allocated using
boot allocator (i.e. not part of MemTotal), and how much was allocated
using buddy allocated (i.e. part of MemTotal).

This small series fixes a few problems that were discovered with the
original patch.

v1: https://lore.kernel.org/all/20240806221454.1971755-1-pasha.tatashin@soleen.com
Changes:
	- Added patch "mm: don't account memmap on failure"
	- Changed from using nid in hot-remove functions to non-pernode
	  system-wide accounting for memmap data.

Pasha Tatashin (3):
  mm: update the memmap stat before page is freed
  mm: don't account memmap on failure
  mm: don't account memmap per node

 include/linux/mmzone.h        |  2 --
 include/linux/vm_event_item.h |  2 ++
 include/linux/vmstat.h        |  7 ++++--
 mm/hugetlb_vmemmap.c          | 13 ++++------
 mm/mm_init.c                  |  3 +--
 mm/page_alloc.c               |  1 -
 mm/page_ext.c                 | 15 ++++--------
 mm/sparse-vmemmap.c           | 11 ++++-----
 mm/sparse.c                   |  5 ++--
 mm/vmstat.c                   | 45 ++++++++++++++++-------------------
 10 files changed, 45 insertions(+), 59 deletions(-)

-- 
2.46.0.76.ge559c4bf1a-goog


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2024-08-08 15:24 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-08-07 21:19 [PATCH v2 0/3] Fixes for memmap accounting Pasha Tatashin
2024-08-07 21:19 ` [PATCH v2 1/3] mm: update the memmap stat before page is freed Pasha Tatashin
2024-08-07 21:19 ` [PATCH v2 2/3] mm: don't account memmap on failure Pasha Tatashin
2024-08-07 21:19 ` [PATCH v2 3/3] mm: don't account memmap per node Pasha Tatashin
2024-08-08  2:59   ` Muchun Song
2024-08-08  4:04     ` Pasha Tatashin
2024-08-08  5:35       ` Yosry Ahmed
2024-08-08 14:37         ` Pasha Tatashin
2024-08-07 23:00 ` [PATCH v2 0/3] Fixes for memmap accounting Dan Williams
2024-08-08 15:23   ` Pasha Tatashin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®