From: lxoliva Date: Sat, 5 Oct 2019 21:02:06 +0000 (+0000) Subject: new false positive in 5.3.4 and 5.2.19 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=ef9ca82f8df53d8e243f6741829c17b5bef34d77;p=releases.git new false positive in 5.3.4 and 5.2.19 git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@16860 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index 189b893d320..fa41b048fe0 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2019-09-01 +# deblob-check version 2019-10-05 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -5488,6 +5488,9 @@ set_except () { accept 'static[ ]int[ ]allegro_firmware_request_nowait[(]' drivers/staging/media/allegro-dvt/allegro-core.c accept '[\t]ret[ ]=[ ]allegro_firmware_request_nowait[(]' drivers/staging/media/allegro-dvt/allegro-core.c + # New in 5.3.4 and 5.2.19 + defsnc '[\t]static[ ]const[ ]struct[ ]hda_alc298_mbxinit[ ]dac_init\[\][ ]=' sound/pci/hda/patch_realtek.c + ;; */*freedo*.patch | */*logo*.patch)