From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 69BDAC67871 for ; Mon, 9 Jan 2023 17:38:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235136AbjAIRiv (ORCPT ); Mon, 9 Jan 2023 12:38:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60140 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237341AbjAIRio (ORCPT ); Mon, 9 Jan 2023 12:38:44 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3AF622658; Mon, 9 Jan 2023 09:38:44 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id D15F06124C; Mon, 9 Jan 2023 17:38:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF4CFC433D2; Mon, 9 Jan 2023 17:38:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673285923; bh=A/Wg7s9P/2Y1HbN5fBlhTvxDCGhhiuEK438+ZivawnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q2CjRiwR5coVPsn0Ls2v4tlJm1/GeKIXIKDZeKo++33grnflplgpBlp4XW5R3oZIk gIsFiYsgGt+5katADlENyvKPPscsvqBXjsS0koU8qNoT8PagVGnBMrzAW9W0ZyUZUa yZjnoqWbVpRcq4JVPHDIun66WsjfwvWtDm+izCjmW+tnFekWIIcTQ2IQw/NypD7l0+ cVFQzjgeSiC7O09NmbU8NhVUiJN5mWFGe2XxlGoCGP8x1QYRF6/3BYCY+1YoxsUGLp gjPfIPcEe8sTWpJYMs58CJnAqjAQ9ZcLQA6eAFCzwQVCp2EMspM9JodyfWfSi6BkFl gbpaIO5Aa/ccg== Date: Mon, 9 Jan 2023 09:38:41 -0800 From: Eric Biggers To: linux-fscrypt@vger.kernel.org Cc: linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-btrfs@vger.kernel.org, linux-xfs@vger.kernel.org, Andrey Albershteyn Subject: Re: [PATCH v2 00/11] fsverity: support for non-4K pages Message-ID: References: <20221223203638.41293-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221223203638.41293-1-ebiggers@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Fri, Dec 23, 2022 at 12:36:27PM -0800, Eric Biggers wrote: > [This patchset applies to mainline + some fsverity cleanups I sent out > recently. You can get everything from tag "fsverity-non4k-v2" of > https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git ] I've applied this patchset for 6.3, but I'd still greatly appreciate reviews and acks, especially on the last 4 patches, which touch files outside fs/verity/. (I applied it to https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git/log/?h=fsverity for now, but there might be a new git repo soon, as is being discussed elsewhere.) - Eric From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from lists.sourceforge.net (lists.sourceforge.net [216.105.38.7]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 8ABEEC61DB3 for ; Mon, 9 Jan 2023 17:38:53 +0000 (UTC) Received: from [127.0.0.1] (helo=sfs-ml-4.v29.lw.sourceforge.com) by sfs-ml-4.v29.lw.sourceforge.com with esmtp (Exim 4.95) (envelope-from ) id 1pEw6k-0005rf-SP; Mon, 09 Jan 2023 17:38:50 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.95) (envelope-from ) id 1pEw6j-0005rZ-Pi for linux-f2fs-devel@lists.sourceforge.net; Mon, 09 Jan 2023 17:38:49 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sourceforge.net; s=x; h=In-Reply-To:Content-Type:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender: Resent-To:Resent-Cc:Resent-Message-ID:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=eq4eK0frN4ucdItJt9W072NsXYsMuqc1SrUj8dAZ6LE=; b=M7vNOtAyVQ7gkzT0iCAyXRw8y7 KJAEr1Rk8+hmxL3Crgr/fzK8ff10a7M9Wp9A+9Pp833zOYJGze9H1LqcTBEhgOor/Cz8EfIgf913l xtDINcp/D5/sGuYuPu3WOyTSenCebQwmlnWShdsuXC+UOw6B4yD7WWSnli7+o3UwgQq4=; DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=sf.net; s=x ; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To :From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=eq4eK0frN4ucdItJt9W072NsXYsMuqc1SrUj8dAZ6LE=; b=ScLG1kAvxm84RxxYagptFZ7u9S Xw76DUGCWSmETmkO0fK+bk2cRXPsIOUmKkAwkjj7RN1XYFGhv1+81mu8KiLIHeETeMMZgizJHfrl+ wfNJLooymcwi/76+VkrWTvfkZnQjBUX7QNY8wjQ/o1gUgubMaAevygOM8chyWr/piR1o=; Received: from dfw.source.kernel.org ([139.178.84.217]) by sfi-mx-1.v28.lw.sourceforge.com with esmtps (TLS1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.95) id 1pEw6j-00BimZ-7T for linux-f2fs-devel@lists.sourceforge.net; Mon, 09 Jan 2023 17:38:49 +0000 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id CB0576121D; Mon, 9 Jan 2023 17:38:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CF4CFC433D2; Mon, 9 Jan 2023 17:38:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1673285923; bh=A/Wg7s9P/2Y1HbN5fBlhTvxDCGhhiuEK438+ZivawnE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=q2CjRiwR5coVPsn0Ls2v4tlJm1/GeKIXIKDZeKo++33grnflplgpBlp4XW5R3oZIk gIsFiYsgGt+5katADlENyvKPPscsvqBXjsS0koU8qNoT8PagVGnBMrzAW9W0ZyUZUa yZjnoqWbVpRcq4JVPHDIun66WsjfwvWtDm+izCjmW+tnFekWIIcTQ2IQw/NypD7l0+ cVFQzjgeSiC7O09NmbU8NhVUiJN5mWFGe2XxlGoCGP8x1QYRF6/3BYCY+1YoxsUGLp gjPfIPcEe8sTWpJYMs58CJnAqjAQ9ZcLQA6eAFCzwQVCp2EMspM9JodyfWfSi6BkFl gbpaIO5Aa/ccg== Date: Mon, 9 Jan 2023 09:38:41 -0800 From: Eric Biggers To: linux-fscrypt@vger.kernel.org Message-ID: References: <20221223203638.41293-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20221223203638.41293-1-ebiggers@kernel.org> X-Headers-End: 1pEw6j-00BimZ-7T Subject: Re: [f2fs-dev] [PATCH v2 00/11] fsverity: support for non-4K pages X-BeenThere: linux-f2fs-devel@lists.sourceforge.net X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Andrey Albershteyn , linux-f2fs-devel@lists.sourceforge.net, linux-xfs@vger.kernel.org, linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-btrfs@vger.kernel.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Fri, Dec 23, 2022 at 12:36:27PM -0800, Eric Biggers wrote: > [This patchset applies to mainline + some fsverity cleanups I sent out > recently. You can get everything from tag "fsverity-non4k-v2" of > https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git ] I've applied this patchset for 6.3, but I'd still greatly appreciate reviews and acks, especially on the last 4 patches, which touch files outside fs/verity/. (I applied it to https://git.kernel.org/pub/scm/fs/fscrypt/fscrypt.git/log/?h=fsverity for now, but there might be a new git repo soon, as is being discussed elsewhere.) - Eric _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel