Received: by 2002:ac0:adb2:0:0:0:0:0 with SMTP id o47-v6csp9689imb; Wed, 5 Sep 2018 17:09:36 -0700 (PDT) X-Google-Smtp-Source: ANB0VdZopX3ngS+QGRtjrXSP3Hu8ljTHZ17lJ1fVjSI6U9/mvehswvJp2/g3+HyLgzvIi3LdWyQK X-Received: by 2002:a17:902:a613:: with SMTP id u19-v6mr184591plq.234.1536192576083; Wed, 05 Sep 2018 17:09:36 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536192576; cv=none; d=google.com; s=arc-20160816; b=rBIM0Nj+GH5AkN8zoozgwYX3kv5jIuRL3n0kHgxMN6veb+tnpaF3EaIL8LDiYrDkwt /UngWf/37XWmcgTS+AnyghT/eIvzfZ3b4C/QfZN17Sn//dXDN15v4hso/FV7Sd3ZuIY1 A9B3KJQTUvA1N49RE5JDJlJ/QsSQoaOBMpqm2opw7IAJLMq2QSiRvlUVgA7UGZm0JnEp u1w37Yr1c0pf/Bah5ubDqcCb4MwtSv/XHD2eKgTNN/EXM0HmLtr5QgmyTyu3ahDIEgQK fK+E+RQ6vQEn0f0LaRrEckAHcFy3riylTpUGkcyH+sLOkaJLTqtOnd6b9RJUexBm+glc ddAA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :message-id:in-reply-to:subject:cc:to:from:date; bh=2/XXljNdnLAEpeLu+DY5doNyefr+HENh3zeGPtqOkV0=; b=06zdCrHrq2lXTs1R0zEJo3ssVcSq4ICSA3cikcvONRK/MJLP3myRyVUOOSnZ64EAWu TVMyp9B/tcRFsQC9HLUarkSNy34gPmLsLSm4TOSHS1Py6OX/IERWgCrMJwgtQyCbbKqR 3OsrzNkSJ8Z2wcV9dvEx1sv252SFUK1MiZItxOUA06NFiqXpQWcxpFphUmTXpk8+nhfc UqNYKoNyKIjosJ2MSsz/rSG3+e0Z9VDo45yhvSgCmZGwlywV5cmFOFeSH/eVjSZ4oI+s Qg5Qp1m6GLp5xbqEGOsdz4EbeMW3q1Ad1K14I1BHuxK/tWNeLCteGqAYg3j71VsqqqBO DBag== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 1-v6si3595894ply.483.2018.09.05.17.09.12; Wed, 05 Sep 2018 17:09:36 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726171AbeIFEk3 (ORCPT + 99 others); Thu, 6 Sep 2018 00:40:29 -0400 Received: from namei.org ([65.99.196.166]:46152 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725781AbeIFEk2 (ORCPT ); Thu, 6 Sep 2018 00:40:28 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w8607nAa023458; Thu, 6 Sep 2018 00:07:49 GMT Date: Thu, 6 Sep 2018 10:07:49 +1000 (AEST) From: James Morris To: David Howells cc: denkenz@gmail.com, keyrings@vger.kernel.org, linux-security-module@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/22] KEYS: Support TPM-wrapped key and crypto ops In-Reply-To: <153618445730.7946.10001472635835806478.stgit@warthog.procyon.org.uk> Message-ID: References: <153618445730.7946.10001472635835806478.stgit@warthog.procyon.org.uk> User-Agent: Alpine 2.21 (LRH 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 5 Sep 2018, David Howells wrote: > > Hi James, > > Here's a set of patches that does the following, if you could pull it please: Thanks, it would be good to see more review / acks, though. -- James Morris