mbox series

[GIT,PULL] OP-TEE fix for 6.7

Message ID 20231114153113.GA1310615@rayden (mailing list archive)
State Accepted
Commit 9c7f01d5f438a3b3e3dc551df560ae420b4b741c
Headers show
Series [GIT,PULL] OP-TEE fix for 6.7 | expand

Pull-request

git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/optee-supplicant-fix-for-v6.7

Message

Jens Wiklander Nov. 14, 2023, 3:31 p.m. UTC
Hello arm-soc maintainers,

Please pull this OP-TEE driver fix allowing supplicant dependent devices to
be detached by user-space before the supplicant service is shut down.

Thanks,
Jens

The following changes since commit ffc253263a1375a65fa6c9f62a893e9767fbebfa:

  Linux 6.6 (2023-10-29 16:31:08 -1000)

are available in the Git repository at:

  git://git.linaro.org:/people/jens.wiklander/linux-tee.git tags/optee-supplicant-fix-for-v6.7

for you to fetch changes up to 7269cba53d906cf257c139d3b3a53ad272176bca:

  tee: optee: Fix supplicant based device enumeration (2023-11-03 09:27:20 +0100)

----------------------------------------------------------------
OP-TEE fix for supplicant based device enumeration

Adds a sysfs attribute for devices depending on supplicant services so
that the user-space service can detect and detach those devices before
closing the supplicant

----------------------------------------------------------------
Sumit Garg (1):
      tee: optee: Fix supplicant based device enumeration

 Documentation/ABI/testing/sysfs-bus-optee-devices |  9 +++++++++
 drivers/tee/optee/device.c                        | 17 +++++++++++++++--
 2 files changed, 24 insertions(+), 2 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Dec. 6, 2023, 4:19 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Tue, 14 Nov 2023 16:31:13 +0100 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this OP-TEE driver fix allowing supplicant dependent devices to
> be detached by user-space before the supplicant service is shut down.
> 
> Thanks,
> Jens
> 
> [...]

Here is the summary with links:
  - [GIT,PULL] OP-TEE fix for 6.7
    https://git.kernel.org/soc/soc/c/9c7f01d5f438

You are awesome, thank you!