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 DE614C64EC7 for ; Wed, 22 Feb 2023 20:53:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229462AbjBVUxt (ORCPT ); Wed, 22 Feb 2023 15:53:49 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56850 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229446AbjBVUxs (ORCPT ); Wed, 22 Feb 2023 15:53:48 -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 AE33C28854; Wed, 22 Feb 2023 12:53:47 -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 337AE61589; Wed, 22 Feb 2023 20:53:47 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 7E1C1C433D2; Wed, 22 Feb 2023 20:53:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1677099226; bh=XaAZIgojzeiPE66ft9Kwkm92/HpTmj5+HTNQ0AOo27w=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=gx01ffIENhTjEH+tCoh68AnktWvgW+xHzoEXLOtiA0gzRHTgWV9ict/8VkIvfHt4m rQFsYPJvu0/lshLOqsAi+vWt2goQna5UaM+g9du+8reCclDR7TktgwxZwMm5uHj/Kp nXXrt4uR4bvg6TnSKanMb8eLX5kg82nQnaQxKhxSMXfKiY7JwP8PW0hONTKzHwhyZB BRZpmsFM8SjPIW85zXZUzjfK5+CbXHC1aw5BgVg79H+dviWwvmDjgnwbE/gESZ6khF jzwUR7SR/qSpU0MxizQM80y82f+RCjH4gTWUrOSYLkvaSYWZt5qK0ZGwAjflzSPA6r Fs4+mHm4lcEMA== Date: Wed, 22 Feb 2023 20:53:45 +0000 From: Eric Biggers To: Sweet Tea Dorminy Cc: Neal Gompa , linux-fscrypt@vger.kernel.org, paulcrowley@google.com, linux-btrfs@vger.kernel.org, kernel-team@meta.com Subject: Re: [RFC PATCH 00/17] fscrypt: add per-extent encryption keys Message-ID: References: <6f17b268-6f6a-93dc-e6e0-ac0d982a72e0@dorminy.me> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6f17b268-6f6a-93dc-e6e0-ac0d982a72e0@dorminy.me> Precedence: bulk List-ID: X-Mailing-List: linux-btrfs@vger.kernel.org On Wed, Feb 22, 2023 at 09:13:47AM -0500, Sweet Tea Dorminy wrote: > > > > I'm surprised that this submission generated no discussion across a > > timeframe of over a month. Is this normal for RFC patch sets? > > Eric pointed out some issues with patches 1 and 15 on 1/2. I've been on > parental leave and have been busier with new little one than expected, and > haven't sent out a new version yet. But I'm back to work in a week and this > is my primary priority. IMO, most of the patchset will change as a result of addressing my feedback. So I haven't had much motivation to review the current version in detail. I'm looking forward to the next version; I'm glad you're still working on it! - Eric