diff options
| author | Alexandre Oliva <lxoliva@fsfla.org> | 2014-12-08 18:31:49 +0000 |
|---|---|---|
| committer | Alexandre Oliva <lxoliva@fsfla.org> | 2014-12-08 18:31:49 +0000 |
| commit | 1bbc70b4436ccaac09cbbb5471138435a576f0c7 (patch) | |
| tree | 9afdcf73e8bc30617cf80d963d55621f64803e16 /scripts/deblob-check | |
| parent | 01de4cbfd49f33eaf92ee69fb5b1ab96831b4641 (diff) | |
| download | linux-libre-raptor-1bbc70b4436ccaac09cbbb5471138435a576f0c7.tar.gz linux-libre-raptor-1bbc70b4436ccaac09cbbb5471138435a576f0c7.zip | |
New false positive in patch for 3.17.6.
Diffstat (limited to 'scripts/deblob-check')
| -rwxr-xr-x | scripts/deblob-check | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/deblob-check b/scripts/deblob-check index bbe223e12..ce9ac1cb2 100755 --- a/scripts/deblob-check +++ b/scripts/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2014-12-07 +# deblob-check version 2014-12-08 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva <lxoliva@fsfla.org> @@ -3979,6 +3979,8 @@ set_except () { # False positives in patch-3.17.2, 3.16.7, 3.14.23 and newer. accept '[;][/][*]@@[ ]-[0-9]*,[0-9]*[ ][+][0-9]*,[0-9]*[ ]@@[ ]_request_firmware[(]const[ ]struct[ ]firmware' drivers/base/firmware_class.c accept '[ ]ret[ ]=[ ]_request_firmware_prepare[(]' drivers/base/firmware_class.c + # False positive in patch-3.17.6 and newer. + initnc '[;][/][*]@@[ ]-[0-9]*,[0-9]*[ ][+][0-9]*,[0-9]*[ ]@@[ ]static[ ]const[ ]struct[ ]reg_default[ ]rt5670_reg\[\][ ]=[ ][{][*][/][;]' sound/soc/codecs/rt5670.c ;; */patch-3.13*) |

