[linux-yocto] [PATCH 0/8] TPM 2.0 support for linux-yocto-4.1

Bruce Ashfield bruce.ashfield at windriver.com
Tue Jun 14 20:42:19 PDT 2016


On 2016-06-14 12:14 AM, jonathan.yong at intel.com wrote:
> From: "Yong, Jonathan" <jonathan.yong at intel.com>
>
> These patches introduces TPM 2.0 support, and are backported from Linus's tree.
> Should apply cleanly for linux-yocto-4.1 stadard/base.
>

They do apply cleanly.

I've staged them in my tree, and will do some build testing.

Bruce

> Jarkko Sakkinen (8):
>   tpm, tpm_crb: fix unaligned read of the command buffer address
>   tpm: move the PPI attributes to character device directory.
>   tpm: introduce tpm_buf
>   keys, trusted: move struct trusted_key_options to trusted-type.h
>   tpm: seal/unseal for TPM 2.0
>   keys, trusted: seal/unseal with TPM 2.0 chips
>   tpm: fix missing migratable flag in sealing functionality for TPM2
>   sysfs: added __compat_only_sysfs_link_entry_to_kobj()
>
>  drivers/char/tpm/tpm-chip.c      |  24 ++--
>  drivers/char/tpm/tpm-interface.c |  76 ++++++++++++
>  drivers/char/tpm/tpm.h           | 127 +++++++++++++++++--
>  drivers/char/tpm/tpm2-cmd.c      | 255 ++++++++++++++++++++++++++++++++++++++-
>  drivers/char/tpm/tpm_crb.c       |   7 +-
>  drivers/char/tpm/tpm_ppi.c       |  34 ++----
>  fs/sysfs/group.c                 |  44 +++++++
>  include/keys/trusted-type.h      |  14 ++-
>  include/linux/sysfs.h            |  11 ++
>  include/linux/tpm.h              |  26 ++++
>  security/keys/trusted.c          |  36 +++++-
>  security/keys/trusted.h          |  11 --
>  12 files changed, 604 insertions(+), 61 deletions(-)
>



More information about the linux-yocto mailing list