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-next>] [day] [month] [year] [list]
Message-ID: <20221213092735.187924-1-wangkefeng.wang@huawei.com>
Date:   Tue, 13 Dec 2022 17:27:27 +0800
From:   Kefeng Wang <wangkefeng.wang@...wei.com>
To:     Andrew Morton <akpm@...ux-foundation.org>,
        David Hildenbrand <david@...hat.com>,
        Oscar Salvador <osalvador@...e.de>,
        SeongJae Park <sj@...nel.org>
CC:     <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
        <damon@...ts.linux.dev>, <vishal.moola@...il.com>,
        <willy@...radead.org>, Kefeng Wang <wangkefeng.wang@...wei.com>
Subject: [PATCH -next 0/8] mm: converted page idle and damon to use folios

Introduce pfn_to_online_folio() to convert page idle and damon feature
to use folios.

For page idle feature, should we rename file name and Kconfig to folio
too, options?

Note: this is based on next-2022113, and some context depends on
patchset[1], please help us to review, thanks.

[1] https://lore.kernel.org/linux-mm/20221207230152.22938-1-vishal.moola@gmail.com/

Kefeng Wang (8):
  mm: memory_hotplug: add pfn_to_online_folio()
  mm: page_idle: Convert page idle to use folios
  mm: huge_memory: convert split_huge_pages_all() to use folios
  mm: damon: add temporary damon_get_folio()
  mm: damon: convert damon_ptep/pmdp_mkold() to use folios
  mm: damon: paddr: convert damon_pa_*() to use folios
  mm: damon: vaddr: convert damon_young_pmd_entry() to use folio
  mm: damon: remove unneed damon_get_page()

 include/linux/memory_hotplug.h |  7 +++
 mm/damon/ops-common.c          | 38 +++++++-------
 mm/damon/ops-common.h          |  3 +-
 mm/damon/paddr.c               | 44 +++++++---------
 mm/damon/vaddr.c               | 20 ++++----
 mm/huge_memory.c               | 22 ++++----
 mm/page_idle.c                 | 91 ++++++++++++++++------------------
 7 files changed, 112 insertions(+), 113 deletions(-)

-- 
2.35.3

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ