linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] PSP TEE driver update and bug fixes
@ 2021-03-09  8:11 Rijo Thomas
  2021-03-09  8:11 ` [PATCH 1/3] crypto: ccp - reduce tee command status polling interval from 5ms to 1ms Rijo Thomas
                   ` (3 more replies)
  0 siblings, 4 replies; 8+ messages in thread
From: Rijo Thomas @ 2021-03-09  8:11 UTC (permalink / raw)
  To: Tom Lendacky, John Allen, Herbert Xu, David S . Miller,
	linux-kernel, linux-crypto
  Cc: Rijo Thomas, Mythri Pandeshwara krishna, Devaraj Rangasamy,
	Jens Wiklander, Ard Biesheuvel

The first patch helps to improve the response time by reducing the
polling time of the tee command status variable.

Second patch is a bug fix to handle multi-threaded use-case.
During testing, race condition was seen due to missing synchronisation
in writes to the TEE ring buffer. This patch helps to resolve that.

Third patch is to update the copyright year for the tee driver files.

Rijo Thomas (3):
  crypto: ccp - reduce tee command status polling interval from 5ms to
    1ms
  crypto: ccp - fix command queuing to TEE ring buffer
  crypto: ccp - update copyright year for tee

 drivers/crypto/ccp/tee-dev.c | 57 ++++++++++++++++++++++++------------
 drivers/crypto/ccp/tee-dev.h | 20 +++++++++++--
 2 files changed, 57 insertions(+), 20 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-03-10  4:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-09  8:11 [PATCH 0/3] PSP TEE driver update and bug fixes Rijo Thomas
2021-03-09  8:11 ` [PATCH 1/3] crypto: ccp - reduce tee command status polling interval from 5ms to 1ms Rijo Thomas
2021-03-09  8:11 ` [PATCH 2/3] crypto: ccp - fix command queuing to TEE ring buffer Rijo Thomas
2021-03-09  8:11 ` [PATCH 3/3] crypto: ccp - update copyright year for tee Rijo Thomas
2021-03-09 16:33   ` Tom Lendacky
2021-03-10  4:25     ` Rijo Thomas
2021-03-09 16:36 ` [PATCH 0/3] PSP TEE driver update and bug fixes Tom Lendacky
2021-03-10  4:27   ` Rijo Thomas

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).