All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] OP-TEE fix for 7.0
@ 2026-03-16  7:12 Jens Wiklander
  2026-04-27  8:51 ` Jens Wiklander
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Wiklander @ 2026-03-16  7:12 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-kernel, op-tee

Hello arm-soc maintainers,

Please pull this patch fixing a use-after-free race in the OP-TEE driver
where a client exiting prematurely could free a request still being
processed by the supplicant.

Thanks,
Jens

The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:

  Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)

are available in the Git repository at:

  gitolite.kernel.org:pub/scm/linux/kernel/git/jenswi/linux-tee tags/optee-fix-for-v7.0

for you to fetch changes up to 387a926ee166814611acecb960207fe2f3c4fd3e:

  tee: optee: prevent use-after-free when the client exits before the supplicant (2026-03-02 14:36:50 +0100)

----------------------------------------------------------------
OP-TEE fix for v7.0

Fix a use-after-free race between client and supplicant by serializing
request access with the supplicant mutex.

----------------------------------------------------------------
Amirreza Zarrabi (1):
      tee: optee: prevent use-after-free when the client exits before the supplicant

 drivers/tee/optee/supp.c | 107 ++++++++++++++++++++++++++++++++---------------
 1 file changed, 74 insertions(+), 33 deletions(-)

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

* Re: [GIT PULL] OP-TEE fix for 7.0
  2026-03-16  7:12 [GIT PULL] OP-TEE fix for 7.0 Jens Wiklander
@ 2026-04-27  8:51 ` Jens Wiklander
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Wiklander @ 2026-04-27  8:51 UTC (permalink / raw)
  To: arm, soc; +Cc: linux-kernel, op-tee

Hi,

It appears that this pull request has been missed. Can you pull it as
it is, or do you need a new pull request?

Thanks,
Jens

On Mon, Mar 16, 2026 at 8:12 AM Jens Wiklander
<jens.wiklander@linaro.org> wrote:
>
> Hello arm-soc maintainers,
>
> Please pull this patch fixing a use-after-free race in the OP-TEE driver
> where a client exiting prematurely could free a request still being
> processed by the supplicant.
>
> Thanks,
> Jens
>
> The following changes since commit 6de23f81a5e08be8fbf5e8d7e9febc72a5b5f27f:
>
>   Linux 7.0-rc1 (2026-02-22 13:18:59 -0800)
>
> are available in the Git repository at:
>
>   gitolite.kernel.org:pub/scm/linux/kernel/git/jenswi/linux-tee tags/optee-fix-for-v7.0
>
> for you to fetch changes up to 387a926ee166814611acecb960207fe2f3c4fd3e:
>
>   tee: optee: prevent use-after-free when the client exits before the supplicant (2026-03-02 14:36:50 +0100)
>
> ----------------------------------------------------------------
> OP-TEE fix for v7.0
>
> Fix a use-after-free race between client and supplicant by serializing
> request access with the supplicant mutex.
>
> ----------------------------------------------------------------
> Amirreza Zarrabi (1):
>       tee: optee: prevent use-after-free when the client exits before the supplicant
>
>  drivers/tee/optee/supp.c | 107 ++++++++++++++++++++++++++++++++---------------
>  1 file changed, 74 insertions(+), 33 deletions(-)

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

end of thread, other threads:[~2026-04-27  8:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-16  7:12 [GIT PULL] OP-TEE fix for 7.0 Jens Wiklander
2026-04-27  8:51 ` 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.