GNU Linux-libre 6.4.9-gnu
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 9 Aug 2023 04:15:37 +0000 (04:15 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 9 Aug 2023 04:15:37 +0000 (04:15 +0000)
Adjustments also needed by 6.1.44-gnu, 5.15.125-gnu, 5.10.189-gnu1,
5.4.252-gnu1, 4.19.290-gnu1, and 4.14.320-gnu1.

git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@19366 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index 9b1e00d9622afb42aa9b30028a658a71912e93eb..fae7cffdd9564be1932184880399c3f30aef2c7b 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# deblob-check version 2023-08-03 r19361
+# deblob-check version 2023-08-08 r19366
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6950,6 +6950,11 @@ set_except () {
     defsnc '[\t]static[ ]const[ ]unsigned[ ]long[ ]range\[\][ ]=' lib/test_maple_tree.c
     defsnc '[\t]static[ ]const[ ]unsigned[ ]long[ ]set\[\][ ]=' tools/testing/radix-tree/maple.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)