new false positive in 5.9.9
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 18 Nov 2020 23:44:10 +0000 (23:44 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 18 Nov 2020 23:44:10 +0000 (23:44 +0000)
git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@17766 559672b5-ba27-0410-b829-e8f1faed8b1b

deblob-check

index ed18b0aa673270d32711421173e3b6c91f64fab8..f65a1e6094ad4d9f7a2227a99b0f0652d93f1e99 100755 (executable)
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# deblob-check version 2020-11-10
+# deblob-check version 2020-11-18
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6027,6 +6027,9 @@ set_except () {
     # New in 5.9.7 and 5.4.76.
     defsc 'static[ ]const[ ]struct[ ]font_data[ ]fontdata_ter16x32[ ]=' lib/fonts/font_ter16x32.c
 
+    # New in 5.9.9.
+    defsnc 'static[ ]const[ ]struct[ ]msm_gpio_wakeirq_map[ ]sm8250_pdc_map\[\][ ]=' drivers/pinctrl/qcom/pinctrl-sm8250.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)