From: lxoliva Date: Fri, 26 Jul 2019 19:17:56 +0000 (+0000) Subject: match new false positive in 5.2.3, 5.1.20, and 4.19.61 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=ef2a56f542a7106d1f60999110b4de06f4f3b052;p=releases.git match new false positive in 5.2.3, 5.1.20, and 4.19.61 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@16604 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index 2db980ebc809..59be622c1cb2 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2019-07-14 +# deblob-check version 2019-07-26 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -5427,6 +5427,9 @@ set_except () { # New in 5.2.1, 5.1.18, and 4.19.58. accept '[ ][ ][ ]the[ ]latest[ ]updated[ ]microcode\.' Documentation/admin-guide/hw-vuln/spectre.rst + # New in 5.2.3, 5.1.20, and 4.19.61. + defsnc 'static[ ]const[ ]u32[ ]runnable_avg_yN_inv\[\][ ]__maybe_unused[ ]=' kernel/sched/sched-pelt.h + ;; */*freedo*.patch | */*logo*.patch)