Message ID | 20241003211139.9296-3-alex.vinarskis@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 304c250ba121f5c505be3fc13dec984016f3c032 |
Headers | show |
Series | X1E Dell XPS 9345 support | expand |
Hello Aleksandrs, [Again in plain text] On Thu, 3 Oct 2024 at 23:12, Aleksandrs Vinarskis <alex.vinarskis@gmail.com> wrote: > > Allow particular machine accessing eg. efivars. > > Signed-off-by: Aleksandrs Vinarskis <alex.vinarskis@gmail.com> > Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> > --- > drivers/firmware/qcom/qcom_scm.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c > index 10986cb11ec0..2495c08a52f5 100644 > --- a/drivers/firmware/qcom/qcom_scm.c > +++ b/drivers/firmware/qcom/qcom_scm.c > @@ -1731,6 +1731,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send); > + any potential issues with this, only allow validated machines for now. > */ > static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { > + { .compatible = "dell,xps13-9345" }, > { .compatible = "lenovo,flex-5g" }, > { .compatible = "lenovo,thinkpad-t14s" }, > { .compatible = "lenovo,thinkpad-x13s", }, > -- > 2.43.0 Tested-by: Stefan Schmidt <stefan.schmidt@linaro.org> regards Stefan Schmidt
diff --git a/drivers/firmware/qcom/qcom_scm.c b/drivers/firmware/qcom/qcom_scm.c index 10986cb11ec0..2495c08a52f5 100644 --- a/drivers/firmware/qcom/qcom_scm.c +++ b/drivers/firmware/qcom/qcom_scm.c @@ -1731,6 +1731,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send); + any potential issues with this, only allow validated machines for now. */ static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = { + { .compatible = "dell,xps13-9345" }, { .compatible = "lenovo,flex-5g" }, { .compatible = "lenovo,thinkpad-t14s" }, { .compatible = "lenovo,thinkpad-x13s", },