linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] AMD-TEE driver bug fixes
@ 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
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Rijo Thomas @ 2020-11-04  6:26 UTC (permalink / raw)
  To: Jens Wiklander; +Cc: Rijo Thomas, Devaraj Rangasamy, op-tee, linux-kernel

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] 4+ messages in thread

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

Thread overview: 4+ 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 ` [PATCH 1/2] tee: amdtee: fix memory leak due to reset of global shm list Rijo Thomas
2020-11-04  6:26 ` [PATCH 2/2] tee: amdtee: synchronize access to " Rijo Thomas
2020-11-09  7:47 ` [PATCH 0/2] AMD-TEE driver bug fixes Jens Wiklander

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).