[GIT PULL] Qualcomm driver fix for v6.19
From: Bjorn Andersson <andersson@kernel.org>
Date: 2026-01-28 15:20:12
Also in:
linux-arm-msm
From: Bjorn Andersson <andersson@kernel.org>
Date: 2026-01-28 15:20:12
Also in:
linux-arm-msm
The following changes since commit 8f0b4cce4481fb22653697cced8d0d04027cb1e8: Linux 6.19-rc1 (2025-12-14 16:05:07 +1200) are available in the Git repository at: https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-fixes-for-6.19 for you to fetch changes up to f2090ebdb59d0546cbd7b55d9dd63a77133efc03: soc: qcom: smem: fix qcom_smem_is_available and check if __smem is valid (2026-01-28 09:10:53 -0600) ---------------------------------------------------------------- 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. ---------------------------------------------------------------- Christian Marangi (1): soc: qcom: smem: fix qcom_smem_is_available and check if __smem is valid drivers/soc/qcom/smem.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)