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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS 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 33ABEC10F00 for ; Sat, 7 Mar 2020 11:09:26 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 0C0B32070A for ; Sat, 7 Mar 2020 11:09:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726139AbgCGLJZ (ORCPT ); Sat, 7 Mar 2020 06:09:25 -0500 Received: from mga04.intel.com ([192.55.52.120]:18953 "EHLO mga04.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726114AbgCGLJZ (ORCPT ); Sat, 7 Mar 2020 06:09:25 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Mar 2020 03:09:24 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.70,525,1574150400"; d="scan'208";a="241437777" Received: from vbogdan-mobl1.ger.corp.intel.com (HELO localhost) ([10.252.27.190]) by orsmga003.jf.intel.com with ESMTP; 07 Mar 2020 03:09:19 -0800 Date: Sat, 7 Mar 2020 13:09:18 +0200 From: Jarkko Sakkinen To: Stefan Berger Cc: Stefan Berger , linux-integrity@vger.kernel.org, aik@ozlabs.ru, david@gibson.dropbear.id.au, linux-kernel@vger.kernel.org, nayna@linux.vnet.ibm.com, gcwilson@linux.ibm.com, jgg@ziepe.ca Subject: Re: [PATCH v6 3/3] tpm: ibmvtpm: Add support for TPM2 Message-ID: <20200307110825.GA6705@linux.intel.com> References: <20200304132243.179402-1-stefanb@linux.vnet.ibm.com> <20200304132243.179402-4-stefanb@linux.vnet.ibm.com> <8dcd22c1-b05f-d619-58c5-fd2248c75b9e@linux.ibm.com> <20200306183305.GA7472@linux.intel.com> <9905c816-04f3-4674-055c-b2606e30fc17@linux.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <9905c816-04f3-4674-055c-b2606e30fc17@linux.ibm.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Sender: linux-integrity-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-integrity@vger.kernel.org On Fri, Mar 06, 2020 at 01:51:30PM -0500, Stefan Berger wrote: > On 3/6/20 1:33 PM, Jarkko Sakkinen wrote: > > On Thu, Mar 05, 2020 at 08:58:15AM -0500, Stefan Berger wrote: > > > On 3/5/20 6:21 AM, Jarkko Sakkinen wrote: > > > > On Wed, 2020-03-04 at 08:22 -0500, Stefan Berger wrote: > > > > > From: Stefan Berger > > > > > > > > > > Support TPM2 in the IBM vTPM driver. The hypervisor tells us what > > > > > version of TPM is connected through the vio_device_id. > > > > > > > > > > In case a TPM2 device is found, we set the TPM_CHIP_FLAG_TPM2 flag > > > > > and get the command codes attributes table. The driver does > > > > > not need the timeouts and durations, though. > > > > > > > > > > Signed-off-by: Stefan Berger > > > > There is huge bunch of people in the cc-list and these patches > > > > have total zero tested-by's. Why is that? > > > > > > I cc'ed them because of their involvement in other layers. That's all I can > > > say. > > OK, so there is no one who can test this? > > Nayna said she will test it next week. That'd be great. Otherwise, I have no issues pulling the patches. /Jarkko