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: <20230701032853.258697-1-zhangpeng362@huawei.com>
Date:   Sat, 1 Jul 2023 11:28:51 +0800
From:   Peng Zhang <zhangpeng362@...wei.com>
To:     <linux-mm@...ck.org>, <linux-kernel@...r.kernel.org>,
        <willy@...radead.org>, <sidhartha.kumar@...cle.com>
CC:     <akpm@...ux-foundation.org>, <wangkefeng.wang@...wei.com>,
        <sunnanyong@...wei.com>, ZhangPeng <zhangpeng362@...wei.com>
Subject: [PATCH v2 0/2] mm: remove page_rmapping()

From: ZhangPeng <zhangpeng362@...wei.com>

This minor patch series convert fault_dirty_shared_page() to use a folio
first, then remove the now-unused page_rmapping().

Change log:

v2:
- reverse the order of the two patches
- add RBs from Sidhartha Kumar
- update comment

ZhangPeng (2):
  mm: use a folio in fault_dirty_shared_page()
  mm: remove page_rmapping()

 include/linux/mm.h |  1 -
 mm/memory.c        | 16 ++++++++--------
 mm/util.c          |  6 ------
 3 files changed, 8 insertions(+), 15 deletions(-)

-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ