GNU Linux-libre 4.14.321-gnu1 scripts scripts/v4.14.321-gnu1
authorFreedo <freedo@linux-libre.fsfla.org>
Wed, 9 Aug 2023 00:19:18 +0000 (00:19 +0000)
committerFreedo <freedo@linux-libre.fsfla.org>
Wed, 9 Aug 2023 00:19:18 +0000 (00:19 +0000)
deblob-4.14
deblob-check

index 10ce6a164da2304e4c41a6912ca403ae212be6d2..d37177aef24dc568935210ea51771bcdad4e060b 100755 (executable)
@@ -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
index 4ff297114a32c04b75273bbc924f7383180bbfe4..d5a86e4a988bb1ac0f3ae7dcad365e38de91c9ad 100755 (executable)
@@ -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 <lxoliva@fsfla.org>
 
@@ -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)