Received: by 2002:ac0:a582:0:0:0:0:0 with SMTP id m2-v6csp55243imm; Tue, 9 Oct 2018 13:43:48 -0700 (PDT) X-Google-Smtp-Source: ACcGV62ZzVUwGKevxr3Wys32GSM+64+dC3u0N2w+sLKl3mcx3q+nOIIzIMWpdJw73+doze8usXvH X-Received: by 2002:a63:f210:: with SMTP id v16-v6mr6487588pgh.371.1539117828558; Tue, 09 Oct 2018 13:43:48 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1539117828; cv=none; d=google.com; s=arc-20160816; b=z5pUoDH7dQMTGMFF6CbUvvC998PXCXme//v9235uNkN3kkuFilQb2YFLZYug1ShHZ1 JIgE2XIpwb4IyXRUOAs5ogJmEbRd4dzCvy9CXB454mJ0XxUbGnGB3YJKx7xsTkTqW7ii 8b+331udBM3EnRSDMqoROXpnY1hk8fu52Df9zpafC7QhMJ07GMjVEKCtMysK9LurQ7H4 MQ3OEwIef9TpafNdLe6i+DbUE8oFsXZ2n/teSkiP3CbucnoKU8BTGIIFKM4FuizXQdMw U5Gbdw+gsahOQGi408NgF+rNjf7RmZ2VXsKz82dGs2MGYkOeOmywAMu01A2mTgXmHMeu 0LIQ== 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=Bs84efYJsV9SixP5VH/UvM56OeHMMZKXPvvO/MVta8o=; b=qRKp3lIqrNvmRevgbcDzEjEQSsZoYHZlYi3DpZJwW4n74pMKoE2OxuYT787ZUCctP6 Rt20kRDMXkHwi3ul5FMiGCwnnHCxl/biiBKWQOmCLre2ARY3giK6ksEgQx8hyOsBm6Xo 77fnMb7vttTQGP1FmvEdJIn9VAMt6iMOvJnm4idBkFTOD8DCZAfGUKwEWr2NJmipKeCj HsoPxu53NeyerPs1/95wDAdCWr0ZTWnjMDJheaFs5ZDAWT3rtBMs+iXuDByhdrEihShH c4c0k9BvXY4I5NMRdOajaalYy1/9dkHQTJxeX2o46MD2CvhYgCKjf/+p55MLds1+sS1R CtGA== 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 62-v6si22488733plb.203.2018.10.09.13.43.21; Tue, 09 Oct 2018 13:43:48 -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 S1727670AbeJJCot (ORCPT + 99 others); Tue, 9 Oct 2018 22:44:49 -0400 Received: from namei.org ([65.99.196.166]:33260 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726608AbeJJCos (ORCPT ); Tue, 9 Oct 2018 22:44:48 -0400 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id w99JQBaO010725; Tue, 9 Oct 2018 19:26:11 GMT Date: Wed, 10 Oct 2018 06:26:11 +1100 (AEDT) From: James Morris To: David Howells cc: Marcel Holtmann , Denis Kenzior , James Morris , Denis Kenzior , 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 [ver #2] In-Reply-To: <153910360263.12141.6032694262361399627.stgit@warthog.procyon.org.uk> Message-ID: References: <153910360263.12141.6032694262361399627.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 Tue, 9 Oct 2018, David Howells wrote: > > Hi James, > > Here's a set of patches that does the following, if you could pull it please: Applied to git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security.git next-keys and next-testing Please test. -- James Morris