From: lxoliva Date: Sun, 14 Jul 2019 23:08:07 +0000 (+0000) Subject: accept new false positives in linux 5.2.1, 5.1.17, and 4.19.58 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=a7f78a717796a19375800562447bc0263a5701c3;p=releases.git accept new false positives in linux 5.2.1, 5.1.17, and 4.19.58 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@16565 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index 61df097a70f..2db980ebc80 100755 --- a/deblob-check +++ b/deblob-check @@ -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 @@ -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)