+2
−0
+3
−3
+1
−1
+1
−1
+1
−1
Loading
mainline inclusion from mainline-v6.10-rc1 commit e06d03d5590ae1c257b8aa2cfbfe6765e0755c14 category: feature bugzilla: https://gitee.com/openeuler/kernel/issues/IAIHQO Reference: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e06d03d5590ae1c257b8aa2cfbfe6765e0755c14 -------------------------------- Convert directly from a pmd to a folio without going through another representation first. For now this is just a slightly shorter way to write it, but it might end up being more efficient later. Link: https://lkml.kernel.org/r/20240326202833.523759-4-willy@infradead.org Signed-off-by:Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by:
David Hildenbrand <david@redhat.com> Signed-off-by:
Andrew Morton <akpm@linux-foundation.org> Conflicts: mm/mempolicy.c mm/userfaultfd.c [ Context conflicts in mm/mempolicy.c due to miss commit 5beaee54a324. Not covert in mm/userfaultfd.c due to miss commit adef440691ba ] Signed-off-by:
Liu Shixin <liushixin2@huawei.com>