accept new false positives in linux 5.2.1, 5.1.17, and 4.19.58
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Sun, 14 Jul 2019 23:08:07 +0000 (23:08 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Sun, 14 Jul 2019 23:08:07 +0000 (23:08 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@16565 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index 61df097a70f0c9ed9583db344be3a0ea6113408f..2db980ebc809fac83a9c7c6fc743aabedb631647 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# deblob-check version 2019-07-01
+# deblob-check version 2019-07-14
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -5424,6 +5424,9 @@ set_except () {
     # blobname 'sof-\(hsw\|bdw\|byt\|cht\)\(\.ri\|\(-nocodec\)\?\.tplg\)' sound/soc/sof/sof-acpi-dev.c
     # blobname 'sof-\(apl\|glk\|cnl\|icl\|skl\|kbl\)\(\.ri\|\(-nocodec\)\?\.tplg\)' sound/soc/sof/sof-pci-dev.c
 
+    # New in 5.2.1, 5.1.18, and 4.19.58.
+    accept '[ ][ ][ ]the[ ]latest[ ]updated[ ]microcode\.' Documentation/admin-guide/hw-vuln/spectre.rst
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)