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: <6bce9afb-2561-7937-caea-8aadaa5a21cd@kernel.org> Date: Fri, 25 Nov 2022 11:36:14 +0800 From: Chao Yu <chao@...nel.org> To: Eric Biggers <ebiggers@...nel.org>, linux-fscrypt@...r.kernel.org Cc: linux-fsdevel@...r.kernel.org, linux-ext4@...r.kernel.org, Matthew Wilcox <willy@...radead.org>, linux-f2fs-devel@...ts.sourceforge.net Subject: Re: [f2fs-dev] [PATCH v3] fsverity: stop using PG_error to track error status On 2022/10/29 1:58, Eric Biggers wrote: > @@ -116,43 +116,51 @@ struct bio_post_read_ctx { > struct f2fs_sb_info *sbi; > struct work_struct work; > unsigned int enabled_steps; > + bool decompression_attempted; How about adding some comments for decompression_attempted? Otherwise it looks good to me. Reviewed-by: Chao Yu <chao@...nel.org> Thanks,
Powered by blists - more mailing lists