All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] mm: drop "sub" prefix from various places
@ 2026-06-23 12:57 Dev Jain
  2026-06-23 12:57 ` [PATCH 1/2] mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap Dev Jain
  2026-06-23 12:57 ` [PATCH 2/2] mm/mprotect: drop 'sub' from batching context Dev Jain
  0 siblings, 2 replies; 11+ messages in thread
From: Dev Jain @ 2026-06-23 12:57 UTC (permalink / raw)
  To: akpm, chrisl, kasong, liam, ljs
  Cc: Dev Jain, shikemeng, nphamcs, baoquan.he, baohua, youngjun.park,
	linux-mm, linux-kernel, vbabka, jannh, pfalcato, ryan.roberts,
	anshuman.khandual, david

Patch 1 converts subpage->page : folios have pages, not subpages.

Patch 2 drops "sub" from a function and a variable because the context
is clear enough.

---
These patches were originally in:
https://lore.kernel.org/all/20260526063635.61721-1-dev.jain@arm.com/
as patches 6 and 11. Split out for easing review.

Applies on mm-unstable (81652c5a65d4).

Dev Jain (2):
  mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap
  mm/mprotect: drop 'sub' from batching context

 mm/mprotect.c | 12 ++++++------
 mm/swap.h     |  4 ++--
 mm/swapfile.c | 16 ++++++++--------
 3 files changed, 16 insertions(+), 16 deletions(-)

-- 
2.43.0


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

end of thread, other threads:[~2026-06-23 17:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-06-23 12:57 [PATCH 0/2] mm: drop "sub" prefix from various places Dev Jain
2026-06-23 12:57 ` [PATCH 1/2] mm/swap: rename subpage->page in folio_dup_swap/folio_put_swap Dev Jain
2026-06-23 14:28   ` Lance Yang
2026-06-23 15:38   ` Pedro Falcato
2026-06-23 16:45   ` Lorenzo Stoakes
2026-06-23 17:22   ` Nhat Pham
2026-06-23 12:57 ` [PATCH 2/2] mm/mprotect: drop 'sub' from batching context Dev Jain
2026-06-23 14:34   ` Lance Yang
2026-06-23 15:37   ` Pedro Falcato
2026-06-23 16:47   ` Lorenzo Stoakes
2026-06-23 17:45   ` David Hildenbrand (Arm)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.