* [GIT PULL] another OP-TEE fix for v5.15
@ 2021-10-13 12:28 ` Jens Wiklander
0 siblings, 0 replies; 4+ messages in thread
From: Jens Wiklander @ 2021-10-13 12:28 UTC (permalink / raw)
To: op-tee
[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]
Hello arm-soc maintainers,
Please pull this OP-TEE driver fix to unregister OP-TEE client devices
from the TEE bus when the OP-TEE driver is unloaded.
Note that this is based on the previous already merged OP-TEE driver
fix.
Thanks,
Jens
The following changes since commit 88a3856c0a8c03188db7913f4d49379432fe1f93:
tee/optee/shm_pool: fix application of sizeof to pointer (2021-09-14 07:54:56 +0200)
are available in the Git repository at:
git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-fix2-for-v5.15
for you to fetch changes up to 7f565d0ead264329749c0da488de9c8dfa2f18ce:
tee: optee: Fix missing devices unregister during optee_remove (2021-10-12 13:24:39 +0200)
----------------------------------------------------------------
Fix missing devices unregister during optee_remove
Unregisters OP-TEE client devices (UUIDs of some known Trusted
Applications) from the TEE bus when the OP-TEE driver is unloaded.
----------------------------------------------------------------
Sumit Garg (1):
tee: optee: Fix missing devices unregister during optee_remove
drivers/tee/optee/core.c | 3 +++
drivers/tee/optee/device.c | 22 ++++++++++++++++++++++
drivers/tee/optee/optee_private.h | 1 +
3 files changed, 26 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [GIT PULL] another OP-TEE fix for v5.15
@ 2021-10-13 12:28 ` Jens Wiklander
0 siblings, 0 replies; 4+ messages in thread
From: Jens Wiklander @ 2021-10-13 12:28 UTC (permalink / raw)
To: arm, soc; +Cc: op-tee, Linux Kernel Mailing List, Sumit Garg
Hello arm-soc maintainers,
Please pull this OP-TEE driver fix to unregister OP-TEE client devices
from the TEE bus when the OP-TEE driver is unloaded.
Note that this is based on the previous already merged OP-TEE driver
fix.
Thanks,
Jens
The following changes since commit 88a3856c0a8c03188db7913f4d49379432fe1f93:
tee/optee/shm_pool: fix application of sizeof to pointer (2021-09-14 07:54:56 +0200)
are available in the Git repository at:
git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-fix2-for-v5.15
for you to fetch changes up to 7f565d0ead264329749c0da488de9c8dfa2f18ce:
tee: optee: Fix missing devices unregister during optee_remove (2021-10-12 13:24:39 +0200)
----------------------------------------------------------------
Fix missing devices unregister during optee_remove
Unregisters OP-TEE client devices (UUIDs of some known Trusted
Applications) from the TEE bus when the OP-TEE driver is unloaded.
----------------------------------------------------------------
Sumit Garg (1):
tee: optee: Fix missing devices unregister during optee_remove
drivers/tee/optee/core.c | 3 +++
drivers/tee/optee/device.c | 22 ++++++++++++++++++++++
drivers/tee/optee/optee_private.h | 1 +
3 files changed, 26 insertions(+)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] another OP-TEE fix for v5.15
2021-10-13 12:28 ` Jens Wiklander
(?)
@ 2021-10-13 19:40 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2021-10-13 19:40 UTC (permalink / raw)
To: Jens Wiklander; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:
On Wed, 13 Oct 2021 14:28:54 +0200 you wrote:
> Hello arm-soc maintainers,
>
> Please pull this OP-TEE driver fix to unregister OP-TEE client devices
> from the TEE bus when the OP-TEE driver is unloaded.
>
> Note that this is based on the previous already merged OP-TEE driver
> fix.
>
> [...]
Here is the summary with links:
- [GIT,PULL] another OP-TEE fix for v5.15
https://git.kernel.org/soc/soc/c/3536ac5d771b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [GIT PULL] another OP-TEE fix for v5.15
2021-10-13 12:28 ` Jens Wiklander
(?)
(?)
@ 2021-10-13 19:40 ` patchwork-bot+linux-soc
-1 siblings, 0 replies; 4+ messages in thread
From: patchwork-bot+linux-soc @ 2021-10-13 19:40 UTC (permalink / raw)
To: Jens Wiklander; +Cc: soc
Hello:
This pull request was applied to soc/soc.git (for-next)
by Arnd Bergmann <arnd@arndb.de>:
On Wed, 13 Oct 2021 14:28:54 +0200 you wrote:
> Hello arm-soc maintainers,
>
> Please pull this OP-TEE driver fix to unregister OP-TEE client devices
> from the TEE bus when the OP-TEE driver is unloaded.
>
> Note that this is based on the previous already merged OP-TEE driver
> fix.
>
> [...]
Here is the summary with links:
- [GIT,PULL] another OP-TEE fix for v5.15
https://git.kernel.org/soc/soc/c/3536ac5d771b
You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-10-13 19:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-13 12:28 [GIT PULL] another OP-TEE fix for v5.15 Jens Wiklander
2021-10-13 12:28 ` Jens Wiklander
2021-10-13 19:40 ` patchwork-bot+linux-soc
2021-10-13 19:40 ` patchwork-bot+linux-soc
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.