Searched hist:d4816edfe706497a8525480c1685ceb9871bc118 (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm-dev.c | diff d4816edfe706497a8525480c1685ceb9871bc118 Tue Aug 16 14:00:38 CDT 2016 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> tpm: fix a race condition in tpm2_unseal_trusted()
Unseal and load operations should be done as an atomic operation. This commit introduces unlocked tpm_transmit() so that tpm2_unseal_trusted() can do the locking by itself.
Fixes: 0fe5480303a1 ("keys, trusted: seal/unseal with TPM 2.0 chips") Cc: stable@vger.kernel.org Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
|
H A D | tpm-sysfs.c | diff d4816edfe706497a8525480c1685ceb9871bc118 Tue Aug 16 14:00:38 CDT 2016 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> tpm: fix a race condition in tpm2_unseal_trusted()
Unseal and load operations should be done as an atomic operation. This commit introduces unlocked tpm_transmit() so that tpm2_unseal_trusted() can do the locking by itself.
Fixes: 0fe5480303a1 ("keys, trusted: seal/unseal with TPM 2.0 chips") Cc: stable@vger.kernel.org Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
|
H A D | tpm-interface.c | diff d4816edfe706497a8525480c1685ceb9871bc118 Tue Aug 16 14:00:38 CDT 2016 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> tpm: fix a race condition in tpm2_unseal_trusted()
Unseal and load operations should be done as an atomic operation. This commit introduces unlocked tpm_transmit() so that tpm2_unseal_trusted() can do the locking by itself.
Fixes: 0fe5480303a1 ("keys, trusted: seal/unseal with TPM 2.0 chips") Cc: stable@vger.kernel.org Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
|
H A D | tpm2-cmd.c | diff d4816edfe706497a8525480c1685ceb9871bc118 Tue Aug 16 14:00:38 CDT 2016 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> tpm: fix a race condition in tpm2_unseal_trusted()
Unseal and load operations should be done as an atomic operation. This commit introduces unlocked tpm_transmit() so that tpm2_unseal_trusted() can do the locking by itself.
Fixes: 0fe5480303a1 ("keys, trusted: seal/unseal with TPM 2.0 chips") Cc: stable@vger.kernel.org Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
|
H A D | tpm.h | diff d4816edfe706497a8525480c1685ceb9871bc118 Tue Aug 16 14:00:38 CDT 2016 Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> tpm: fix a race condition in tpm2_unseal_trusted()
Unseal and load operations should be done as an atomic operation. This commit introduces unlocked tpm_transmit() so that tpm2_unseal_trusted() can do the locking by itself.
Fixes: 0fe5480303a1 ("keys, trusted: seal/unseal with TPM 2.0 chips") Cc: stable@vger.kernel.org Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@linux.intel.com> Reviewed-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
|