* [GIT PULL] tpmdd fixes for Linux 4.5
@ 2016-01-19 23:39 Jarkko Sakkinen
2016-02-08 20:46 ` Jarkko Sakkinen
0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Sakkinen @ 2016-01-19 23:39 UTC (permalink / raw)
To: James Morris; +Cc: linux-security-module, keyrings, linux-kernel, tpmdd-devel
Hi James,
This pull request contains three small cleanups, a bug fix for policy
based sealing, a bug fix for attach/detach of the platform device for
tpm_tis and resource locking for tpm_tis and tpm_crb.
/Jarkko
The following changes since commit 607259e17b37017e9ec0249a8b0a7d8b76b572aa:
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into ra-next (2016-01-10 21:52:17 +1100)
are available in the git repository at:
https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20160120
for you to fetch changes up to bb76f9ba498881ed57444fa2a7b5aafd66c207ba:
tpm_crb: Use devm_ioremap_resource (2016-01-20 01:28:51 +0200)
----------------------------------------------------------------
tpmdd fixes for Linux 4.5
----------------------------------------------------------------
Jarkko Sakkinen (1):
tpm: fix checks for policy digest existence in tpm2_seal_trusted()
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.h | 7 --
drivers/char/tpm/tpm2-cmd.c | 12 +--
drivers/char/tpm/tpm_crb.c | 194 ++++++++++++++++++++-------------
drivers/char/tpm/tpm_tis.c | 255 +++++++++++++++++++++++++-------------------
include/keys/trusted-type.h | 2 +-
security/keys/trusted.c | 11 +-
6 files changed, 272 insertions(+), 209 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] tpmdd fixes for Linux 4.5
2016-01-19 23:39 [GIT PULL] tpmdd fixes for Linux 4.5 Jarkko Sakkinen
@ 2016-02-08 20:46 ` Jarkko Sakkinen
2016-02-09 0:59 ` James Morris
0 siblings, 1 reply; 3+ messages in thread
From: Jarkko Sakkinen @ 2016-02-08 20:46 UTC (permalink / raw)
To: James Morris; +Cc: linux-security-module, keyrings, linux-kernel, tpmdd-devel
James,
On Wed, Jan 20, 2016 at 01:39:03AM +0200, Jarkko Sakkinen wrote:
> Hi James,
>
> This pull request contains three small cleanups, a bug fix for policy
> based sealing, a bug fix for attach/detach of the platform device for
> tpm_tis and resource locking for tpm_tis and tpm_crb.
I have 3-4 small scope fixes for the release that have been implemented
after this.
Since it's bee a while since this pull request should I create a new one
and include those or do you want to pull this first?
I could rebase that new pull request to -rc3 to which security/next is
now rebased.
Thanks.
/Jarkko
> /Jarkko
>
> The following changes since commit 607259e17b37017e9ec0249a8b0a7d8b76b572aa:
>
> Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/linux-integrity into ra-next (2016-01-10 21:52:17 +1100)
>
> are available in the git repository at:
>
> https://github.com/jsakkine/linux-tpmdd.git tags/tpmdd-next-20160120
>
> for you to fetch changes up to bb76f9ba498881ed57444fa2a7b5aafd66c207ba:
>
> tpm_crb: Use devm_ioremap_resource (2016-01-20 01:28:51 +0200)
>
> ----------------------------------------------------------------
> tpmdd fixes for Linux 4.5
>
> ----------------------------------------------------------------
> Jarkko Sakkinen (1):
> tpm: fix checks for policy digest existence in tpm2_seal_trusted()
>
> 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.h | 7 --
> drivers/char/tpm/tpm2-cmd.c | 12 +--
> drivers/char/tpm/tpm_crb.c | 194 ++++++++++++++++++++-------------
> drivers/char/tpm/tpm_tis.c | 255 +++++++++++++++++++++++++-------------------
> include/keys/trusted-type.h | 2 +-
> security/keys/trusted.c | 11 +-
> 6 files changed, 272 insertions(+), 209 deletions(-)
> --
> To unsubscribe from this list: send the line "unsubscribe keyrings" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [GIT PULL] tpmdd fixes for Linux 4.5
2016-02-08 20:46 ` Jarkko Sakkinen
@ 2016-02-09 0:59 ` James Morris
0 siblings, 0 replies; 3+ messages in thread
From: James Morris @ 2016-02-09 0:59 UTC (permalink / raw)
To: Jarkko Sakkinen
Cc: linux-security-module, keyrings, linux-kernel, tpmdd-devel
On Mon, 8 Feb 2016, Jarkko Sakkinen wrote:
> James,
>
> On Wed, Jan 20, 2016 at 01:39:03AM +0200, Jarkko Sakkinen wrote:
> > Hi James,
> >
> > This pull request contains three small cleanups, a bug fix for policy
> > based sealing, a bug fix for attach/detach of the platform device for
> > tpm_tis and resource locking for tpm_tis and tpm_crb.
>
> I have 3-4 small scope fixes for the release that have been implemented
> after this.
>
> Since it's bee a while since this pull request should I create a new one
> and include those or do you want to pull this first?
>
> I could rebase that new pull request to -rc3 to which security/next is
> now rebased.
>
The latter is probably best.
--
James Morris
<jmorris@namei.org>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-09 1:00 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-19 23:39 [GIT PULL] tpmdd fixes for Linux 4.5 Jarkko Sakkinen
2016-02-08 20:46 ` Jarkko Sakkinen
2016-02-09 0:59 ` James Morris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox