All of lore.kernel.org
 help / color / mirror / Atom feed
From: jarkko.sakkinen@linux.intel.com (Jarkko Sakkinen)
To: linux-security-module@vger.kernel.org
Subject: [GIT PULL] tpmdd fixes for 4.13
Date: Mon, 3 Jul 2017 16:18:40 +0300	[thread overview]
Message-ID: <20170703131840.ynsio3amf6fcg2ti@linux.intel.com> (raw)

Hi James,

these are remaining fixes for 4.13 release. Will be the last PR for the
release unless major regressions show up.

/Jarkko

The following changes since commit c4758fa59285fe4dbfeab4364a6957936d040fbf:

  apparmor: put back designators in struct initialisers (2017-06-28 15:50:43 +1000)

are available in the git repository at:

  git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20170703

for you to fetch changes up to 65bbcc19ab70d534dc40d0d3626cd986993203a5:

  tpm: do not suspend/resume if power stays on (2017-07-03 16:10:15 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux 4.13

----------------------------------------------------------------
Azhar Shaikh (1):
      tpm: Enable CLKRUN protocol for Braswell systems

Colin Ian King (1):
      tpm_tis: make ilb_base_addr static

Enric Balletbo i Serra (1):
      tpm: do not suspend/resume if power stays on

Jarkko Sakkinen (2):
      tpm: fix a kernel memory leak in tpm-sysfs.c
      tpm: consolidate the TPM startup code

Josh Zimmerman (2):
      Add "shutdown" to "struct class".
      tpm: Issue a TPM2_Shutdown for TPM2 devices.

Manuel Lauss (1):
      tpm/tpm_crb: fix priv->cmd_size initialisation

Roberto Sassu (2):
      tpm: use tpm_buf functions in tpm2_pcr_read()
      tpm: use tpm2_pcr_read() in tpm2_do_selftest()

 drivers/base/core.c              |   6 +-
 drivers/char/tpm/tpm-chip.c      |  34 +++++++++++
 drivers/char/tpm/tpm-interface.c |  70 ++++++++++++++--------
 drivers/char/tpm/tpm-sysfs.c     |   6 +-
 drivers/char/tpm/tpm.h           |  11 ++--
 drivers/char/tpm/tpm2-cmd.c      | 121 ++++++++++-----------------------------
 drivers/char/tpm/tpm_crb.c       |   5 +-
 drivers/char/tpm/tpm_of.c        |   3 +
 drivers/char/tpm/tpm_tis.c       | 113 ++++++++++++++++++++++++++++++++++++
 include/linux/device.h           |   2 +
 10 files changed, 247 insertions(+), 124 deletions(-)
--
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

WARNING: multiple messages have this Message-ID (diff)
From: Jarkko Sakkinen <jarkko.sakkinen-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
To: James Morris <jmorris-gx6/JNMH7DfYtjvyW6yDsg@public.gmane.org>
Cc: linux-security-module-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	tpmdd-devel-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: [GIT PULL] tpmdd fixes for 4.13
Date: Mon, 3 Jul 2017 16:18:40 +0300	[thread overview]
Message-ID: <20170703131840.ynsio3amf6fcg2ti@linux.intel.com> (raw)

Hi James,

these are remaining fixes for 4.13 release. Will be the last PR for the
release unless major regressions show up.

/Jarkko

The following changes since commit c4758fa59285fe4dbfeab4364a6957936d040fbf:

  apparmor: put back designators in struct initialisers (2017-06-28 15:50:43 +1000)

are available in the git repository at:

  git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20170703

for you to fetch changes up to 65bbcc19ab70d534dc40d0d3626cd986993203a5:

  tpm: do not suspend/resume if power stays on (2017-07-03 16:10:15 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux 4.13

----------------------------------------------------------------
Azhar Shaikh (1):
      tpm: Enable CLKRUN protocol for Braswell systems

Colin Ian King (1):
      tpm_tis: make ilb_base_addr static

Enric Balletbo i Serra (1):
      tpm: do not suspend/resume if power stays on

Jarkko Sakkinen (2):
      tpm: fix a kernel memory leak in tpm-sysfs.c
      tpm: consolidate the TPM startup code

Josh Zimmerman (2):
      Add "shutdown" to "struct class".
      tpm: Issue a TPM2_Shutdown for TPM2 devices.

Manuel Lauss (1):
      tpm/tpm_crb: fix priv->cmd_size initialisation

Roberto Sassu (2):
      tpm: use tpm_buf functions in tpm2_pcr_read()
      tpm: use tpm2_pcr_read() in tpm2_do_selftest()

 drivers/base/core.c              |   6 +-
 drivers/char/tpm/tpm-chip.c      |  34 +++++++++++
 drivers/char/tpm/tpm-interface.c |  70 ++++++++++++++--------
 drivers/char/tpm/tpm-sysfs.c     |   6 +-
 drivers/char/tpm/tpm.h           |  11 ++--
 drivers/char/tpm/tpm2-cmd.c      | 121 ++++++++++-----------------------------
 drivers/char/tpm/tpm_crb.c       |   5 +-
 drivers/char/tpm/tpm_of.c        |   3 +
 drivers/char/tpm/tpm_tis.c       | 113 ++++++++++++++++++++++++++++++++++++
 include/linux/device.h           |   2 +
 10 files changed, 247 insertions(+), 124 deletions(-)

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot

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,
	linux-kernel@vger.kernel.org, tpmdd-devel@lists.sourceforge.net
Subject: [GIT PULL] tpmdd fixes for 4.13
Date: Mon, 3 Jul 2017 16:18:40 +0300	[thread overview]
Message-ID: <20170703131840.ynsio3amf6fcg2ti@linux.intel.com> (raw)

Hi James,

these are remaining fixes for 4.13 release. Will be the last PR for the
release unless major regressions show up.

/Jarkko

The following changes since commit c4758fa59285fe4dbfeab4364a6957936d040fbf:

  apparmor: put back designators in struct initialisers (2017-06-28 15:50:43 +1000)

are available in the git repository at:

  git://git.infradead.org/users/jjs/linux-tpmdd.git tags/tpmdd-next-20170703

for you to fetch changes up to 65bbcc19ab70d534dc40d0d3626cd986993203a5:

  tpm: do not suspend/resume if power stays on (2017-07-03 16:10:15 +0300)

----------------------------------------------------------------
tpmdd fixes for Linux 4.13

----------------------------------------------------------------
Azhar Shaikh (1):
      tpm: Enable CLKRUN protocol for Braswell systems

Colin Ian King (1):
      tpm_tis: make ilb_base_addr static

Enric Balletbo i Serra (1):
      tpm: do not suspend/resume if power stays on

Jarkko Sakkinen (2):
      tpm: fix a kernel memory leak in tpm-sysfs.c
      tpm: consolidate the TPM startup code

Josh Zimmerman (2):
      Add "shutdown" to "struct class".
      tpm: Issue a TPM2_Shutdown for TPM2 devices.

Manuel Lauss (1):
      tpm/tpm_crb: fix priv->cmd_size initialisation

Roberto Sassu (2):
      tpm: use tpm_buf functions in tpm2_pcr_read()
      tpm: use tpm2_pcr_read() in tpm2_do_selftest()

 drivers/base/core.c              |   6 +-
 drivers/char/tpm/tpm-chip.c      |  34 +++++++++++
 drivers/char/tpm/tpm-interface.c |  70 ++++++++++++++--------
 drivers/char/tpm/tpm-sysfs.c     |   6 +-
 drivers/char/tpm/tpm.h           |  11 ++--
 drivers/char/tpm/tpm2-cmd.c      | 121 ++++++++++-----------------------------
 drivers/char/tpm/tpm_crb.c       |   5 +-
 drivers/char/tpm/tpm_of.c        |   3 +
 drivers/char/tpm/tpm_tis.c       | 113 ++++++++++++++++++++++++++++++++++++
 include/linux/device.h           |   2 +
 10 files changed, 247 insertions(+), 124 deletions(-)

             reply	other threads:[~2017-07-03 13:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-07-03 13:18 Jarkko Sakkinen [this message]
2017-07-03 13:18 ` [GIT PULL] tpmdd fixes for 4.13 Jarkko Sakkinen
2017-07-03 13:18 ` Jarkko Sakkinen
  -- strict thread matches above, loose matches on Subject: below --
2017-06-19  0:58 Jarkko Sakkinen
2017-06-19  0:58 ` Jarkko Sakkinen
2017-06-19  1:00 ` Jarkko Sakkinen
2017-06-19  1:00   ` Jarkko Sakkinen
2017-06-20  1:22 ` James Morris
2017-06-20  1:22   ` 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=20170703131840.ynsio3amf6fcg2ti@linux.intel.com \
    --to=jarkko.sakkinen@linux.intel.com \
    --cc=linux-security-module@vger.kernel.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.