Hi James, This pull request contains tpmdd updates for Linux 4.9. There are no major new features. This is purely a bug fix and cleanup release.
/Jarkko The following changes since commit a39f44faa8c7d84dff7d1fc0bc851c6499f94d7b: Merge branch 'smack-for-4.9' of http://github.com/cschaufler/smack-next into next (2016-09-15 14:43:46 +1000) are available in the git repository at: git://git.infradead.org/users/jjs/linux-tpmdd.git master for you to fetch changes up to ebfd7532e985818a327906e011f3e43c8ddfdd74: tpm: add check for minimum buffer size in tpm_transmit() (2016-09-15 16:04:21 +0300) ---------------------------------------------------------------- Jarkko Sakkinen (11): tpm: invalid self test error message tpm: fix a race condition in tpm2_unseal_trusted() tpm: remove unnecessary externs from tpm.h tpm: replace tpm_gen_interrupt() with tpm_tis_gen_interrupt() tpm: use tpm_transmit_cmd() in tpm2_probe() tpm: use tpm_pcr_read_dev() in tpm_do_selftest() tpm_crb: fix crb_req_canceled behavior tpm_crb: remove wmb()'s tpm_crb: refine the naming of constants tpm_crb: fix incorrect values of cmdReady and goIdle bits tpm: add check for minimum buffer size in tpm_transmit() Jason Gunthorpe (1): tpm/st33zp24: Remove useless tpm_gen_interrupt Julia Lawall (1): tpm: constify TPM 1.x header structures Tomas Winkler (5): tpm/tpm_tis: remove unused itpm variable tmp/tpm_crb: drop include to platform_device tpm/tpm_crb: cache cmd_size register value. tpm/tpm_crb: drop useless cpu_to_le32 when writing to registers tpm/tpm_crb: fix the over 80 characters checkpatch warring drivers/char/tpm/st33zp24/st33zp24.c | 2 - drivers/char/tpm/tpm-dev.c | 2 +- drivers/char/tpm/tpm-interface.c | 84 +++++++++++------------- drivers/char/tpm/tpm-sysfs.c | 4 +- drivers/char/tpm/tpm.h | 46 ++++++------- drivers/char/tpm/tpm2-cmd.c | 124 +++++++++++++++++++---------------- drivers/char/tpm/tpm_crb.c | 50 +++++++------- drivers/char/tpm/tpm_tis_core.c | 24 ++++--- 8 files changed, 171 insertions(+), 165 deletions(-)