mbox series

[GIT,PULL] tee memref null for v5.10

Message ID 20200821102535.GA1872111@jade (mailing list archive)
State Accepted
Commit d4ee2d35009adec016dccb47416dda411a791072
Headers show
Series [GIT,PULL] tee memref null for v5.10 | expand

Pull-request

git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-memref-null-for-v5.10

Message

Jens Wiklander Aug. 21, 2020, 10:25 a.m. UTC
Hello arm-soc maintainers,

Please pull this patch enabling a TEE client to indicate a NULL pointer
instead of a valid buffer when invoking a Trusted Application.

Thanks,
Jens

The following changes since commit 9123e3a74ec7b934a4a099e98af6a61c2f80bbf5:

  Linux 5.9-rc1 (2020-08-16 13:04:57 -0700)

are available in the Git repository at:

  git://git.linaro.org/people/jens.wiklander/linux-tee.git tags/tee-memref-null-for-v5.10

for you to fetch changes up to ba171d3f0850003216fd1a85190d17b1feddb961:

  driver: tee: Handle NULL pointer indication from client (2020-08-21 08:55:13 +0200)

----------------------------------------------------------------
Handle NULL pointer indication from tee client

Adds support to indicate NULL pointers instead of a valid buffer when
querying the needed size of a buffer.

----------------------------------------------------------------
Cedric Neveux (1):
      driver: tee: Handle NULL pointer indication from client

 drivers/tee/optee/core.c      |  7 +++++++
 drivers/tee/optee/optee_smc.h |  3 +++
 drivers/tee/tee_core.c        | 49 +++++++++++++++++++++++++++----------------
 include/linux/tee_drv.h       |  3 +++
 include/uapi/linux/tee.h      | 13 ++++++++++++
 5 files changed, 57 insertions(+), 18 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Aug. 21, 2020, 4:34 p.m. UTC | #1
Hello:

This pull request was applied to soc/soc.git (refs/heads/for-next).

On Fri, 21 Aug 2020 12:25:35 +0200 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this patch enabling a TEE client to indicate a NULL pointer
> instead of a valid buffer when invoking a Trusted Application.
> 
> Thanks,
> Jens
> 
> [...]


Here is a summary with links:
  - [GIT,PULL] tee memref null for v5.10
    https://git.kernel.org/soc/soc/c/d4ee2d35009adec016dccb47416dda411a791072

You are awesome, thank you!