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=-10.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED,USER_AGENT_MUTT autolearn=unavailable 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 B53CFC282CB for ; Tue, 5 Feb 2019 10:13:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 8A4CA2080D for ; Tue, 5 Feb 2019 10:13:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728975AbfBEKNb (ORCPT ); Tue, 5 Feb 2019 05:13:31 -0500 Received: from mga12.intel.com ([192.55.52.136]:19850 "EHLO mga12.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727039AbfBEKNa (ORCPT ); Tue, 5 Feb 2019 05:13:30 -0500 X-Amp-Result: UNKNOWN X-Amp-Original-Verdict: FILE UNKNOWN X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Feb 2019 02:13:28 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,563,1539673200"; d="scan'208";a="317760511" Received: from jsakkine-mobl1.tm.intel.com (HELO localhost) ([10.237.50.172]) by fmsmga005.fm.intel.com with ESMTP; 05 Feb 2019 02:13:26 -0800 Date: Tue, 5 Feb 2019 12:13:22 +0200 From: Jarkko Sakkinen To: linux-kselftest@vger.kernel.org, Shuah Khan , jmorris@namei.org Cc: linux-kernel@vger.kernel.org, linux-integrity@vger.kernel.org, linux-security-module@vger.kernel.org, Peter Huewe , Jason Gunthorpe , Tadeusz Struk Subject: Re: [PATCH v3] selftests: add TPM 2.0 tests Message-ID: <20190205101322.GA31095@linux.intel.com> References: <20190204131640.11429-1-jarkko.sakkinen@linux.intel.com> <20190204232910.GC14992@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190204232910.GC14992@linux.intel.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 05, 2019 at 01:29:10AM +0200, Jarkko Sakkinen wrote: > On Mon, Feb 04, 2019 at 03:16:40PM +0200, Jarkko Sakkinen wrote: > > Added the tests that I've been using for testing TPM 2.0 functionality > > for a long time but have been out-of-tree so far, residing in > > > > https://github.com/jsakkine-intel/tpm2-scripts > > > > Cc: Tadeusz Struk > > Signed-off-by: Jarkko Sakkinen > > Acked-By: Joey Pabalinas > > Reviewed-by: Petr Vorel > > Wondering if I can put this to my 5.1 PR? I'll put it and see what happens. It does not interfere other selftests anyway and cannot cause compilation errors given that it is pure Python. /Jarkko From mboxrd@z Thu Jan 1 00:00:00 1970 From: jarkko.sakkinen at linux.intel.com (Jarkko Sakkinen) Date: Tue, 5 Feb 2019 12:13:22 +0200 Subject: [PATCH v3] selftests: add TPM 2.0 tests In-Reply-To: <20190204232910.GC14992@linux.intel.com> References: <20190204131640.11429-1-jarkko.sakkinen@linux.intel.com> <20190204232910.GC14992@linux.intel.com> Message-ID: <20190205101322.GA31095@linux.intel.com> On Tue, Feb 05, 2019 at 01:29:10AM +0200, Jarkko Sakkinen wrote: > On Mon, Feb 04, 2019 at 03:16:40PM +0200, Jarkko Sakkinen wrote: > > Added the tests that I've been using for testing TPM 2.0 functionality > > for a long time but have been out-of-tree so far, residing in > > > > https://github.com/jsakkine-intel/tpm2-scripts > > > > Cc: Tadeusz Struk > > Signed-off-by: Jarkko Sakkinen > > Acked-By: Joey Pabalinas > > Reviewed-by: Petr Vorel > > Wondering if I can put this to my 5.1 PR? I'll put it and see what happens. It does not interfere other selftests anyway and cannot cause compilation errors given that it is pure Python. /Jarkko From mboxrd@z Thu Jan 1 00:00:00 1970 From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen) Date: Tue, 5 Feb 2019 12:13:22 +0200 Subject: [PATCH v3] selftests: add TPM 2.0 tests In-Reply-To: <20190204232910.GC14992@linux.intel.com> References: <20190204131640.11429-1-jarkko.sakkinen@linux.intel.com> <20190204232910.GC14992@linux.intel.com> Message-ID: <20190205101322.GA31095@linux.intel.com> Content-Type: text/plain; charset="UTF-8" Message-ID: <20190205101322.gQomUjuObQYmrTgiYBaKvLVzsosw1n7CI4z3v-dOUCg@z> On Tue, Feb 05, 2019@01:29:10AM +0200, Jarkko Sakkinen wrote: > On Mon, Feb 04, 2019@03:16:40PM +0200, Jarkko Sakkinen wrote: > > Added the tests that I've been using for testing TPM 2.0 functionality > > for a long time but have been out-of-tree so far, residing in > > > > https://github.com/jsakkine-intel/tpm2-scripts > > > > Cc: Tadeusz Struk > > Signed-off-by: Jarkko Sakkinen > > Acked-By: Joey Pabalinas > > Reviewed-by: Petr Vorel > > Wondering if I can put this to my 5.1 PR? I'll put it and see what happens. It does not interfere other selftests anyway and cannot cause compilation errors given that it is pure Python. /Jarkko