* [folded-merged] mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only-update-fix.patch removed from -mm tree
@ 2025-05-13 6:39 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2025-05-13 6:39 UTC (permalink / raw)
To: mm-commits, yuzhao, yosry.ahmed, muchun.song, mhocko,
hezhongkun.hzk, hannes, akpm, akpm
The quilt patch titled
Subject: mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only-update-fix
has been removed from the -mm tree. Its filename was
mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only-update-fix.patch
This patch was dropped because it was folded into mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only.patch
------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only-update-fix
Date: Wed May 7 06:27:25 PM PDT 2025
tweak coding style
Cc: Zhongkun He <hezhongkun.hzk@bytedance.com>
Cc: Johannes Weiner <hannes@cmpxchg.org>
Cc: Michal Hocko <mhocko@suse.com>
Cc: Muchun Song <muchun.song@linux.dev>
Cc: Yosry Ahmed <yosry.ahmed@linux.dev>
Cc: Yu Zhao <yuzhao@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
mm/vmscan.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--- a/mm/vmscan.c~mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only-update-fix
+++ a/mm/vmscan.c
@@ -5606,9 +5606,9 @@ static ssize_t lru_gen_seq_write(struct
break;
}
- if (n == 4)
+ if (n == 4) {
swappiness = -1;
- else if (!strcmp("max", swap_string)) {
+ } else if (!strcmp("max", swap_string)) {
/* set by userspace for anonymous memory only */
swappiness = SWAPPINESS_ANON_ONLY;
} else {
_
Patches currently in -mm which might be from akpm@linux-foundation.org are
mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only.patch
mm-selftests-add-a-test-to-verify-mmap_changing-race-with-eagain-checkpatch-fixes.patch
jfs-implement-migrate_folio-for-jfs_metapage_aops-fix-2.patch
mm-hugetlbc-__unmap_hugepage_range-comment-cleanup.patch
mm-establish-mm-vma_execc-for-shared-exec-mm-vma-functionality-fix.patch
mm-perform-vma-allocation-freeing-duplication-in-mm-fix.patch
filemap-do-not-use-folio_contains-for-swap-cache-folios-fix.patch
memcontrol-add-ksm_profit-in-cgroup-memoryksm_stat-fix.patch
mm-add-zblock-allocator-fix.patch
mm-add-zblock-allocator-fix-2.patch
mm-add-zblock-allocator-fix-3.patch
mm-zblock-avoid-failing-the-build-fix.patch
revert-x86-mm-remove-unused-__set_memory_prot-fix.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2025-05-13 6:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-13 6:39 [folded-merged] mm-add-max-swappiness-arg-to-lru_gen-for-anonymous-memory-only-update-fix.patch removed from -mm tree Andrew Morton
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.