All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: James Morris <jmorris-gx6/JNMH7DfYtjvyW6yDsg@public.gmane.org>
Cc: tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	keyrings-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] tpmdd fixes for Linux 4.5 (updated)
Date: Wed, 10 Feb 2016 05:48:04 +0200	[thread overview]
Message-ID: <20160210034804.GA5153@intel.com> (raw)

Hi James,

As we discussed I'm sending now a revised pull request with a couple
of new fixes to the one that I sent with the tag:

  tags/tpmdd-next-20160120

/Jarkko

The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:

  Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)

are available in the git repository at:

  https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20160210

for you to fetch changes up to 8e0ee3c9faed7ca68807ea45141775856c438ac0:

  tpm: fix the cleanup of struct tpm_chip (2016-02-10 04:12:08 +0200)

----------------------------------------------------------------
tpmdd fixes for Linux 4.5 (updated)

----------------------------------------------------------------
Jarkko Sakkinen (3):
      tpm: fix checks for policy digest existence in tpm2_seal_trusted()
      tpm: fix the rollback in tpm_chip_register()
      tpm: fix the cleanup of struct tpm_chip

Jason Gunthorpe (7):
      tpm_crb: Use the common ACPI definition of struct acpi_tpm2
      tpm_tis: Disable interrupt auto probing on a per-device basis
      tpm_tis: Do not fall back to a hardcoded address for TPM2
      tpm_tis: Use devm_ioremap_resource
      tpm_tis: Clean up the force=1 module parameter
      tpm_crb: Drop le32_to_cpu(ioread32(..))
      tpm_crb: Use devm_ioremap_resource

Jerry Snitselaar (1):
      tpm: remove unneeded include of actbl2.h

 drivers/char/tpm/tpm-chip.c |  14 +--
 drivers/char/tpm/tpm.h      |   7 --
 drivers/char/tpm/tpm2-cmd.c |  12 +--
 drivers/char/tpm/tpm_crb.c  | 190 ++++++++++++++++++++-------------
 drivers/char/tpm/tpm_tis.c  | 255 +++++++++++++++++++++++++-------------------
 include/keys/trusted-type.h |   2 +-
 security/keys/trusted.c     |  11 +-
 7 files changed, 276 insertions(+), 215 deletions(-)

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140

WARNING: multiple messages have this Message-ID (diff)
From: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com>
To: James Morris <jmorris@namei.org>
Cc: linux-security-module@vger.kernel.org, keyrings@vger.kernel.org,
	linux-kernel@vger.kernel.org, tpmdd-devel@lists.sourceforge.net
Subject: [GIT PULL] tpmdd fixes for Linux 4.5 (updated)
Date: Wed, 10 Feb 2016 05:48:04 +0200	[thread overview]
Message-ID: <20160210034804.GA5153@intel.com> (raw)

Hi James,

As we discussed I'm sending now a revised pull request with a couple
of new fixes to the one that I sent with the tag:

  tags/tpmdd-next-20160120

/Jarkko

The following changes since commit 388f7b1d6e8ca06762e2454d28d6c3c55ad0fe95:

  Linux 4.5-rc3 (2016-02-07 15:38:30 -0800)

are available in the git repository at:

  https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20160210

for you to fetch changes up to 8e0ee3c9faed7ca68807ea45141775856c438ac0:

  tpm: fix the cleanup of struct tpm_chip (2016-02-10 04:12:08 +0200)

----------------------------------------------------------------
tpmdd fixes for Linux 4.5 (updated)

----------------------------------------------------------------
Jarkko Sakkinen (3):
      tpm: fix checks for policy digest existence in tpm2_seal_trusted()
      tpm: fix the rollback in tpm_chip_register()
      tpm: fix the cleanup of struct tpm_chip

Jason Gunthorpe (7):
      tpm_crb: Use the common ACPI definition of struct acpi_tpm2
      tpm_tis: Disable interrupt auto probing on a per-device basis
      tpm_tis: Do not fall back to a hardcoded address for TPM2
      tpm_tis: Use devm_ioremap_resource
      tpm_tis: Clean up the force=1 module parameter
      tpm_crb: Drop le32_to_cpu(ioread32(..))
      tpm_crb: Use devm_ioremap_resource

Jerry Snitselaar (1):
      tpm: remove unneeded include of actbl2.h

 drivers/char/tpm/tpm-chip.c |  14 +--
 drivers/char/tpm/tpm.h      |   7 --
 drivers/char/tpm/tpm2-cmd.c |  12 +--
 drivers/char/tpm/tpm_crb.c  | 190 ++++++++++++++++++++-------------
 drivers/char/tpm/tpm_tis.c  | 255 +++++++++++++++++++++++++-------------------
 include/keys/trusted-type.h |   2 +-
 security/keys/trusted.c     |  11 +-
 7 files changed, 276 insertions(+), 215 deletions(-)

             reply	other threads:[~2016-02-10  3:48 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-10  3:48 Jarkko Sakkinen [this message]
2016-02-10  3:48 ` [GIT PULL] tpmdd fixes for Linux 4.5 (updated) Jarkko Sakkinen
2016-02-14  5:50 ` [tpmdd-devel] " Jarkko Sakkinen
     [not found] ` <20160210034804.GA5153-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
2016-02-15  5:03   ` James Morris
2016-02-15  5:03     ` James Morris

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=20160210034804.GA5153@intel.com \
    --to=jarkko.sakkinen-vuqaysv1563yd54fqh9/ca@public.gmane.org \
    --cc=jmorris-gx6/JNMH7DfYtjvyW6yDsg@public.gmane.org \
    --cc=keyrings-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    --cc=linux-security-module-u79uwXL29TY76Z2rM5mHXA@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 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.