public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Rajiv Andrade <srajiv@linux.vnet.ibm.com>
To: linux-kernel@vger.kernel.org
Cc: akpm@linux-foundation.org, jmorris@namei.org,
	dave@linux.vnet.ibm.com, matthltc@us.ibm.com,
	zohar@linux.vnet.ibm.com
Subject: [PATCH 0/2] TPM: refactoring and integrity
Date: Mon,  2 Feb 2009 15:23:42 -0200	[thread overview]
Message-ID: <cover.1233592745.git.srajiv@linux.vnet.ibm.com> (raw)

This patchset contains a refactoring patch and integrity one. The first addresses Matt Helsley and Dave Hansen's comments on replacing the data[] vectors by packed structures making the code easier to read and debug and also consolidates most of the tpm_show_* functions. The second one provides an interface to read and extend PCR values, which is widely used by IMA.

This version also addresses Matt Helsley's last observation on the timeout_t structure usage to access TPM_CAP_PROP_TIS_DURATION capability, now a new structure is being used, duration_t, whose fields now match exactly as defined in the TPM specification.

Rajiv Andrade (2):
  TPM: sysfs functions consolidation
  TPM: integrity interface

 drivers/char/tpm/tpm.c |  528 ++++++++++++++++++++++--------------------------
 drivers/char/tpm/tpm.h |  142 +++++++++++++
 include/linux/tpm.h    |   35 ++++
 3 files changed, 423 insertions(+), 282 deletions(-)
 create mode 100644 include/linux/tpm.h


             reply	other threads:[~2009-02-02 17:24 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-02-02 17:23 Rajiv Andrade [this message]
2009-02-02 17:23 ` [PATCH 1/2] TPM: sysfs functions consolidation Rajiv Andrade
2009-02-02 17:23 ` [PATCH 2/2] TPM: integrity interface Rajiv Andrade
2009-02-03  5:46   ` Serge E. Hallyn
2009-02-02 22:47 ` [PATCH 0/2] TPM: refactoring and integrity James Morris
2009-02-03  0:26 ` James Morris
  -- strict thread matches above, loose matches on Subject: below --
2009-01-29 23:01 Rajiv Andrade

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=cover.1233592745.git.srajiv@linux.vnet.ibm.com \
    --to=srajiv@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=dave@linux.vnet.ibm.com \
    --cc=jmorris@namei.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=matthltc@us.ibm.com \
    --cc=zohar@linux.vnet.ibm.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