linux-integrity.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: Thiago Jung Bauermann <bauerman@linux.ibm.com>
Cc: linux-kselftest@vger.kernel.org, linux-kernel@vger.kernel.org,
	linux-integrity@vger.kernel.org,
	linux-security-module@vger.kernel.org,
	Peter Huewe <PeterHuewe@gmx.de>, Jason Gunthorpe <jgg@ziepe.ca>,
	Shuah Khan <shuah@kernel.org>,
	Tadeusz Struk <tadeusz.struk@intel.com>
Subject: Re: [PATCH,RESEND] selftests: add TPM 2.0 tests
Date: Fri, 18 Jan 2019 17:01:41 +0200	[thread overview]
Message-ID: <20190118150141.GG4080@linux.intel.com> (raw)
In-Reply-To: <87r2dcqkq4.fsf@morokweng.localdomain>

On Wed, Jan 16, 2019 at 08:52:03PM -0200, Thiago Jung Bauermann wrote:
> 
> Hello,
> 
> Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> writes:
> 
> > Added the tests that I've been using for testing TPM 2.0 functionality
> > for long time but have out-of-tree so far residing in
> >
> > https://github.com/jsakkine-intel/tpm2-scripts
> >
> > Cc: Tadeusz Struk <tadeusz.struk@intel.com>
> > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> > Acked-By: Joey Pabalinas <joeypabalinas@gmail.com>
> > ---
> >  tools/testing/selftests/Makefile           |   1 +
> >  tools/testing/selftests/tpm2/Makefile      |   3 +
> >  tools/testing/selftests/tpm2/test_smoke.sh |   4 +
> >  tools/testing/selftests/tpm2/test_space.sh |   4 +
> >  tools/testing/selftests/tpm2/tpm2.py       | 696 +++++++++++++++++++++
> >  tools/testing/selftests/tpm2/tpm2_tests.py | 227 +++++++
> >  6 files changed, 935 insertions(+)
> >  create mode 100644 tools/testing/selftests/tpm2/Makefile
> >  create mode 100755 tools/testing/selftests/tpm2/test_smoke.sh
> >  create mode 100755 tools/testing/selftests/tpm2/test_space.sh
> >  create mode 100644 tools/testing/selftests/tpm2/tpm2.py
> >  create mode 100644 tools/testing/selftests/tpm2/tpm2_tests.py
> >
> > diff --git a/tools/testing/selftests/Makefile b/tools/testing/selftests/Makefile
> > index 1a2bd15c5b6e..e4556132cbc4 100644
> > --- a/tools/testing/selftests/Makefile
> > +++ b/tools/testing/selftests/Makefile
> > @@ -47,6 +47,7 @@ TARGETS += sysctl
> >  ifneq (1, $(quicktest))
> >  TARGETS += timers
> >  endif
> > +TARGETS += tpm
> 
> This should be tpm2, right?

Yes, it should, thank you.

/Jarkko

      reply	other threads:[~2019-01-18 15:01 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-16 21:31 [PATCH,RESEND] selftests: add TPM 2.0 tests Jarkko Sakkinen
2019-01-16 22:52 ` Thiago Jung Bauermann
2019-01-18 15:01   ` Jarkko Sakkinen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190118150141.GG4080@linux.intel.com \
    --to=jarkko.sakkinen@linux.intel.com \
    --cc=PeterHuewe@gmx.de \
    --cc=bauerman@linux.ibm.com \
    --cc=jgg@ziepe.ca \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-kselftest@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=shuah@kernel.org \
    --cc=tadeusz.struk@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).