mbox series

[GIT,PULL] Qualcomm driver fix for v6.9

Message ID 20240420163816.1133528-1-andersson@kernel.org
State New
Headers show
Series [GIT,PULL] Qualcomm driver fix for v6.9 | expand

Pull-request

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

Message

Bjorn Andersson April 20, 2024, 4:38 p.m. UTC
The following changes since commit 4cece764965020c22cff7665b18a012006359095:

  Linux 6.9-rc1 (2024-03-24 14:10:05 -0700)

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

for you to fetch changes up to ed09f81eeaa8f9265e1787282cb283f10285c259:

  firmware: qcom: uefisecapp: Fix memory related IO errors and crashes (2024-04-09 10:05:03 -0500)

----------------------------------------------------------------
Qualcomm driver fix for v6.9

This reworks the memory layout of the argument buffers passed to trusted
applications in QSEECOM, to avoid failures and system crashes.

----------------------------------------------------------------
Maximilian Luz (1):
      firmware: qcom: uefisecapp: Fix memory related IO errors and crashes

 drivers/firmware/qcom/qcom_qseecom_uefisecapp.c | 137 ++++++++++++++++--------
 drivers/firmware/qcom/qcom_scm.c                |  37 ++-----
 include/linux/firmware/qcom/qcom_qseecom.h      |  55 +++++++++-
 include/linux/firmware/qcom/qcom_scm.h          |  10 +-
 4 files changed, 153 insertions(+), 86 deletions(-)