All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] AMD-TEE driver bug fixes
@ 2020-11-04  6:26 ` Rijo Thomas
  0 siblings, 0 replies; 8+ messages in thread
From: Rijo Thomas @ 2020-11-04  6:26 UTC (permalink / raw)
  To: op-tee

[-- Attachment #1: Type: text/plain, Size: 590 bytes --]

AMD-TEE driver keeps track of shared memory buffers and their
corresponding buffer id's in a global linked list. These buffers are
used to share data between x86 and AMD Secure Processor. This patchset
fixes issues related to maintaining mapped buffers in a shared linked
list.

Rijo Thomas (2):
  tee: amdtee: fix memory leak due to reset of global shm list
  tee: amdtee: synchronize access to shm list

 drivers/tee/amdtee/amdtee_private.h |  8 ++++----
 drivers/tee/amdtee/core.c           | 26 +++++++++++++++++++-------
 2 files changed, 23 insertions(+), 11 deletions(-)

--
2.17.1


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

end of thread, other threads:[~2020-11-09  7:47 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-04  6:26 [PATCH 0/2] AMD-TEE driver bug fixes Rijo Thomas
2020-11-04  6:26 ` Rijo Thomas
2020-11-04  6:26 ` [PATCH 1/2] tee: amdtee: fix memory leak due to reset of global shm list Rijo Thomas
2020-11-04  6:26   ` Rijo Thomas
2020-11-04  6:26 ` [PATCH 2/2] tee: amdtee: synchronize access to " Rijo Thomas
2020-11-04  6:26   ` Rijo Thomas
2020-11-09  7:47 ` [PATCH 0/2] AMD-TEE driver bug fixes Jens Wiklander
2020-11-09  7:47   ` Jens Wiklander

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.