X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-check;h=55eb767d59840bb00c40a585c3a239361fe77cb9;hb=9ff35791b2d0cfc68a1bae475b6bfcd03c3b3cfa;hp=99a7bbc22746772a2bf69a948544819bf14b1278;hpb=8437b2928c7fd032657f571974c004130f940956;p=releases.git diff --git a/deblob-check b/deblob-check index 99a7bbc22746..55eb767d5984 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,18 @@ #! /bin/sh # deblob-check version 2023-10-23 r19416 +# modified with 2023-12-26 r19450 (partial) +# modified with 2024-03-01 r19492 +# modified with 2024-03-27 r19512 +# modified with 2024-03-29 r19515 +# modified with 2024-03-29 r19518 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva # Check http://www.fsfla.org/svn/fsfla/software/linux-libre for newer # versions. -# Copyright 2008-2023 Alexandre Oliva +# Copyright 2008-2024 Alexandre Oliva # # This program is part of GNU Linux-libre, a GNU project that # publishes scripts to clean up Linux so as to make it suitable for @@ -7107,6 +7112,16 @@ set_except () { accept '[\t][$][(]Q[)]\.[/]\(no\)\?libc-test[ ][>][ ]["][$][(]CURDIR[)][/]run\.out["]' tools/testing/selftests/nolibc/Makefile accept '[\t][\t]echo[ ]["][ ]---[ ]Summary:[ ]Exit[ ]code[ ][$]retcode[ ]from[ ][$]flavor[,][ ]see[ ]Make\.out' tools/testing/selftests/rcutorture/bin/torture.sh + # New in 6.7-rc, 6.6.9 and 6.1.70. + accept '[/][*][ ]Chen-Yu[ ]Tsai[\'"'"']s[ ]regdb[ ]certificate[ ][*][/][\n0-9a-fx, ]*' net/wireless/certs/wens.hex + + # New in 6.7.7, 6.6.19, 6.1.80, and 5.15.150. + blobname '\(silead[/]\)\?gsl3692-teclast-x16-plus\.fw' drivers/platform/x86/touchscreen_dmi.c + + # New in 6.8.2, 6.7.11, 6.6.23, 6.1.83. + accept '[\t]ret[ ]=[ ]request_firmware[(][&]\(sdev->basefw\.fw\|adata->fw_dbin\)[,][ ]fw_filename[,][ ]sdev->dev[)]' sound/soc/sof/amd/acp-loader.c + accept '[\t][\t][\t]*adata->fw_\(code\|data\)_bin[ ]=[ ]devm_kasprintf[(]sdev->dev[,][ \n\t]*GFP_KERNEL[,][ \n\t]*["]\(%s[/]\)\?sof-%s-\(code\|data\)\.bin["]' sound/soc/sof/amd/acp.c + ;; */*freedo*.patch | */*logo*.patch)