Linux-libre: accept new false positive in 5.18.5, 5.15.48, 5.10.123, 5.4.199, 4.19...
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Thu, 16 Jun 2022 17:16:26 +0000 (17:16 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Thu, 16 Jun 2022 17:16:26 +0000 (17:16 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@18782 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index 01acd3b1a454d0d984e3bb4b40b4672f5c06efad..51d1076588cfd86e256ec999992bdc01b3d96085 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# deblob-check version 2022-06-09 r18767
+# deblob-check version 2022-06-16 r18782
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6521,6 +6521,9 @@ set_except () {
     # New in 5.18.3, 5.17.14, 5.15.46, 5.10.121.
     accept 'MODULE_FIRMWARE[(]["]regulatory\.db\(\.p7s\)\?["][)][;]' net/wireless/reg.c
 
+    # New in 5.18.5, 5.15.48, 5.10.123, 5.4.199, 4.19.248, 4.14.284, 4.9.319.
+    accept 'combination[ ]with[ ]a[ ]microcode[ ]update[.][ ]The[ ]microcode[ ]clears' Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)