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: Sat, 14 May 2022 20:42:26 -0700 From: Eric Biggers <ebiggers@...nel.org> To: Ritesh Harjani <ritesh.list@...il.com> Cc: linux-ext4@...r.kernel.org, linux-fscrypt@...r.kernel.org, Theodore Ts'o <tytso@....edu>, Jan Kara <jack@...e.cz> Subject: Re: [PATCHv2 3/3] ext4: Refactor and move ext4_ioc_get_encryption_pwsalt() On Sat, May 14, 2022 at 10:52:48PM +0530, Ritesh Harjani wrote: > diff --git a/fs/ext4/ioctl.c b/fs/ext4/ioctl.c The include <linux/uuid.h> can be removed from this file. > diff --git a/fs/ext4/crypto.c b/fs/ext4/crypto.c [...] > +int ext4_ioc_get_encryption_pwsalt(struct file *filp, void __user *arg) ext4 has more functions named "ext4_ioctl_*" thtan "ext4_ioc_*", so it might be worth adding those extra 2 letters for consistency. Other than the above minor nits this looks good, thanks! Reviewed-by: Eric Biggers <ebiggers@...gle.com> - Eric
Powered by blists - more mailing lists