match new false positive in 5.2.3, 5.1.20, and 4.19.61
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 26 Jul 2019 19:17:56 +0000 (19:17 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Fri, 26 Jul 2019 19:17:56 +0000 (19:17 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@16604 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index 2db980ebc809fac83a9c7c6fc743aabedb631647..59be622c1cb2c749970ff9a28569f78dca12527e 100755 (executable)
@@ -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 <lxoliva@fsfla.org>
 
@@ -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)