diff options
author | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-11-22 00:20:18 -0800 |
---|---|---|
committer | jc_gargma <jc_gargma@iserlohn-fortress.net> | 2022-11-22 00:20:18 -0800 |
commit | c5ff64bcdf01cf5500e4563c0a77654a092e948b (patch) | |
tree | f513b06970b7627d9f4c9b761929ffe6a4eceeef /0002-mm-vmscan-fix-extreme-overreclaim-and-swap-floods.patch | |
parent | Updated to 6.0.6 (diff) | |
download | linux-c5ff64bcdf01cf5500e4563c0a77654a092e948b.tar.xz |
Updated to 6.0.9
Diffstat (limited to '0002-mm-vmscan-fix-extreme-overreclaim-and-swap-floods.patch')
-rw-r--r-- | 0002-mm-vmscan-fix-extreme-overreclaim-and-swap-floods.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/0002-mm-vmscan-fix-extreme-overreclaim-and-swap-floods.patch b/0002-mm-vmscan-fix-extreme-overreclaim-and-swap-floods.patch index 6b3bfd6..d9f6259 100644 --- a/0002-mm-vmscan-fix-extreme-overreclaim-and-swap-floods.patch +++ b/0002-mm-vmscan-fix-extreme-overreclaim-and-swap-floods.patch @@ -1,7 +1,7 @@ -From f4a5411651f402b391dddccdebc43e3461e9f749 Mon Sep 17 00:00:00 2001 +From 063f9088d320205657d15dbef4cbef78b4780ea7 Mon Sep 17 00:00:00 2001 From: Johannes Weiner <hannes@cmpxchg.org> Date: Tue, 2 Aug 2022 12:28:11 -0400 -Subject: [PATCH 2/8] mm: vmscan: fix extreme overreclaim and swap floods +Subject: [PATCH 2/6] mm: vmscan: fix extreme overreclaim and swap floods During proactive reclaim, we sometimes observe severe overreclaim, with several thousand times more pages reclaimed than requested. |