public inbox for stable@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6.11.y v2 0/3] Yu Zhao's memory fix backport
@ 2024-10-18 17:27 chrisl
  2024-10-18 17:27 ` [PATCH 6.11.y v2 1/3] mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO chrisl
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: chrisl @ 2024-10-18 17:27 UTC (permalink / raw)
  To: stable
  Cc: Greg KH, Muchun Song, Andrew Morton, Yu Zhao, Suren Baghdasaryan,
	Kent Overstreet, Vlastimil Babka, kernel test robot,
	Janosch Frank, Marc Hartmayer, Chris Li

A few commits from Yu Zhao have been merged into 6.12.
They need to be backported to 6.11.
- c2a967f6ab0ec ("mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO")
- 95599ef684d01 ("mm/codetag: fix pgalloc_tag_split()")
- e0a955bf7f61c ("mm/codetag: add pgalloc_tag_copy()")

---
Changes in v2:
- Add signed off tag
- Link to v1: https://lore.kernel.org/r/20241017-stable-yuzhao-v1-0-3a4566660d44@kernel.org

---
Yu Zhao (3):
      mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO
      mm/codetag: fix pgalloc_tag_split()
      mm/codetag: add pgalloc_tag_copy()

 include/linux/alloc_tag.h   | 24 ++++++++-----------
 include/linux/mm.h          | 57 +++++++++++++++++++++++++++++++++++++++++++++
 include/linux/pgalloc_tag.h | 31 ------------------------
 mm/huge_memory.c            |  2 +-
 mm/hugetlb_vmemmap.c        | 40 +++++++++++++++----------------
 mm/migrate.c                |  1 +
 mm/page_alloc.c             |  4 ++--
 7 files changed, 91 insertions(+), 68 deletions(-)
---
base-commit: 8e24a758d14c0b1cd42ab0aea980a1030eea811f
change-id: 20241016-stable-yuzhao-7779910482e8

Best regards,
-- 
Chris Li <chrisl@kernel.org>


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

end of thread, other threads:[~2024-10-21  9:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-18 17:27 [PATCH 6.11.y v2 0/3] Yu Zhao's memory fix backport chrisl
2024-10-18 17:27 ` [PATCH 6.11.y v2 1/3] mm/hugetlb_vmemmap: don't synchronize_rcu() without HVO chrisl
2024-10-18 17:27 ` [PATCH 6.11.y v2 2/3] mm/codetag: fix pgalloc_tag_split() chrisl
2024-10-18 17:27 ` [PATCH 6.11.y v2 3/3] mm/codetag: add pgalloc_tag_copy() chrisl
2024-10-18 21:59 ` [PATCH 6.11.y v2 0/3] Yu Zhao's memory fix backport Vlastimil Babka
2024-10-21  9:47   ` Greg KH

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