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 PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 15 Nov 2022 18:10:07 -0800 From: "Vishal Moola (Oracle)" <vishal.moola@...il.com> To: linux-mm@...ck.org Cc: linux-fsdevel@...r.kernel.org, linux-kernel@...r.kernel.org, linux-ext4@...r.kernel.org, akpm@...ux-foundation.org, willy@...radead.org, naoya.horiguchi@....com, tytso@....edu, "Vishal Moola (Oracle)" <vishal.moola@...il.com> Subject: [PATCH 0/4] Removing the try_to_release_page() wrapper This patchset replaces the remaining calls of try_to_release_page() with the folio equivalent: filemap_release_folio(). This allows us to remove the wrapper. The set passes fstests on ext4 and xfs. Vishal Moola (Oracle) (4): ext4: Convert move_extent_per_page() to use folios khugepage: Replace try_to_release_page() with filemap_release_folio() memory-failure: Convert truncate_error_page() to use folio folio-compat: Remove try_to_release_page() fs/ext4/move_extent.c | 47 +++++++++++++++++++++++------------------ include/linux/pagemap.h | 1 - mm/folio-compat.c | 6 ------ mm/khugepaged.c | 23 ++++++++++---------- mm/memory-failure.c | 5 +++-- 5 files changed, 41 insertions(+), 41 deletions(-) -- 2.38.1
Powered by blists - more mailing lists