Message ID | 20240731-tzmem-efivars-fix-v2-0-f0e84071ec07@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | firmware: qcom: fix an efivars regression in qseecom | expand |
On Wed, Jul 31, 2024 at 9:45 AM Bartosz Golaszewski <brgl@bgdev.pl> wrote: > > 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@linaro.org> > --- > 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@linaro.org > > --- > 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@linaro.org> > It's been two weeks. Can this be picked up into v6.11? Bart
On Wed, 31 Jul 2024 09:44:55 +0200, Bartosz Golaszewski wrote: > 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. > > Applied, thanks! [1/2] firmware: qcom: tzmem: fix virtual-to-physical address conversion commit: 1c753d001a259d0278fe318a1ed3c8aa5f3ea09e [2/2] firmware: qcom: qseecom: remove unused functions commit: 924fc22c282edbf93869b150d9e1b47e0b10485e Best regards,
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@linaro.org> --- 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@linaro.org --- 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,