All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: Nayna Jain <nayna@linux.vnet.ibm.com>
Cc: linux-integrity@vger.kernel.org,
	linux-security-module@vger.kernel.org,
	Peter Huewe <peterhuewe@gmx.de>, Jason Gunthorpe <jgg@ziepe.ca>,
	Arnd Bergmann <arnd@arndb.de>,
	Greg Kroah-Hartman <gregkh@linuxfoundation.org>,
	open list <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH v4 3/4] tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf
Date: Fri, 18 May 2018 11:05:16 +0300	[thread overview]
Message-ID: <20180518080516.GB14777@linux.intel.com> (raw)
In-Reply-To: <95828353-43e1-0a02-ea54-544b709584b9@linux.vnet.ibm.com>

On Fri, May 18, 2018 at 12:01:46PM +0530, Nayna Jain wrote:
> 
> 
> On 03/26/2018 05:44 PM, Jarkko Sakkinen wrote:
> > In order to make struct tpm_buf the first class object for constructing TPM
> > commands, migrate tpm2_get_tpm_pt() to use it.
> > 
> > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> Reviewed-by: Nayna Jain<nayna@linux.vnet.ibm.com>
> Tested-by: Nayna Jain<nayna@linux.vnet.ibm.com>

For all the rest, thanks. I'll still do one more revision of these
patches to update the kdoc comments (but they do not involve any
code changes).

/Jarkko

WARNING: multiple messages have this Message-ID (diff)
From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)
To: linux-security-module@vger.kernel.org
Subject: [PATCH v4 3/4] tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf
Date: Fri, 18 May 2018 11:05:16 +0300	[thread overview]
Message-ID: <20180518080516.GB14777@linux.intel.com> (raw)
In-Reply-To: <95828353-43e1-0a02-ea54-544b709584b9@linux.vnet.ibm.com>

On Fri, May 18, 2018 at 12:01:46PM +0530, Nayna Jain wrote:
> 
> 
> On 03/26/2018 05:44 PM, Jarkko Sakkinen wrote:
> > In order to make struct tpm_buf the first class object for constructing TPM
> > commands, migrate tpm2_get_tpm_pt() to use it.
> > 
> > Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
> Reviewed-by: Nayna Jain<nayna@linux.vnet.ibm.com>
> Tested-by: Nayna Jain<nayna@linux.vnet.ibm.com>

For all the rest, thanks. I'll still do one more revision of these
patches to update the kdoc comments (but they do not involve any
code changes).

/Jarkko
--
To unsubscribe from this list: send the line "unsubscribe linux-security-module" in
the body of a message to majordomo at vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2018-05-18  8:05 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-26 12:14 [PATCH v4 0/4] Migrate all TPM 2.0 commands to use struct tpm_buf Jarkko Sakkinen
2018-03-26 12:14 ` Jarkko Sakkinen
2018-03-26 12:14 ` [PATCH v4 1/4] tpm: migrate tpm2_shutdown() " Jarkko Sakkinen
2018-03-26 12:14   ` Jarkko Sakkinen
2018-05-18  6:29   ` Nayna Jain
2018-05-18  6:29     ` Nayna Jain
2018-05-18 22:30   ` Jerry Snitselaar
2018-05-18 22:30     ` Jerry Snitselaar
2018-05-23 12:56     ` Jarkko Sakkinen
2018-05-23 12:56       ` Jarkko Sakkinen
2018-05-27  9:14       ` Jerry Snitselaar
2018-05-27  9:14         ` Jerry Snitselaar
2018-06-05 19:35         ` Jarkko Sakkinen
2018-06-05 19:35           ` Jarkko Sakkinen
2018-03-26 12:14 ` [PATCH v4 2/4] tpm: migrate tpm2_probe() " Jarkko Sakkinen
2018-03-26 12:14   ` Jarkko Sakkinen
2018-05-18  6:31   ` Nayna Jain
2018-05-18  6:31     ` Nayna Jain
2018-05-18  6:31     ` Nayna Jain
2018-05-18 22:35   ` Jerry Snitselaar
2018-05-18 22:35     ` Jerry Snitselaar
2018-03-26 12:14 ` [PATCH v4 3/4] tpm: migrate tpm2_get_tpm_pt() " Jarkko Sakkinen
2018-03-26 12:14   ` Jarkko Sakkinen
2018-05-18  6:31   ` Nayna Jain
2018-05-18  6:31     ` Nayna Jain
2018-05-18  6:31     ` Nayna Jain
2018-05-18  8:05     ` Jarkko Sakkinen [this message]
2018-05-18  8:05       ` Jarkko Sakkinen
2018-05-18 22:39   ` Jerry Snitselaar
2018-05-18 22:39     ` Jerry Snitselaar
2018-03-26 12:14 ` [PATCH v4 4/4] tpm: migrate tpm2_get_random() " Jarkko Sakkinen
2018-03-26 12:14   ` Jarkko Sakkinen
2018-05-18  6:09   ` Nayna Jain
2018-05-18  6:09     ` Nayna Jain
2018-05-18  6:09     ` Nayna Jain
2018-05-18  8:03     ` Jarkko Sakkinen
2018-05-18  8:03       ` Jarkko Sakkinen
2018-05-18  8:03       ` Jarkko Sakkinen
2018-04-06 10:31 ` [PATCH v4 0/4] Migrate all TPM 2.0 commands " Jarkko Sakkinen
2018-04-06 10:31   ` 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=20180518080516.GB14777@linux.intel.com \
    --to=jarkko.sakkinen@linux.intel.com \
    --cc=arnd@arndb.de \
    --cc=gregkh@linuxfoundation.org \
    --cc=jgg@ziepe.ca \
    --cc=linux-integrity@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-security-module@vger.kernel.org \
    --cc=nayna@linux.vnet.ibm.com \
    --cc=peterhuewe@gmx.de \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.