Received: by 2002:ad5:474a:0:0:0:0:0 with SMTP id i10csp3197019imu; Mon, 17 Dec 2018 15:17:40 -0800 (PST) X-Google-Smtp-Source: AFSGD/VZr1RAls+9aQ51Xuj/c1G6DsSSiJ1qf9de2TU2xJ1yC7dWDMxohEmVGUgrVKyyWxdZ/f50 X-Received: by 2002:a17:902:4401:: with SMTP id k1mr14432520pld.307.1545088660145; Mon, 17 Dec 2018 15:17:40 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1545088660; cv=none; d=google.com; s=arc-20160816; b=wmDyFcJN1znZ3/xS9P+3F+gxnTvVIfNKSMdT4k0fn5ozaydza+FMjY3bHSLqEs4mFu Y8jSaNkD1pm8oRojVDq4X7sf6Q91FJouPQp2dlTiq20oNMw7e82agcZS3yutbVpm/664 tmwVnrj8iNahzfbcImo3q/84gpsbNcSbXK34v31oc8QmbPSqvaq1xPE5J/iHHh96bjyq My9ukcjczt44n2VpRATasb9XSqkwR9HsbsE7lW62fmfyemST03/nCfrshpfDlEgYVmEo ndaNhR5utl4mK9X/bPGLoT/SDRDfJDJSJI0HTAtxmQH0J0pHPn1WQ79V5B1NiQpx9lyw hqkw== 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=WF0sQsIdcEFA5VSnsuEN/8xnHCKpNhVQys1m0Ux9lDc=; b=UeSMuenZoff0hlS2NDfbI3YYVc5kunoj9BnG2LQsILv1kPL/AsGtYyMtIM1weBAhTX ta6JE5I36NGBEGqNp5RYZmfRzY6Ft4NrXkApSyYq32VvmR8qsNLCt3f5pKjF45Kvfr8P 5Ksa/ASgKYnWJDptRZ6+sVG6oeojiflm3WcXb6BT16Se5h7yg1UABYf9MyUbyXO6A92K GvWi6DakwEbVKxmj301MQzFi86GEnvTOctTg5PUp9QBwwYsxdIwmGFPeoddAgsD9w4bv nbbYMXHD8VkkFFSG1wjKwtnc6/lOQi4Rda0hI/C3aAXfSKGg69AfAWT2nEGDXcBlQ8Y1 3iWA== 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 v75si12404327pfd.157.2018.12.17.15.17.25; Mon, 17 Dec 2018 15:17:40 -0800 (PST) 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 S2388322AbeLQTdF (ORCPT + 99 others); Mon, 17 Dec 2018 14:33:05 -0500 Received: from namei.org ([65.99.196.166]:52204 "EHLO namei.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727116AbeLQTdF (ORCPT ); Mon, 17 Dec 2018 14:33:05 -0500 Received: from localhost (localhost [127.0.0.1]) by namei.org (8.14.4/8.14.4) with ESMTP id wBHJX3Q6029623; Mon, 17 Dec 2018 19:33:03 GMT Date: Tue, 18 Dec 2018 06:33:03 +1100 (AEDT) From: James Morris To: Jarkko Sakkinen cc: linux-kernel@vger.kernel.org, linux-security-module@vger.kernel.org Subject: Re: [GIT PULL] tpmdd updates for Linux v4.21 In-Reply-To: <20181217132033.GA31729@linux.intel.com> Message-ID: References: <20181217132033.GA31729@linux.intel.com> 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 Mon, 17 Dec 2018, Jarkko Sakkinen wrote: > Hi James, > > v4.21 updates: > > * Support for partial reads of /dev/tpm0. > * Clean up for TPM 1.x code: move the commands to tpm1-cmd.c and make > everything to use the same data structure for building TPM commands > i.e. struct tpm_buf. Pulled to next-tpm and next-testing. -- James Morris