[PATCH 0/3] Implement managed allocations

Jarkko Sakkinen posted 3 patches 1 week, 6 days ago
drivers/char/tpm/tpm-buf.c                | 143 ++++++----
drivers/char/tpm/tpm-sysfs.c              |  21 +-
drivers/char/tpm/tpm.h                    |   1 -
drivers/char/tpm/tpm1-cmd.c               | 166 +++++------
drivers/char/tpm/tpm2-cmd.c               | 320 ++++++++++------------
drivers/char/tpm/tpm2-sessions.c          | 144 +++++-----
drivers/char/tpm/tpm2-space.c             |  44 ++-
drivers/char/tpm/tpm_vtpm_proxy.c         |  30 +-
include/linux/tpm.h                       |  30 +-
security/keys/trusted-keys/trusted_tpm1.c |  36 +--
security/keys/trusted-keys/trusted_tpm2.c | 170 ++++++------
11 files changed, 523 insertions(+), 582 deletions(-)
[PATCH 0/3] Implement managed allocations
Posted by Jarkko Sakkinen 1 week, 6 days ago
Jarkko Sakkinen (3):
  tpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOW
  tpm-buf: Remove chip parameter from tpm_buf_append_handle
  tpm-buf: Implement managed allocations

 drivers/char/tpm/tpm-buf.c                | 143 ++++++----
 drivers/char/tpm/tpm-sysfs.c              |  21 +-
 drivers/char/tpm/tpm.h                    |   1 -
 drivers/char/tpm/tpm1-cmd.c               | 166 +++++------
 drivers/char/tpm/tpm2-cmd.c               | 320 ++++++++++------------
 drivers/char/tpm/tpm2-sessions.c          | 144 +++++-----
 drivers/char/tpm/tpm2-space.c             |  44 ++-
 drivers/char/tpm/tpm_vtpm_proxy.c         |  30 +-
 include/linux/tpm.h                       |  30 +-
 security/keys/trusted-keys/trusted_tpm1.c |  36 +--
 security/keys/trusted-keys/trusted_tpm2.c | 170 ++++++------
 11 files changed, 523 insertions(+), 582 deletions(-)

-- 
2.39.5