]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel...
authorArnd Bergmann <arnd@arndb.de>
Fri, 17 Oct 2025 13:26:23 +0000 (15:26 +0200)
committerArnd Bergmann <arnd@arndb.de>
Fri, 17 Oct 2025 13:26:52 +0000 (15:26 +0200)
commit1d4e7d9f6b7e4e45ec8ca03ae1bbc6ae7165b6f0
tree4016e09a3c41a1ed0d1ad7e93067ae2d3b20fd8c
parent3a8660878839faadb4f1a6dd72c3179c1df56787
parent3b63efa21bc6acc1a0fadd1dd0f0e1988a4c0177
Merge tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee into arm/fixes

TEE QTEE fixes for v6.18

- Adds ARCH_QCOM dependency for the QTEE driver
- Fixing return values for copy_from_user() failures
- Guarding against potential off by one read

* tag 'tee-qcomtee-fixes-for-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/jenswi/linux-tee:
  tee: QCOMTEE should depend on ARCH_QCOM
  tee: qcom: return -EFAULT instead of -EINVAL if copy_from_user() fails
  tee: qcom: prevent potential off by one read