Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp328651pxj; Thu, 3 Jun 2021 07:43:45 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyASwvw24wpN3Che3h9F58inZDdimHl5cFs7+EabEjdh/uB38hX7vZEsCvihLXaEm3M9xam X-Received: by 2002:aa7:ce96:: with SMTP id y22mr183449edv.210.1622731425694; Thu, 03 Jun 2021 07:43:45 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1622731425; cv=none; d=google.com; s=arc-20160816; b=zwxPV8bPAXgxy3V2N8N8nY7NPL9cLXIF0pnNelPpFDtm6glwBU05MYeKtfMgTjw3Hj 01cS/pSBTVVt2Hd3d0Vu3qdmtECK0MxrL2z59gsjjt9Qyy7XzllFFEgT3I67b/GSF1A4 ietmj1+yYaneF0jBqezaxHLuKn1fZ14MQX+mrl2Hgqt2Sai75MRWirPRamspI/uF7a5m ZL3Njfkw8pXgNuZH+2BVrSFtmy5b0ZDPLbJx5RP9bVm2SAxBwK7kwI0eLuCMTHAZJ28Y p5YjHIfPHJmWShTlrNN1QJli+RS48+XSJfEejBzwbt2Np0i2GnS0vj5qMneVoazITSci X50g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=BeOq5EIoylgxoSlrdDn4EY4jSHXV+zd3s4PD0VkH8bI=; b=z8caG+WZTDXx4o4Hqx6DABagN8DgBJXRp+Sv25jnRrzhayaYZ29ynEHYKf/KT3BW7b MjBjfQOqmTXrxEnyjR338buaDvOpa/l/qxrza5GkAgyIMo0XD3zYUcM9fzJ6kRBmVcA7 ScLQxtIxamQdiWxPU9/73ZQn4fANEtyLTDaeJxe4LJNbavYm6R5R2A/u0PSk1vwnCH77 /h2UykTHuFazBk8gJ1VqqFw/4WQwPHxjsi9okLfubbHyccRxhzHilr1eyOlYpP8JQECY Our6eZhbGerIkWOUGMpoYPqhb8KvvXp/ekMz8ruaYuRNhcJA0iqo654v5r1s8fUIuvyH qdVg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id i14si2416203ejy.705.2021.06.03.07.43.17; Thu, 03 Jun 2021 07:43:45 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-ext4-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-ext4-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231629AbhFCOop (ORCPT + 99 others); Thu, 3 Jun 2021 10:44:45 -0400 Received: from outgoing-auth-1.mit.edu ([18.9.28.11]:51155 "EHLO outgoing.mit.edu" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S231594AbhFCOop (ORCPT ); Thu, 3 Jun 2021 10:44:45 -0400 Received: from cwcc.thunk.org (pool-72-74-133-215.bstnma.fios.verizon.net [72.74.133.215]) (authenticated bits=0) (User authenticated as tytso@ATHENA.MIT.EDU) by outgoing.mit.edu (8.14.7/8.12.4) with ESMTP id 153EgnfG008612 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT); Thu, 3 Jun 2021 10:42:50 -0400 Received: by cwcc.thunk.org (Postfix, from userid 15806) id AC16D15C3CAF; Thu, 3 Jun 2021 10:42:49 -0400 (EDT) Date: Thu, 3 Jun 2021 10:42:49 -0400 From: "Theodore Ts'o" To: Daniel Rosenberg Cc: Eric Biggers , Andreas Dilger , linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Gabriel Krisman Bertazi , kernel-team@android.com, stable@vger.kernel.org Subject: Re: [PATCH v2] ext4: Correct encrypted_casefolding sysfs entry Message-ID: References: <20210603094849.314342-1-drosen@google.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210603094849.314342-1-drosen@google.com> Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org On Thu, Jun 03, 2021 at 09:48:49AM +0000, Daniel Rosenberg wrote: > Encrypted casefolding is only supported when both encryption and > casefolding are both enabled in the config. > > Fixes: 471fbbea7ff7 ("ext4: handle casefolding with encryption") > Cc: stable@vger.kernel.org # 5.13+ > Signed-off-by: Daniel Rosenberg Thanks, applied. - Ted