tpmdd-devel.lists.sourceforge.net archive mirror
 help / color / mirror / Atom feed
From: Benoit HOUYERE <benoit.houyere-qxv4g6HH51o@public.gmane.org>
To: "Alexander.Steffen-d0qZbvYSIPpWk0Htik3J/w@public.gmane.org"
	<Alexander.Steffen-d0qZbvYSIPpWk0Htik3J/w@public.gmane.org>,
	"jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org"
	<jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>,
	Christophe Henri RICARD
	<christophe-h.ricard-qxv4g6HH51o@public.gmane.org>
Cc: "tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org"
	<tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org>
Subject: Re: [PATCH v3 0/2] tpm_tis_spi: Use DMA-safe memory
Date: Wed, 30 Aug 2017 08:42:03 +0000	[thread overview]
Message-ID: <fe81962beaec4c6fa21ea90df0f01560@SFHDAG3NODE3.st.com> (raw)
In-Reply-To: <9aea582eccbe4655b5de487dacf7c745-nFblLGNE8XKJSz+rYg/bSJowlv4uC7bZ@public.gmane.org>

Hi Alexander,

Obviously, we agree to cover validation with STM TPM to confirm your update. 
Following my availability, I cannot start it before mid of September. Is it inline with your expectation ?

If it's the case, I will start :
- tpm_tis_spi on Raspberry PI 3
Next 
- tpm_tis on X86_64

Could you send me patch file or link to get patch ?

By taking Raspberry PI 3 example, How many Byte in SPI transfer size is necessary to use DMA transfer ?

Best Regards,

Benoit

-----Original Message-----
From: Alexander.Steffen@infineon.com [mailto:Alexander.Steffen@infineon.com] 
Sent: mardi 29 août 2017 14:15
To: jarkko.sakkinen@linux.intel.com; Benoit HOUYERE <benoit.houyere@st.com>; Christophe Henri RICARD <christophe-h.ricard@st.com>
Cc: tpmdd-devel@lists.sourceforge.net
Subject: RE: [PATCH v3 0/2] tpm_tis_spi: Use DMA-safe memory

> On Thu, Aug 24, 2017 at 10:27:43AM +0200, Alexander Steffen wrote:
> > The documentation says that DMA-safe memory is required for SPI
> transfers.
> > The I/O buffers passed in by the caller can be allocated anywhere, 
> > including on the stack, which is not DMA-safe. So the data needs to 
> > be copied to separate, DMA-safe buffers.
> >
> > We did not see any DMA-related issues on our test systems, even 
> > without DMA-safe buffers. But this might simply be due to the fact 
> > that the SPI transfer size is rather small, so our systems do not 
> > bother to set up DMA transfers. Other systems might do so.
> >
> > v2:
> > - Updated commit message with more explanations.
> >
> > v3:
> > - Split into two patches, one for making the buffers DMA-safe and another
> >   for using only a single buffer.
> >
> > Alexander Steffen (2):
> >   tpm_tis_spi: Use DMA-safe memory for SPI transfers
> >   tpm_tis_spi: Use a single buffer for SPI transfers
> >
> >  drivers/char/tpm/tpm_tis_spi.c | 32 
> > ++++++++++++++++++--------------
> >  1 file changed, 18 insertions(+), 14 deletions(-)
> >
> > --
> > 2.7.4
> >
> 
> Needs to be CC linux-kernel and linux-security-module

I will resend the patches there. Is this process of what patches to send where documented somewhere? MAINTAINERS mentions only tpmdd-devel.

> and tested-by.

I forgot to mention that before: Unless otherwise noted, everything that I submit has been tested with:

- tpm_tis on x86_64 with LPC TPMs 1.2 and 2.0 (Infineon SLB 9660 and SLB 9665)
- tpm_tis_spi on armv7l and aarch64 (Raspberry Pi 2 and 3) with SPI TPMs 1.2 and 2.0 (Infineon SLB 9670)
- tpm_i2c_infineon on armv7l (Raspberry Pi 2) with I2C TPMs 1.2 (Infineon SLB 9635 and SLB 9645)

Since those tests are fully automated, I'm happy to integrate more TPM chips, if anyone has got some for me ;-)

To get some more test coverage for this SPI-specific change, maybe Benoit or Christophe can rerun their tests? Though this change probably depends more on the platform than on the TPM. As far as we could tell from the code, our Raspberry Pis will never use DMA for the SPI transfers to the TPM, because those transfers are too small.

Alexander
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
tpmdd-devel mailing list
tpmdd-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tpmdd-devel

  parent reply	other threads:[~2017-08-30  8:42 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-08-24  8:27 [PATCH v3 0/2] tpm_tis_spi: Use DMA-safe memory Alexander Steffen
     [not found] ` <20170824082745.9372-1-Alexander.Steffen-d0qZbvYSIPpWk0Htik3J/w@public.gmane.org>
2017-08-24  8:27   ` [PATCH v3 1/2] tpm_tis_spi: Use DMA-safe memory for SPI transfers Alexander Steffen
2017-08-25 16:39     ` Jarkko Sakkinen
2017-08-24  8:27   ` [PATCH v3 2/2] tpm_tis_spi: Use a single buffer " Alexander Steffen
     [not found]     ` <20170824082745.9372-3-Alexander.Steffen-d0qZbvYSIPpWk0Htik3J/w@public.gmane.org>
2017-08-25 16:39       ` Jarkko Sakkinen
2017-08-26 11:22   ` [PATCH v3 0/2] tpm_tis_spi: Use DMA-safe memory Jarkko Sakkinen
     [not found]     ` <20170826112259.ypwtqbwakyfdqkzo-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2017-08-29 12:14       ` Alexander.Steffen-d0qZbvYSIPpWk0Htik3J/w
     [not found]         ` <9aea582eccbe4655b5de487dacf7c745-nFblLGNE8XKJSz+rYg/bSJowlv4uC7bZ@public.gmane.org>
2017-08-30  8:42           ` Benoit HOUYERE [this message]
     [not found]             ` <fe81962beaec4c6fa21ea90df0f01560-tklXXlf0F76qZDvoWP1BVkEOCMrvLtNR@public.gmane.org>
2017-08-31 12:34               ` Alexander.Steffen-d0qZbvYSIPpWk0Htik3J/w
2017-08-30 10:08           ` Jarkko Sakkinen

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=fe81962beaec4c6fa21ea90df0f01560@SFHDAG3NODE3.st.com \
    --to=benoit.houyere-qxv4g6hh51o@public.gmane.org \
    --cc=Alexander.Steffen-d0qZbvYSIPpWk0Htik3J/w@public.gmane.org \
    --cc=christophe-h.ricard-qxv4g6HH51o@public.gmane.org \
    --cc=jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org \
    --cc=tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org \
    /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).