• Barry Song's avatar
    mm: introduce pte_move_swp_offset() helper which can move offset bidirectionally · 3f9abcaa
    Barry Song authored
    There could arise a necessity to obtain the first pte_t from a swap pte_t
    located in the middle.  For instance, this may occur within the context of
    do_swap_page(), where a page fault can potentially occur in any PTE of a
    large folio.  To address this, the following patch introduces
    pte_move_swp_offset(), a function capable of bidirectional movement by a
    specified delta argument.  Consequently, pte_next_swp_offset() will
    directly invoke it with delta = 1.
    
    Link: https://lkml.kernel.org/r/20240529082824.150954-4-21cnbao@gmail.com
    
    Signed-off-by: default avatarBarry Song <v-songbaohua@oppo.com>
    Suggested-by: default avatar"Huang, Ying" <ying.huang@intel.com>
    Reviewed-by: default avatarRyan Roberts <ryan.roberts@arm.com>
    Reviewed-by: default avatar"Huang, Ying" <ying.huang@intel.com>
    Cc: Andreas Larsson <andreas@gaisler.com>
    Cc: Baolin Wang <baolin.wang@linux.alibaba.com>
    Cc: Chris Li <chrisl@kernel.org>
    Cc: Christoph Hellwig <hch@infradead.org>
    Cc: Chuanhua Han <hanchuanhua@oppo.com>
    Cc: David Hildenbrand <david@redhat.com>
    Cc: "David S. Miller" <davem@davemloft.net>
    Cc: Gao Xiang <xiang@kernel.org>
    Cc: Hugh Dickins <hughd@google.com>
    Cc: Johannes Weiner <hannes@cmpxchg.org>
    Cc: Kairui Song <kasong@tencent.com>
    Cc: Khalid Aziz <khalid.aziz@oracle.com>
    Cc: Len Brown <len.brown@intel.com>
    Cc: Matthew Wilcox (Oracle) <willy@infradead.org>
    Cc: Pavel Machek <pavel@ucw.cz>
    Cc: "Rafael J. Wysocki" <rafael@kernel.org>
    Cc: Suren Baghdasaryan <surenb@google.com>
    Cc: Yosry Ahmed <yosryahmed@google.com>
    Cc: Yu Zhao <yuzhao@google.com>
    Cc: Zi Yan <ziy@nvidia.com>
    Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
    3f9abcaa
internal.h 46.6 KB