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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 323F6C388F9 for ; Sun, 1 Nov 2020 10:38:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E348220874 for ; Sun, 1 Nov 2020 10:38:36 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604227117; bh=kT4U+hpjwiXR7kNlPgarRqNhSt/kq7ZaLXhFmR2LbQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=MEZ0RY2AfmVNlYu342xFZuPq3MgyoDH6hTbrgchxH6x/FJSZdE1fzYxUv+UvD5Mpr wu+psSYjpXTWu5ckcjz96fEvZ70j7vuRrOhfE6o4cNAoA+1hzEaQddzfWYtZ+SSHlu O9jdsBsiIR3ULMmo7ExuM9OKpKdn4QCmRRzmQrcc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726317AbgKAKig (ORCPT ); Sun, 1 Nov 2020 05:38:36 -0500 Received: from mail.kernel.org ([198.145.29.99]:53130 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726145AbgKAKig (ORCPT ); Sun, 1 Nov 2020 05:38:36 -0500 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 61F502080A; Sun, 1 Nov 2020 10:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604227115; bh=kT4U+hpjwiXR7kNlPgarRqNhSt/kq7ZaLXhFmR2LbQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KwZghQSo6asyOSwAGcIuzY0UE8Ll7TcWerMF4HiY437wTMEeZMLuI4+ismHuP+O0B 5sf5Bpkyc2MdV5C39/CcQGZpBrRfiKuj2XPnQFywZCi/nLoXJJFRlm0Dxn2xhbHTo9 y1qhSdw37v3ZRWB6tH0DXiuEkOKdWX9SIyvhzzGE= Date: Sun, 1 Nov 2020 11:39:06 +0100 From: Greg KH To: Eric Biggers Cc: stable@vger.kernel.org, linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-mtd@lists.infradead.org Subject: Re: [PATCH 4.19 0/5] backport some more fscrypt fixes to 4.19 Message-ID: <20201101103906.GA2689688@kroah.com> References: <20201031220553.1085782-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20201031220553.1085782-1-ebiggers@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Sat, Oct 31, 2020 at 03:05:48PM -0700, Eric Biggers wrote: > Backport some fscrypt fixes from upstream 5.2 to 4.19-stable. > > This is needed to get 'kvm-xfstests -c ext4,f2fs,ubifs -g encrypt' to > fully pass on 4.19-stable. Before, generic/397 and generic/429 failed > on UBIFS due to missing "fscrypt: fix race where ->lookup() marks > plaintext dentry as ciphertext". > > This also fixes some bugs that aren't yet covered by the xfstests. > E.g., "fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing > directory" fixes a bug that caused real-world problems on Chrome OS. > > Some relatively straightforward adjustments were needed to the patches, > mainly due to the refactoring of fscrypt.h that was done in 5.1. All now queued up, thanks! greg k-h 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 X-Spam-Level: X-Spam-Status: No, score=-3.5 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0ABE6C55179 for ; Sun, 1 Nov 2020 10:38:53 +0000 (UTC) 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 mail.kernel.org (Postfix) with ESMTPS id 9DD63207F7; Sun, 1 Nov 2020 10:38:52 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sourceforge.net header.i=@sourceforge.net header.b="J1i4NY2P"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=sf.net header.i=@sf.net header.b="J9EAVwaA"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KwZghQSo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9DD63207F7 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linux-f2fs-devel-bounces@lists.sourceforge.net 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.90_1) (envelope-from ) id 1kZAl9-0003b7-6X; Sun, 01 Nov 2020 10:38:51 +0000 Received: from [172.30.20.202] (helo=mx.sourceforge.net) by sfs-ml-4.v29.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kZAl5-0003ag-Su for linux-f2fs-devel@lists.sourceforge.net; Sun, 01 Nov 2020 10:38:47 +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=8qcvelDDm7aZL5mR/xf0wUz9oLI1owsdOuLqfMbd8u4=; b=J1i4NY2PxPeB/ihtivERXX73ao 3Hom9GA77OtGKO2yuUYz8k5Fb+GSEY6pcUeC7m0djXC0R8ZwRgjeaef6y+N0HoVzw1acdtKyefcOX tmAzl6KJKX8nGh7y6U1TV1cTny+/15f3pFz9KT/abT/XtG19a93TUmNexwClma4pmH2I=; 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=8qcvelDDm7aZL5mR/xf0wUz9oLI1owsdOuLqfMbd8u4=; b=J9EAVwaAbOl8aDWWM+GckTtst/ nVEK5eJeiez6oR8XGvTE9kfkzZITmGk4/j2SPBfmXQ5OnnYHq/SoJuI+ChrJGdH0/tHYVc3q/dTUK 3DJvUsYIjmngojN6IVtS0Ipnys+BPxJb2aYWD10wRHB2cM2kMnZu2Zp0LyMmHkYmOfIE=; Received: from mail.kernel.org ([198.145.29.99]) by sfi-mx-3.v28.lw.sourceforge.com with esmtps (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.92.2) id 1kZAkz-00FAYh-7C for linux-f2fs-devel@lists.sourceforge.net; Sun, 01 Nov 2020 10:38:47 +0000 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 61F502080A; Sun, 1 Nov 2020 10:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604227115; bh=kT4U+hpjwiXR7kNlPgarRqNhSt/kq7ZaLXhFmR2LbQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KwZghQSo6asyOSwAGcIuzY0UE8Ll7TcWerMF4HiY437wTMEeZMLuI4+ismHuP+O0B 5sf5Bpkyc2MdV5C39/CcQGZpBrRfiKuj2XPnQFywZCi/nLoXJJFRlm0Dxn2xhbHTo9 y1qhSdw37v3ZRWB6tH0DXiuEkOKdWX9SIyvhzzGE= Date: Sun, 1 Nov 2020 11:39:06 +0100 From: Greg KH To: Eric Biggers Message-ID: <20201101103906.GA2689688@kroah.com> References: <20201031220553.1085782-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201031220553.1085782-1-ebiggers@kernel.org> X-Headers-End: 1kZAkz-00FAYh-7C Subject: Re: [f2fs-dev] [PATCH 4.19 0/5] backport some more fscrypt fixes to 4.19 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: linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-mtd@lists.infradead.org, stable@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: linux-f2fs-devel-bounces@lists.sourceforge.net On Sat, Oct 31, 2020 at 03:05:48PM -0700, Eric Biggers wrote: > Backport some fscrypt fixes from upstream 5.2 to 4.19-stable. > > This is needed to get 'kvm-xfstests -c ext4,f2fs,ubifs -g encrypt' to > fully pass on 4.19-stable. Before, generic/397 and generic/429 failed > on UBIFS due to missing "fscrypt: fix race where ->lookup() marks > plaintext dentry as ciphertext". > > This also fixes some bugs that aren't yet covered by the xfstests. > E.g., "fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing > directory" fixes a bug that caused real-world problems on Chrome OS. > > Some relatively straightforward adjustments were needed to the patches, > mainly due to the refactoring of fscrypt.h that was done in 5.1. All now queued up, thanks! greg k-h _______________________________________________ Linux-f2fs-devel mailing list Linux-f2fs-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linux-f2fs-devel 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 X-Spam-Level: X-Spam-Status: No, score=-3.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id B95AFC388F9 for ; Sun, 1 Nov 2020 10:39:34 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 4B4012071A for ; Sun, 1 Nov 2020 10:39:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="S/nchSAM"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="KwZghQSo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 4B4012071A Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References:Message-ID: Subject:To:From:Date:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=bSKtCBBR5Gy9/W7x0fHope0p94xYjECuzEq6T5Rh4WQ=; b=S/nchSAM9S1RUBQK6OAXNKc/y HsJ+jWnvETrKWapb+XfsWgKi0LDKVZ3Byk5NQ4XJigV3+x4Y3AmM3AwU7o3nA6AxUNBEuDJt+Ovtj igbSC96VLOqj5VTWpQNs22nofkr4UL+aEP9+MGmTYz3T7rhU6xZm8w82ZwCwlUzc1MVV0FnSpFttI vs0GDMSSyJkcPwJCJBIZJG8VviEztmzTV4VWuvnWkoafB06CqPqdbZfAoMFzcUT/drlG6ykNYOAnB KlKqyvgtd7FH8gkSdYJ9d3TzfRGuNlzKqsUbcU4z/KO7pKnsazzPbJyu0O47yoQtbgwsbhUgt7zy7 5vPyp4ocw==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kZAkx-0003Ov-4p; Sun, 01 Nov 2020 10:38:39 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1kZAku-0003O7-CD for linux-mtd@lists.infradead.org; Sun, 01 Nov 2020 10:38:37 +0000 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 61F502080A; Sun, 1 Nov 2020 10:38:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1604227115; bh=kT4U+hpjwiXR7kNlPgarRqNhSt/kq7ZaLXhFmR2LbQQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KwZghQSo6asyOSwAGcIuzY0UE8Ll7TcWerMF4HiY437wTMEeZMLuI4+ismHuP+O0B 5sf5Bpkyc2MdV5C39/CcQGZpBrRfiKuj2XPnQFywZCi/nLoXJJFRlm0Dxn2xhbHTo9 y1qhSdw37v3ZRWB6tH0DXiuEkOKdWX9SIyvhzzGE= Date: Sun, 1 Nov 2020 11:39:06 +0100 From: Greg KH To: Eric Biggers Subject: Re: [PATCH 4.19 0/5] backport some more fscrypt fixes to 4.19 Message-ID: <20201101103906.GA2689688@kroah.com> References: <20201031220553.1085782-1-ebiggers@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201031220553.1085782-1-ebiggers@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201101_053836_490674_E2BBA7B0 X-CRM114-Status: GOOD ( 13.39 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-fscrypt@vger.kernel.org, linux-ext4@vger.kernel.org, linux-mtd@lists.infradead.org, stable@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On Sat, Oct 31, 2020 at 03:05:48PM -0700, Eric Biggers wrote: > Backport some fscrypt fixes from upstream 5.2 to 4.19-stable. > > This is needed to get 'kvm-xfstests -c ext4,f2fs,ubifs -g encrypt' to > fully pass on 4.19-stable. Before, generic/397 and generic/429 failed > on UBIFS due to missing "fscrypt: fix race where ->lookup() marks > plaintext dentry as ciphertext". > > This also fixes some bugs that aren't yet covered by the xfstests. > E.g., "fs, fscrypt: clear DCACHE_ENCRYPTED_NAME when unaliasing > directory" fixes a bug that caused real-world problems on Chrome OS. > > Some relatively straightforward adjustments were needed to the patches, > mainly due to the refactoring of fscrypt.h that was done in 5.1. All now queued up, thanks! greg k-h ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/