The first patch address the regression with efivars using the qseecom driver reported by Johan Hovold. The second patch removed dead code that was left over during the conversion of the qseecom driver to using tzmeme. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx> --- Changes in v2: - Update the kerneldoc for qcom_tzmem_to_phys() - Link to v1: https://lore.kernel.org/r/20240730-tzmem-efivars-fix-v1-0-bb78884810b5@xxxxxxxxxx --- Bartosz Golaszewski (2): firmware: qcom: tzmem: fix virtual-to-physical address conversion firmware: qcom: qseecom: remove unused functions drivers/firmware/qcom/qcom_tzmem.c | 32 +++++++++++++-------- include/linux/firmware/qcom/qcom_qseecom.h | 45 ------------------------------ 2 files changed, 21 insertions(+), 56 deletions(-) --- base-commit: 931a3b3bccc96e7708c82b30b2b5fa82dfd04890 change-id: 20240730-tzmem-efivars-fix-d9635d39cbf2 Best regards, -- Bartosz Golaszewski <bartosz.golaszewski@xxxxxxxxxx>