The patch titled Date: Wed, 19 Jul 2023 10:21:49 -0400 has been added to the -mm mm-unstable branch. Its filename is mm-kill-frontswap-fix.patch This patch will shortly appear at https://git.kernel.org/pub/scm/linux/kernel/git/akpm/25-new.git/tree/patches/mm-kill-frontswap-fix.patch This patch will later appear in the mm-unstable branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/process/submit-checklist.rst when testing your code *** The -mm tree is included into linux-next via the mm-everything branch at git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm and is updated there every 2-3 working days ------------------------------------------------------ From: Johannes Weiner <hannes@xxxxxxxxxxx> Date: Wed, 19 Jul 2023 10:21:49 -0400 Subject: mm: kill frontswap fix remove obsolete comment, per Yosry Link: https://lkml.kernel.org/r/20230719142832.GA932528@xxxxxxxxxxx Signed-off-by: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Yosry Ahmed <yosryahmed@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/zswap.c | 1 - 1 file changed, 1 deletion(-) --- a/mm/zswap.c~mm-kill-frontswap-fix +++ a/mm/zswap.c @@ -1425,7 +1425,6 @@ bool zswap_load(struct page *page) spin_lock(&tree->lock); entry = zswap_entry_find_get(&tree->rbroot, offset); if (!entry) { - /* entry was written back */ spin_unlock(&tree->lock); return false; } _ Patches currently in -mm which might be from hannes@xxxxxxxxxxx are mm-kill-frontswap.patch mm-kill-frontswap-fix.patch