lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <85eae93c-3533-4494-9277-43fd836112ce@gmail.com>
Date: Tue, 10 Sep 2024 23:10:11 +0200
From: Maximilian Luz <luzmaximilian@...il.com>
To: Jérôme de Bretagne <jerome.debretagne@...il.com>,
 Bjorn Andersson <andersson@...nel.org>,
 Konrad Dybcio <konradybcio@...nel.org>, Rob Herring <robh@...nel.org>,
 Krzysztof Kozlowski <krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>
Cc: Johan Hovold <johan+linaro@...nel.org>, linux-arm-msm@...r.kernel.org,
 devicetree@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH v2 2/5] firmware: qcom: scm: Allow QSEECOM on Microsoft
 Surface Pro 9 5G

On 9/9/24 12:35 AM, Jérôme de Bretagne wrote:
> Add the SC8280XP-based Microsoft Surface Pro 9 5G to the allowlist.
> 
> Reviewed-by: Konrad Dybcio <konradybcio@...nel.org>
> Signed-off-by: Jérôme de Bretagne <jerome.debretagne@...il.com>
> ---
>   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 00c379a3cceb..5c8d8d75fb0a 100644
> --- a/drivers/firmware/qcom/qcom_scm.c
> +++ b/drivers/firmware/qcom/qcom_scm.c
> @@ -1725,6 +1725,7 @@ EXPORT_SYMBOL_GPL(qcom_scm_qseecom_app_send);
>   static const struct of_device_id qcom_scm_qseecom_allowlist[] __maybe_unused = {
>   	{ .compatible = "lenovo,flex-5g" },
>   	{ .compatible = "lenovo,thinkpad-x13s", },
> +	{ .compatible = "microsoft,arcata", },
>   	{ .compatible = "qcom,sc8180x-primus" },
>   	{ .compatible = "qcom,x1e80100-crd" },
>   	{ .compatible = "qcom,x1e80100-qcp" },

Looks good to me.

Reviewed-by: Maximilian Luz <luzmaximilian@...il.com>

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ