[0/4] New page table range API fixup patches

Message ID 20230530080731.1462122-1-fengwei.yin@intel.com
Headers
Series New page table range API fixup patches |

Message

Yin Fengwei May 30, 2023, 8:07 a.m. UTC
  These are fixup patches for Matthew's New page table range API
patchset.

Thanks Matthew and Ryan a lot for helping on these fixup patches.
I sent the patches to Matthew and Ryan in private mail. Later,
realized that private mail should be avoid.


Yin Fengwei (4):
  filemap: avoid interfere with xas.xa_index
  rmap: fix typo in folio_add_file_rmap_range()
  mm: mark PTEs referencing the accessed folio young
  filemap: Check address range in filemap_map_folio_range()

 mm/filemap.c | 39 ++++++++++++---------------------------
 mm/memory.c  |  2 +-
 mm/rmap.c    |  2 +-
 3 files changed, 14 insertions(+), 29 deletions(-)