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 fixes for v7.1
Date: Thu, 21 May 2026 16:02:19 +0200 [thread overview]
Message-ID: <20260521140219.GA1707515@rayden> (raw)
Hello soc maintainers,
Please pull these small fixes for the TEE subsystem.
Thanks,
Jens
The following changes since commit 028ef9c96e96197026887c0f092424679298aae8:
Linux 7.0 (2026-04-12 13:48:06 -0700)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee.git tags/tee-fixes-for-v7.1
for you to fetch changes up to 6fa9b543f6b4ed15ff72af266b29f316643de289:
tee: fix params_from_user() error path in tee_ioctl_supp_recv (2026-05-20 08:49:09 +0200)
----------------------------------------------------------------
TEE fixes for v7.1
Fixing:
- params_from_user() cleanup in error path in tee_ioctl_supp_recv()
- possible tee_shm leak in error path in register_shm_helper()
- padding in struct tee_ioctl_object_invoke_arg
----------------------------------------------------------------
Arnd Bergmann (1):
tee: fix tee_ioctl_object_invoke_arg padding
Georgiy Osokin (1):
tee: shm: fix shm leak in register_shm_helper()
Qihang (1):
tee: fix params_from_user() error path in tee_ioctl_supp_recv
drivers/tee/tee_core.c | 56 +++++++++++++++++++++---------------------------
drivers/tee/tee_shm.c | 2 +-
include/uapi/linux/tee.h | 1 +
3 files changed, 27 insertions(+), 32 deletions(-)
next reply other threads:[~2026-05-21 14:02 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-05-21 14:02 Jens Wiklander [this message]
2026-05-28 22:10 ` [GIT PULL] TEE fixes for v7.1 patchwork-bot+linux-soc
2026-05-28 22:10 ` 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=20260521140219.GA1707515@rayden \
--to=jens.wiklander@linaro.org \
--cc=arm@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=op-tee@lists.trustedfirmware.org \
--cc=soc@kernel.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.