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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Mon, 17 Jun 2024 19:51:31 +0200
From: David Hildenbrand <david@...hat.com>
To: Qi Zheng <zhengqi.arch@...edance.com>
Cc: hughd@...gle.com, willy@...radead.org, mgorman@...e.de,
 muchun.song@...ux.dev, akpm@...ux-foundation.org, linux-mm@...ck.org,
 linux-kernel@...r.kernel.org
Subject: Re: [RFC PATCH 0/3] asynchronously scan and free empty user PTE pages

On 14.06.24 05:32, Qi Zheng wrote:
> Hi David,
> 
> How about starting with this:
> 
> a. for MADV_DONTNEED case, try synchronous reclaim as you said
> b. for MADV_FREE case, add a madvise(MADV_PT_RECLAIM) option to mark
>      this vma, then add its corresponding mm to a global list, and then
>      traverse the list and reclaim it when the memory is tight and enters
>      the system reclaim path.
> 
>      (If this option is for synchronous reclaim as you said, then the
>       user-mode program may need to start a thread to make a cyclic call.
>       I'm not sure if this usage makes sense. If so, I can also implement
>       such an option.)
> c. for s390 case you mentioned, maybe we can set a CONFIG_FREE_PT first,
>      and then s390 will not select this config until the problem is solved.

CONFIG_PT_RECLAIM or sth. like that, that would depend on 
CONFIG_ARCH_SUPPORTS_PT_RECLAIM.

Then we can start with what we know works and was tested (e.g., x86).

-- 
Cheers,

David / dhildenb


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ