mbox series

[GIT,PULL] OP-TEE tracepoints for v5.13

Message ID 20210315113733.GA1944243@jade (mailing list archive)
State Mainlined, archived
Commit 0101947dbcc3204f08fb5b69a21dbd4b1535cad6
Headers show
Series [GIT,PULL] OP-TEE tracepoints for v5.13 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-tracepoints-for-v5.13

Message

Jens Wiklander March 15, 2021, 11:37 a.m. UTC
Hello arm-soc maintainers,

Please pull this patch adding tracepoints around calls to OP-TEE in
secure world.

Thanks,
Jens

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/optee-tracepoints-for-v5.13

for you to fetch changes up to 0101947dbcc3204f08fb5b69a21dbd4b1535cad6:

  tee: optee: add invoke_fn tracepoints (2021-03-15 12:04:01 +0100)

----------------------------------------------------------------
Add tracepoints around calls to secure world

----------------------------------------------------------------
Jisheng Zhang (1):
      tee: optee: add invoke_fn tracepoints

 drivers/tee/optee/call.c        |  4 +++
 drivers/tee/optee/optee_trace.h | 67 +++++++++++++++++++++++++++++++++++++++++
 2 files changed, 71 insertions(+)
 create mode 100644 drivers/tee/optee/optee_trace.h

Comments

Arnd Bergmann March 23, 2021, 5:32 p.m. UTC | #1
From: Arnd Bergmann <arnd@arndb.de>

On Mon, 15 Mar 2021 12:37:33 +0100, Jens Wiklander wrote:
> Please pull this patch adding tracepoints around calls to OP-TEE in
> secure world.
> 
> Thanks,
> Jens
> 
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
> [...]

Merged into arm/drivers, thanks!

merge commit: 9a752ebe6bca61150f3eeee22a8d7b4516c8d350

       Arnd