From: lxoliva Date: Wed, 11 Nov 2020 01:54:54 +0000 (+0000) Subject: deblob-check: new false positive in 5.9.7 and 5.4.76. X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=a071277b500d147ef0c4556b361ee76a6d454fe3;p=releases.git deblob-check: new false positive in 5.9.7 and 5.4.76. git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@17761 559672b5-ba27-0410-b829-e8f1faed8b1b --- diff --git a/deblob-check b/deblob-check index a485748f7f7..ed18b0aa673 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2020-10-29 +# deblob-check version 2020-11-10 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -4192,11 +4192,12 @@ set_except () { blobname 'brcm[/]brcmfmac4358-pcie\.bin' drivers/net/wireless/brcm80211/brcmfmacpcie.c blobname 'brcm[/]brcmfmac43241b5-sdio\.bin' drivers/net/wireless/brcm80211/brcmfmac/sdio.c # http://arago-project.org/git/projects/?p=am33x-cm3.git contains - # source code and the license even looks like a Free Software - # license, but there are provisions about trade secrets that might - # be contained in blobs therein. Furthermore, the license hasn't - # been reviewed by the FSF. So let's keep on assuming it's - # non-Free, until we get a definitive answer. + # source code and the Texas Instruments, Inc Software License + # Agreeent even looks like a Free Software license, but there are + # provisions about trade secrets that might be contained in blobs + # therein. Furthermore, the license hasn't been reviewed by the + # FSF. So let's keep on assuming it's non-Free, until we get a + # definitive answer. blobname 'am335x-pm-firmware\.elf' Documentation/devicetree/bindings/remoteproc/wkup_m3_rproc.txt blobname 'rtl_bt[/]rtl\(8723[ab]\|8821a\|8761a\)_fw\.bin' drivers/bluetooth/btrtl.c blobname 'radeon[/]\(bonaire\|kabini\|kaveri\|hawaii\|mullins\)_uvd\.bin' drivers/gpu/drm/amd/amdgpu/amdgpu_uvd.c @@ -6023,6 +6024,9 @@ set_except () { # New in 5.9.2 and 5.8.17. accept '[\t][\t]\.driver_data[ ]=[ ]["]sof-[^" ;]*\.tplg["]' sound/soc/sof/sof-pci-dev.c + # New in 5.9.7 and 5.4.76. + defsc 'static[ ]const[ ]struct[ ]font_data[ ]fontdata_ter16x32[ ]=' lib/fonts/font_ter16x32.c + ;; */*freedo*.patch | */*logo*.patch)