linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v6 0/6] userfaultfd: convert userfaultfd functions to use folios
@ 2023-04-10 13:39 Peng Zhang
  2023-04-10 13:39 ` [PATCH v6 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio Peng Zhang
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Peng Zhang @ 2023-04-10 13:39 UTC (permalink / raw)
  To: linux-mm, linux-kernel, akpm, willy, mike.kravetz,
	sidhartha.kumar, vishal.moola
  Cc: muchun.song, wangkefeng.wang, sunnanyong, ZhangPeng

From: ZhangPeng <zhangpeng362@huawei.com>

This patch series converts several userfaultfd functions to use folios.

Change log:

v5->v6:
- Remove VM_BUG_ON_FOLIO from mfill_atomic_pte_copy() per Mike Kravetz.
  (patch 1)
- Keep flush_dcache_page() in copy_folio_from_user() to not change the
  behavior of the function, suggested by Vishal Moola. (patch 3)
- Rename copy_user_folio() to copy_user_large_folio(), suggested by Mike
  Kravetz. (patch 5)
- Add RB from Mike Kravetz. (patch 1-4,6)

v4->v5:
- Update commit description and change page_kaddr to kaddr, suggested by
  Matthew Wilcox. (patch 1,6)
- Remove pages_per_huge_page from copy_user_folio(), suggested by
  Matthew Wilcox. (patch 5)
- Add RB from Sidhartha Kumar. (patch 1,3,4)

v3->v4:
- Rebase onto mm-unstable per Andrew Morton. Update commit description
  because some function names are changed. (patch 1,4,6)

v2->v3:
- Split patch 2 into three patches, suggested by Mike Kravetz. (patch
  2-4)
- Add a new patch to convert copy_user_huge_page to copy_user_folio,
  suggested by Mike Kravetz. (patch 5)
- Fix two uninitialized bugs, thanks to Dan Carpenter. (patch 6)
- Do some indenting cleanups.

v1->v2:
Modified patch 2, suggested by Matthew Wilcox:
- Rename copy_large_folio_from_user() to copy_folio_from_user().
- Delete the inner_folio.
- kmap() and kmap_atomic() are converted to kmap_local_page(). Use
  pagefault_disable() to ensure that a deadlock will not occur.
- flush_dcache_folio() is placed outside the loop.

ZhangPeng (6):
  userfaultfd: convert mfill_atomic_pte_copy() to use a folio
  userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
  userfaultfd: convert copy_huge_page_from_user() to
    copy_folio_from_user()
  userfaultfd: convert mfill_atomic_hugetlb() to use a folio
  mm: convert copy_user_huge_page() to copy_user_large_folio()
  userfaultfd: convert mfill_atomic() to use a folio

 include/linux/hugetlb.h  |  4 +-
 include/linux/mm.h       | 14 +++----
 include/linux/shmem_fs.h |  4 +-
 mm/hugetlb.c             | 40 +++++++++---------
 mm/memory.c              | 61 +++++++++++++---------------
 mm/shmem.c               | 16 ++++----
 mm/userfaultfd.c         | 88 ++++++++++++++++++++--------------------
 7 files changed, 109 insertions(+), 118 deletions(-)

-- 
2.25.1



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

end of thread, other threads:[~2023-04-10 13:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-10 13:39 [PATCH v6 0/6] userfaultfd: convert userfaultfd functions to use folios Peng Zhang
2023-04-10 13:39 ` [PATCH v6 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio Peng Zhang
2023-04-10 13:39 ` [PATCH v6 2/6] userfaultfd: use kmap_local_page() in copy_huge_page_from_user() Peng Zhang
2023-04-10 13:39 ` [PATCH v6 3/6] userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user() Peng Zhang
2023-04-10 13:39 ` [PATCH v6 4/6] userfaultfd: convert mfill_atomic_hugetlb() to use a folio Peng Zhang
2023-04-10 13:39 ` [PATCH v6 5/6] mm: convert copy_user_huge_page() to copy_user_large_folio() Peng Zhang
2023-04-10 13:39 ` [PATCH v6 6/6] userfaultfd: convert mfill_atomic() to use a folio Peng Zhang

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