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=-4.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,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 1D188C5519F for ; Tue, 17 Nov 2020 18:54:08 +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 BB78E24181 for ; Tue, 17 Nov 2020 18:54:07 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="Zu+wWbS2"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="A/lhA7Nh" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BB78E24181 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.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=Ag8nnvvU2DXPEgb7yvarLU9f73xBK4n2+1bA9Tv6K7Y=; b=Zu+wWbS2rlu88eqRT0dwOOucQ M47SDpp5OTLiG78t+klLoVDiJuAcRbKGO9H+zCbdeS+zsoKtOnoknBb4rQGvcsvOr76MYZcrFVBSi lmC8RqoJ3RzY4CDUEufTEkCDr5idy7ZAcTzqwBeQafBrXJPMQCION/d1V+M20KT7R3U6LL88+dLgl i1LGgKFGdBNxqVhaO1hdO+lJOHK8W1u/ij01eZwjXPweLtTRxle7yrLcqOENLUEdskE06nKTp/RiP cgatSnAPPIlEON7/hz1Xu1gVz/WyOq73P0X4VdprkhUxLGyJG2Cmd1cDIK2qey22eqFGEcKNuyd9J nbm0uqQbg==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1kf66V-000558-KH; Tue, 17 Nov 2020 18:53:23 +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 1kf66T-00054T-7C for linux-mtd@lists.infradead.org; Tue, 17 Nov 2020 18:53:22 +0000 Received: from sol.localdomain (172-10-235-113.lightspeed.sntcca.sbcglobal.net [172.10.235.113]) (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 ACCC924199; Tue, 17 Nov 2020 18:53:19 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1605639200; bh=oOfml8XNbcpuAFTYEYouX3wjSebLzC0EbBcqdMG0evQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=A/lhA7NhkxdXRpkr9r4LzAXwXv5c8gii8rE5PpYq7CcAPe5OzkV6aNvC+Hw/NHJYK aoaoWzXqxUykv/E4wx6bzZ0QOHyWYoOMSn5ZwXKX3poseARTLGZTA7BEu8zOZ0dNLv 8ePryzPsKPyW6e7s8YJ2JZhusbFugsu1L36m5IHs= Date: Tue, 17 Nov 2020 10:53:18 -0800 From: Eric Biggers To: Daniel Rosenberg Subject: Re: [PATCH v2 0/3] Add support for Encryption and Casefolding in F2FS Message-ID: References: <20201117040315.28548-1-drosen@google.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20201117040315.28548-1-drosen@google.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201117_135321_335457_FBDE7FE2 X-CRM114-Status: GOOD ( 12.19 ) 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: kernel-team@android.com, "Theodore Y . Ts'o" , Richard Weinberger , Chao Yu , linux-kernel@vger.kernel.org, linux-f2fs-devel@lists.sourceforge.net, linux-fscrypt@vger.kernel.org, Andreas Dilger , Alexander Viro , linux-mtd@lists.infradead.org, linux-fsdevel@vger.kernel.org, Jaegeuk Kim , linux-ext4@vger.kernel.org, Gabriel Krisman Bertazi 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 Tue, Nov 17, 2020 at 04:03:12AM +0000, Daniel Rosenberg wrote: > I've included one ext4 patch from the previous set since it isn't in the f2fs > branch, but is needed for the fscrypt changes. Note that this is no longer the case, as this ext4 patch was merged in 5.10 (commit f8f4acb6cded: "ext4: use generic casefolding support"). - Eric ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/