lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1592288204-27734-1-git-send-email-iamjoonsoo.kim@lge.com>
Date:   Tue, 16 Jun 2020 15:16:41 +0900
From:   js1304@...il.com
To:     Andrew Morton <akpm@...ux-foundation.org>
Cc:     linux-mm@...ck.org, linux-kernel@...r.kernel.org,
        Johannes Weiner <hannes@...xchg.org>,
        Rik van Riel <riel@...riel.com>,
        Minchan Kim <minchan.kim@...il.com>,
        Michal Hocko <mhocko@...e.com>, kernel-team@....com,
        Joonsoo Kim <iamjoonsoo.kim@....com>
Subject: [PATCH for v5.8 0/3] fix for "mm: balance LRU lists based on relative thrashing" patchset

From: Joonsoo Kim <iamjoonsoo.kim@....com>

This patchset fixes some problems of the patchset,
"mm: balance LRU lists based on relative thrashing", which is now merged
on the mainline.

Patch "mm: workingset: let cache workingset challenge anon fix" is
the result of discussion with Johannes. See following link.

http://lkml.kernel.org/r/20200520232525.798933-6-hannes@cmpxchg.org

And, the other two are minor things which are found when I try
to rebase my patchset.

Johannes Weiner (1):
  mm: workingset: age nonresident information alongside anonymous pages

Joonsoo Kim (2):
  mm/swap: fix for "mm: workingset: age nonresident information
    alongside anonymous pages"
  mm/memory: fix IO cost for anonymous page

 include/linux/mmzone.h |  4 ++--
 include/linux/swap.h   |  1 +
 mm/memory.c            |  8 ++++++++
 mm/swap.c              |  3 +--
 mm/vmscan.c            |  3 +++
 mm/workingset.c        | 46 +++++++++++++++++++++++++++-------------------
 6 files changed, 42 insertions(+), 23 deletions(-)

-- 
2.7.4

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ