Merge tag 'tee-for-v6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/jenswi...
authorArnd Bergmann <arnd@arndb.de>
Sat, 10 May 2025 09:09:43 +0000 (11:09 +0200)
committerArnd Bergmann <arnd@arndb.de>
Sat, 10 May 2025 09:09:49 +0000 (11:09 +0200)
commit9477c3e68e0ada4655939b4d49fa79377f0882f3
treed5118dcf168f1f017f09852d187275a54c66be4d
parent85751585e42829666dfb7ab15155df060615cb46
parent39bb67edcc582b3b386a9ec983da67fa8a10ec03
Merge tag 'tee-for-v6.16' of https://git./linux/kernel/git/jenswi/linux-tee into soc/drivers

Small TEE updates for v6.16

- Remove an unnecessary NULL check before release_firmware() in the
  OP-TEE driver
- Prevent a size wrap in the TEE subsystem. The wrap would have been caught
  later in the code so no security consequences.

* tag 'tee-for-v6.16' of https://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee:
  tee: Prevent size calculation wraparound on 32-bit kernels
  tee: optee: smc: remove unnecessary NULL check before release_firmware()

Link: https://lore.kernel.org/r/20250509065114.GA4188600@rayden
Signed-off-by: Arnd Bergmann <arnd@arndb.de>