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
| ||
|
Message-ID: <20231213000656.GI1674809@ZenIV> Date: Wed, 13 Dec 2023 00:06:56 +0000 From: Al Viro <viro@...iv.linux.org.uk> To: linux-fsdevel@...r.kernel.org Cc: linux-kernel@...r.kernel.org Subject: [minixfs] conversion to kmap_local_page() Sat around since March; rebased to 6.7-rc1, the only change is put_and_unmap_page() renamed to unmap_and_put_page() ;-) That's a minixfs counterpart of ext2 and sysv patchsets. Lives in vfs.git #work.minix, individual patches in followups. Shortlog: Al Viro (4): minixfs: use offset_in_page() minixfs: change the signature of dir_get_page() minixfs: Use dir_put_page() in minix_unlink() and minix_rename() minixfs: switch to kmap_local_page() Diffstat: fs/minix/dir.c | 83 +++++++++++++++++++++++--------------------------------- fs/minix/namei.c | 12 +++----- 2 files changed, 38 insertions(+), 57 deletions(-)
Powered by blists - more mailing lists