linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 5.4.y 0/4] Backport fix of CVE-2024-47674 to 5.10
@ 2024-11-14 15:34 Harshvardhan Jha
  2024-11-14 15:34 ` [PATCH 5.4.y 1/4] mm: clarify a confusing comment for remap_pfn_range() Harshvardhan Jha
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Harshvardhan Jha @ 2024-11-14 15:34 UTC (permalink / raw)
  To: akpm; +Cc: harshvardhan.j.jha, linux-mm, stable

Following series is a backport of CVE-2024-47674 fix "mm: avoid leaving
partial pfn mappings around in error case" to 5.10.

This required 3 extra commits to make sure all picks were clean. The
patchset shows no regression compared to v5.4.285 tag.

Alex Zhang (1):
  mm/memory.c: make remap_pfn_range() reject unaligned addr

Christoph Hellwig (1):
  mm: add remap_pfn_range_notrack

WANG Wenhu (1):
  mm: clarify a confusing comment for remap_pfn_range()

chenqiwu (1):
  mm: fix ambiguous comments for better code readability

 include/linux/mm.h       |  2 ++
 include/linux/mm_types.h |  4 +--
 mm/memory.c              | 54 +++++++++++++++++++++++++---------------
 3 files changed, 38 insertions(+), 22 deletions(-)

-- 
2.46.0



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

end of thread, other threads:[~2024-11-15  5:27 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-11-14 15:34 [PATCH 5.4.y 0/4] Backport fix of CVE-2024-47674 to 5.10 Harshvardhan Jha
2024-11-14 15:34 ` [PATCH 5.4.y 1/4] mm: clarify a confusing comment for remap_pfn_range() Harshvardhan Jha
2024-11-14 15:34 ` [PATCH 5.4.y 2/4] mm: fix ambiguous comments for better code readability Harshvardhan Jha
2024-11-14 15:34 ` [PATCH 5.4.y 3/4] mm/memory.c: make remap_pfn_range() reject unaligned addr Harshvardhan Jha
2024-11-14 15:34 ` [PATCH 5.4.y 4/4] mm: add remap_pfn_range_notrack Harshvardhan Jha
2024-11-14 15:51 ` [PATCH 5.4.y 0/4] Backport fix of CVE-2024-47674 to 5.10 Harshvardhan Jha
2024-11-15  5:27   ` Greg KH

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