Re: [PATCH v3 00/15] mm, swap: introduce swap table as swap cache (phase I)
From: Andrew Morton
Date: Wed Sep 10 2025 - 18:41:00 EST
On Thu, 11 Sep 2025 00:08:18 +0800 Kairui Song <ryncsn@xxxxxxxxx> wrote:
> V3 changes:
> There is basically no code change, mostly clean up and comment changes.
> - Renames a few variable and functions [ David Hildenbrand, Chris Li ]
> - Move the folio_matches_swap_entry check under unuse_pte in patch 5
> [ David Hildenbrand ].
> - Remove two redundant function params for the folio replace helper in
> patch 10, and add comment about folio setup [ David Hildenbrand ].
> - Move the shmem clean up patch after the API rename patch to fix build
> error, no code change. [ Baolin Wang ]
> - Fix build error with !SWAP and !SHMEM config. [ Klara Modin, SeongJae Park ]
> - Fix a few typo and blank lines [ David Hildenbrand ]
> - Minor code style change [ Chris Li ].
> - Fix documentation warning from bot. [ Chris Li ]
Thanks, I updated mm-unstable to this v3 series.