From e63eb43a66e511104eb9c44479b22ce2a20e1488 Mon Sep 17 00:00:00 2001 From: Freedo Date: Wed, 9 Aug 2023 00:19:18 +0000 Subject: [PATCH] GNU Linux-libre 4.14.321-gnu1 scripts --- deblob-4.14 | 2 +- deblob-check | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/deblob-4.14 b/deblob-4.14 index 10ce6a164da..d37177aef24 100755 --- a/deblob-4.14 +++ b/deblob-4.14 @@ -2958,7 +2958,7 @@ clean_blob drivers/remoteproc/qcom_q6v5_pil.c clean_kconfig drivers/remoteproc/Kconfig QCOM_Q6V5_PIL clean_mk CONFIG_QCOM_Q6V5_PIL drivers/remoteproc/Makefile -announce QCOM_WCNSS_PIL - "Qualcomm WCNSS Peripherial Image Loader" +announce QCOM_WCNSS_PIL - "Qualcomm WCNSS Peripheral Image Loader" clean_blob drivers/remoteproc/qcom_wcnss.c clean_kconfig drivers/remoteproc/Kconfig QCOM_WCNSS_PIL clean_mk CONFIG_QCOM_WCNSS_PIL drivers/remoteproc/Makefile diff --git a/deblob-check b/deblob-check index 4ff297114a3..d5a86e4a988 100755 --- a/deblob-check +++ b/deblob-check @@ -5,6 +5,7 @@ # modified with 2022-05-09 r18697 # modified with 2022-06-16 r18782 # modified with 2023-03-17 r19120 +# modified with 2023-08-08 r19366 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6296,6 +6297,11 @@ set_except () { # New in 6.2.7, 6.1.20, 5.15.103, 5.10.175, 5.4.237, 4.19.278, 4.14.310. accept '[\t][ ][*][ ]updated[ ]microcode[ ]at[ ]the[ ]time' arch/x86/kernel/cpu/amd.c + # New in 6.4.9, 6.1.44, 5.15.125, 5.10.189, 5.4.252, 4.19.290, 4.14.320. + accept 'GDS[ ]can[ ]also[ ]be[ ]mitigated[ ]on[ ]systems[ ]that[ ]don.t[ ]have[ ]updated[ ]microcode' Documentation/admin-guide/hw-vuln/gather_data_sampling.rst + accept 'The[ ]updated[ ]microcode[ ]will[ ]enable[ ]the[ ]mitigation[ ]by[ ]default' Documentation/admin-guide/hw-vuln/gather_data_sampling.rst + accept '[\t]*This[ ]issue[ ]is[ ]mitigated[ ]by[ ]default[ ]in[ ]updated[ ]microcode' Documentation/admin-guide/kernel-parameters.txt + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1