From: Ira Weiny <ira.weiny@xxxxxxxxx> These are based on tip/core/mm. As I was looking at converting the calls to kmap_local_page() I realized that there were a number of calls in highmem.h which should also be converted. So I've added a second prelim patch to convert those. This is a V2 to get into 5.11 so that we can start to convert all the various subsystems in 5.12.[1] I'm sending to Andrew and Thomas but I'm expecting these to go through tip/core/mm via Thomas if that is ok with Andrew. [1] https://lore.kernel.org/lkml/20201204160504.GH1563847@xxxxxxxxxxxxxxxxxxxxxxxxx/ Ira Weiny (2): mm/highmem: Remove deprecated kmap_atomic mm/highmem: Lift memcpy_[to|from]_page to core include/linux/highmem.h | 28 +++++++++++++------------- include/linux/pagemap.h | 44 +++++++++++++++++++++++++++++++++++++++++ lib/iov_iter.c | 26 +++--------------------- 3 files changed, 61 insertions(+), 37 deletions(-) -- 2.28.0.rc0.12.gb6a658bd00c9