mbox series

[GIT,PULL] OP-TEE fix for v5.16

Message ID 20211117125747.GA2896197@jade (mailing list archive)
State Accepted
Commit d063f30765fef6bca08e0caecb41ca3d6b96dc78
Headers show
Series [GIT,PULL] OP-TEE fix for v5.16 | expand

Pull-request

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

Message

Jens Wiklander Nov. 17, 2021, 12:57 p.m. UTC
Hello arm-soc maintainers,

Please pull this small OP-TEE driver fix to avoid a possible NULL pointer
dereference in the error handling path of a probe function.

Thanks,
Jens

The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

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

for you to fetch changes up to c23ca66a4dadb6f050dc57358bc8d57a747c35bf:

  optee: fix kfree NULL pointer (2021-11-16 14:41:23 +0100)

----------------------------------------------------------------
Fix possible NULL pointer dereference in OP-TEE driver

----------------------------------------------------------------
Lv Ruyi (1):
      optee: fix kfree NULL pointer

 drivers/tee/optee/ffa_abi.c | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Comments

patchwork-bot+linux-soc@kernel.org Nov. 22, 2021, 11:08 a.m. UTC | #1
Hello:

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

On Wed, 17 Nov 2021 13:57:47 +0100 you wrote:
> Hello arm-soc maintainers,
> 
> Please pull this small OP-TEE driver fix to avoid a possible NULL pointer
> dereference in the error handling path of a probe function.
> 
> Thanks,
> Jens
> 
> [...]

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

You are awesome, thank you!