From 58778ef868bd246102e3b39fbcd9af0b00e5a0c5 Mon Sep 17 00:00:00 2001 From: lxoliva Date: Wed, 18 Nov 2020 23:44:10 +0000 Subject: [PATCH] new false positive in 5.9.9 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@17766 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index ed18b0aa673..f65a1e6094a 100755 --- a/deblob-check +++ b/deblob-check @@ -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 @@ -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) -- 2.31.1