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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 D9741C43603 for ; Wed, 11 Dec 2019 09:50:22 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B3BFE21556 for ; Wed, 11 Dec 2019 09:50:22 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728559AbfLKJuW (ORCPT ); Wed, 11 Dec 2019 04:50:22 -0500 Received: from mga12.intel.com ([192.55.52.136]:42696 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727493AbfLKJuW (ORCPT ); Wed, 11 Dec 2019 04:50:22 -0500 X-Amp-Result: UNSCANNABLE X-Amp-File-Uploaded: False Received: from orsmga004.jf.intel.com ([10.7.209.38]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 11 Dec 2019 01:50:21 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.69,301,1571727600"; d="scan'208";a="363545358" Received: from unknown (HELO localhost) ([10.237.50.137]) by orsmga004.jf.intel.com with ESMTP; 11 Dec 2019 01:50:19 -0800 Date: Wed, 11 Dec 2019 11:50:19 +0200 From: Jarkko Sakkinen To: Eric Biggers , dhowells@redhat.com Cc: fstests@vger.kernel.org, linux-fscrypt@vger.kernel.org, keyrings@vger.kernel.org Subject: Re: [RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id Message-ID: <20191211095019.GA7077@linux.intel.com> References: <20191119223130.228341-1-ebiggers@kernel.org> <20191127204536.GA12520@linux.intel.com> <20191127225759.GA303989@sol.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191127225759.GA303989@sol.localdomain> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-fscrypt-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-fscrypt@vger.kernel.org On Wed, Nov 27, 2019 at 02:57:59PM -0800, Eric Biggers wrote: > You could manually do what the xfstest does, which is more or less the following > (requires xfs_io patched with https://patchwork.kernel.org/patch/11252795/): I postpone testing/reviewing this patch up until its depedencies are in the mainline. I'll add these to my tree as soon as we have addressed a critical bug in tpm_tis: 1. KEYS: remove CONFIG_KEYS_COMPAT 2. KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails Just mentioning that I haven't forgotten them. /Jarkko From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jarkko Sakkinen Date: Wed, 11 Dec 2019 09:50:19 +0000 Subject: Re: [RFC PATCH 0/3] xfstests: test adding filesystem-level fscrypt key via key_id Message-Id: <20191211095019.GA7077@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit List-Id: References: <20191119223130.228341-1-ebiggers@kernel.org> <20191127204536.GA12520@linux.intel.com> <20191127225759.GA303989@sol.localdomain> In-Reply-To: <20191127225759.GA303989@sol.localdomain> To: Eric Biggers , dhowells@redhat.com Cc: fstests@vger.kernel.org, linux-fscrypt@vger.kernel.org, keyrings@vger.kernel.org On Wed, Nov 27, 2019 at 02:57:59PM -0800, Eric Biggers wrote: > You could manually do what the xfstest does, which is more or less the following > (requires xfs_io patched with https://patchwork.kernel.org/patch/11252795/): I postpone testing/reviewing this patch up until its depedencies are in the mainline. I'll add these to my tree as soon as we have addressed a critical bug in tpm_tis: 1. KEYS: remove CONFIG_KEYS_COMPAT 2. KEYS: asymmetric: return ENOMEM if akcipher_request_alloc() fails Just mentioning that I haven't forgotten them. /Jarkko