From: Jens Wiklander <jens.wiklander@linaro.org>
To: op-tee@lists.trustedfirmware.org
Subject: [GIT PULL] TEE and OP-TEE fixes for v5.16
Date: Thu, 16 Dec 2021 16:07:45 +0100 [thread overview]
Message-ID: <20211216150745.GA3347954@jade> (raw)
[-- Attachment #1: Type: text/plain, Size: 1667 bytes --]
Hello arm-soc maintainers,
Please pull these TEE subsystem and OP-TEE driver fixes which by coincident
all are concerning memory shared with secure world.
There's one in particular nasty race fixed when a tee_shm is about to be
teared down.
Thanks,
Jens
The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:
Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)
are available in the Git repository at:
https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/fixes-for-v5.16
for you to fetch changes up to 6add87fdae9bcb1d20b4503df5bd02ce5246cc8b:
optee: Suppress false positive kmemleak report in optee_handle_rpc() (2021-12-16 15:32:48 +0100)
----------------------------------------------------------------
TEE and OP-TEE fixes for v5.16
- Fixes a race when a tee_shm reaches reference count 0 and is about to
be teared down
- Fixes an incorrect page free bug in an error path of the OP-TEE shared
memory pool handling
- Suppresses a false positive kmemleak report when allocating driver
private shared memory buffers for OP-TEE
----------------------------------------------------------------
Jens Wiklander (1):
tee: handle lookup of shm with reference count 0
Sumit Garg (1):
tee: optee: Fix incorrect page free bug
Xiaolei Wang (1):
optee: Suppress false positive kmemleak report in optee_handle_rpc()
drivers/tee/optee/core.c | 6 +-
drivers/tee/optee/smc_abi.c | 2 +
drivers/tee/tee_shm.c | 174 +++++++++++++++++---------------------------
include/linux/tee_drv.h | 4 +-
4 files changed, 72 insertions(+), 114 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: Jens Wiklander <jens.wiklander@linaro.org>
To: arm@kernel.org, soc@kernel.org
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
op-tee@lists.trustedfirmware.org
Subject: [GIT PULL] TEE and OP-TEE fixes for v5.16
Date: Thu, 16 Dec 2021 16:07:45 +0100 [thread overview]
Message-ID: <20211216150745.GA3347954@jade> (raw)
Hello arm-soc maintainers,
Please pull these TEE subsystem and OP-TEE driver fixes which by coincident
all are concerning memory shared with secure world.
There's one in particular nasty race fixed when a tee_shm is about to be
teared down.
Thanks,
Jens
The following changes since commit d58071a8a76d779eedab38033ae4c821c30295a5:
Linux 5.16-rc3 (2021-11-28 14:09:19 -0800)
are available in the Git repository at:
https://git.linaro.org/people/jens.wiklander/linux-tee.git tags/fixes-for-v5.16
for you to fetch changes up to 6add87fdae9bcb1d20b4503df5bd02ce5246cc8b:
optee: Suppress false positive kmemleak report in optee_handle_rpc() (2021-12-16 15:32:48 +0100)
----------------------------------------------------------------
TEE and OP-TEE fixes for v5.16
- Fixes a race when a tee_shm reaches reference count 0 and is about to
be teared down
- Fixes an incorrect page free bug in an error path of the OP-TEE shared
memory pool handling
- Suppresses a false positive kmemleak report when allocating driver
private shared memory buffers for OP-TEE
----------------------------------------------------------------
Jens Wiklander (1):
tee: handle lookup of shm with reference count 0
Sumit Garg (1):
tee: optee: Fix incorrect page free bug
Xiaolei Wang (1):
optee: Suppress false positive kmemleak report in optee_handle_rpc()
drivers/tee/optee/core.c | 6 +-
drivers/tee/optee/smc_abi.c | 2 +
drivers/tee/tee_shm.c | 174 +++++++++++++++++---------------------------
include/linux/tee_drv.h | 4 +-
4 files changed, 72 insertions(+), 114 deletions(-)
next reply other threads:[~2021-12-16 15:07 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-12-16 15:07 Jens Wiklander [this message]
2021-12-16 15:07 ` [GIT PULL] TEE and OP-TEE fixes for v5.16 Jens Wiklander
2021-12-17 15:20 ` patchwork-bot+linux-soc
2021-12-17 15:20 ` patchwork-bot+linux-soc
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211216150745.GA3347954@jade \
--to=jens.wiklander@linaro.org \
--cc=op-tee@lists.trustedfirmware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.