-
- Downloads
Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security
Pull TPM updates from James Morris: - Migrate away from PM runtime as explicit cmdReady/goIdle transactions for every command is a spec requirement. PM runtime adds only a layer of complexity on our case. - tpm_tis drivers can now specify the hwrng quality. - TPM 2.0 code uses now tpm_buf for constructing messages. Jarkko thinks Tomas Winkler has done the same for TPM 1.2, and will start digging those changes from the patchwork in the near future. - Bug fixes and clean ups * 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security: ima: Get rid of ima_used_chip and use ima_tpm_chip != NULL instead ima: Use tpm_default_chip() and call TPM functions with a tpm_chip tpm: replace TPM_TRANSMIT_RAW with TPM_TRANSMIT_NESTED tpm: Convert tpm_find_get_ops() to use tpm_default_chip() tpm: Implement tpm_default_chip() to find a TPM chip tpm: rename tpm_chip_find_get() to tpm_find_get_ops() tpm: Allow tpm_tis drivers to set hwrng quality. tpm: Return the actual size when receiving an unsupported command tpm: separate cmd_ready/go_idle from runtime_pm tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT) tpm_tis_spi: Pass the SPI IRQ down to the driver tpm: migrate tpm2_get_random() to use struct tpm_buf tpm: migrate tpm2_get_tpm_pt() to use struct tpm_buf tpm: migrate tpm2_probe() to use struct tpm_buf tpm: migrate tpm2_shutdown() to use struct tpm_buf
No related branches found
No related tags found
Showing
- drivers/char/tpm/tpm-chip.c 46 additions, 22 deletionsdrivers/char/tpm/tpm-chip.c
- drivers/char/tpm/tpm-interface.c 51 additions, 21 deletionsdrivers/char/tpm/tpm-interface.c
- drivers/char/tpm/tpm.h 20 additions, 11 deletionsdrivers/char/tpm/tpm.h
- drivers/char/tpm/tpm2-cmd.c 106 additions, 152 deletionsdrivers/char/tpm/tpm2-cmd.c
- drivers/char/tpm/tpm2-space.c 6 additions, 6 deletionsdrivers/char/tpm/tpm2-space.c
- drivers/char/tpm/tpm_crb.c 27 additions, 74 deletionsdrivers/char/tpm/tpm_crb.c
- drivers/char/tpm/tpm_i2c_infineon.c 4 additions, 4 deletionsdrivers/char/tpm/tpm_i2c_infineon.c
- drivers/char/tpm/tpm_tis_core.c 2 additions, 0 deletionsdrivers/char/tpm/tpm_tis_core.c
- drivers/char/tpm/tpm_tis_core.h 1 addition, 0 deletionsdrivers/char/tpm/tpm_tis_core.h
- drivers/char/tpm/tpm_tis_spi.c 8 additions, 1 deletiondrivers/char/tpm/tpm_tis_spi.c
- drivers/char/tpm/tpm_vtpm_proxy.c 1 addition, 1 deletiondrivers/char/tpm/tpm_vtpm_proxy.c
- include/linux/tpm.h 7 additions, 0 deletionsinclude/linux/tpm.h
- security/integrity/ima/ima.h 1 addition, 1 deletionsecurity/integrity/ima/ima.h
- security/integrity/ima/ima_crypto.c 2 additions, 2 deletionssecurity/integrity/ima/ima_crypto.c
- security/integrity/ima/ima_init.c 5 additions, 11 deletionssecurity/integrity/ima/ima_init.c
- security/integrity/ima/ima_queue.c 2 additions, 2 deletionssecurity/integrity/ima/ima_queue.c
Loading
Please register or sign in to comment