mbox series

[GIT,PULL] Qualcomm driver fixes for v6.14

Message ID 20250311022509.1232678-1-andersson@kernel.org (mailing list archive)
State New
Headers show
Series [GIT,PULL] Qualcomm driver fixes for v6.14 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git tags/qcom-drivers-fixes-for-6.14

Message

Bjorn Andersson March 11, 2025, 2:25 a.m. UTC
The following changes since commit 2014c95afecee3e76ca4a56956a936e23283f05b:

  Linux 6.14-rc1 (2025-02-02 15:39:26 -0800)

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.14

for you to fetch changes up to 2eeb03ad9f42dfece63051be2400af487ddb96d2:

  soc: qcom: pdr: Fix the potential deadlock (2025-02-14 09:16:27 -0600)

----------------------------------------------------------------
Qualcomm driver fixes for v6.14

Fixes a locking issue in the PDR implementation, which manifest itself
as transaction timeouts during the startup procedure for some
remoteprocs.

A registration race is fixed in the custom efivars implementation,
resolving reported NULL pointer dereferences.

Error handling related to tzmem allocation is corrected, to ensure that
the allocation error is propagated.

Lastly a trivial merge mistake in pmic_glink is addressed.

----------------------------------------------------------------
Dan Carpenter (1):
      firmware: qcom: scm: Fix error code in probe()

Johan Hovold (1):
      firmware: qcom: uefisecapp: fix efivars registration race

Krzysztof Kozlowski (1):
      soc: qcom: pmic_glink: Drop redundant pg assignment before taking lock

Saranya R (1):
      soc: qcom: pdr: Fix the potential deadlock

 drivers/firmware/qcom/qcom_qseecom_uefisecapp.c | 18 +++++++++---------
 drivers/firmware/qcom/qcom_scm.c                |  4 ++--
 drivers/soc/qcom/pdr_interface.c                |  8 +-------
 drivers/soc/qcom/pmic_glink.c                   |  2 +-
 4 files changed, 13 insertions(+), 19 deletions(-)