]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge tag 'qcom-drivers-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux/kerne...
authorArnd Bergmann <arnd@arndb.de>
Thu, 29 Jan 2026 09:02:10 +0000 (10:02 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 29 Jan 2026 09:02:11 +0000 (10:02 +0100)
commitc3cb2722e28969650c58d6defb09d57339a2a223
tree2eae0d58a37c940ed7bb411d51041600538468ea
parent59e82a4237cf39be697f25f2da26f4bee3007826
parentf2090ebdb59d0546cbd7b55d9dd63a77133efc03
Merge tag 'qcom-drivers-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/fixes

Qualcomm driver fix for v6.19

The changes to the logic in the Qualcomm SMEM driver for separating
"failed to probe" from "not yet probed", did not change the
qcom_smem_is_available() function, with the result that clients sees
SMEM as always available. Clients might then proceed to interact with
SMEM in codepaths that aren't suited to cope with -EPROBE_DEFER.

* tag 'qcom-drivers-fixes-for-6.19' of https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
  soc: qcom: smem: fix qcom_smem_is_available and check if __smem is valid

Signed-off-by: Arnd Bergmann <arnd@arndb.de>