X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-check;h=6c8e426683efb51e4cf4bb1a1f26f829b2654eed;hb=aa5aa3b475968fe36017056117fa8c2f9a337b95;hp=3363345aef16f21392d195fd48b595a1ecbed223;hpb=4d343ebc338d56711366497ef2b81fe4e06cba17;p=releases.git diff --git a/deblob-check b/deblob-check index 3363345aef1..6c8e426683e 100755 --- a/deblob-check +++ b/deblob-check @@ -14,13 +14,22 @@ # modified with 2022-06-16 r18782 # modified with 2022-07-10 r18820 (partial) # modified with 2022-08-25 r18881 +# modified with 2022-09-11 r18905 +# modified with 2022-11-16 r18984 +# modified with 2022-11-27 r18997 (partial) +# modified with 2023-02-01 r19031 +# modified with 2023-03-17 r19120 +# modified with 2023-05-17 r19267 +# modified with 2023-06-09 r19312 +# modified with 2021-12-20 r18515 (more partial) +# modified with 2023-07-24 r19347 # 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-2022 Alexandre Oliva +# Copyright 2008-2023 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 @@ -6369,6 +6378,33 @@ set_except () { # New in 5.19.4, 5.15.63. accept '[\t]if[ ][(]!request_firmware_direct[(][&]fw[,][ ]kpu_profile[,][ ]rvu->dev[)][)]' drivers/net/ethernet/marvell/octeontx2/af/rvu_npc.c + # New in 6.0-rc5, 5.19.9, 5.15.68. + defsnc '[\t]unsigned[ ]char[ ]modified_gray_code\[\][ ]=' arch/arm/mach-at91/pm.c + + # New in 6.0.9, 5.15.79, and 5.10.155. + accept '[\t]err[ ]=[ ]request_firmware_nowait[(]THIS_MODULE[,][ ]true[,][ ]["]regulatory\.db["][,]' net/wireless/reg.c + + # New in 6.1-rc, 6.0.11, 5.15.81, 5.10.157. + blobname 'gsl1680-rca-cambio-w101-v2\.fw' drivers/platform/x86/touchscreen_dmi.c + + # New in 6.1.9, 5.15.91, 5.10.166. + blobname 'gsl1680-csl-panther-tab-hd\.fw' drivers/platform/x86/touchscreen_dmi.c + + # New in 6.2.7, 6.1.20, 5.15.103, 5.10.175, 5.4.237, 4.19.278, 4.14.310. + accept '[\t][ ][*][ ]updated[ ]microcode[ ]at[ ]the[ ]time' arch/x86/kernel/cpu/amd.c + + # New in 6.3.3, 6.2.16, 6.1.29, 5.15.112, 5.10.180, 5.4.243, 4.19.283. + blobname 'gsl1680-dexp-ursus-kx210i\.fw' drivers/platform/x86/touchscreen_dmi.c + + # New in 6.3.7, 6.1.33, 5.15.115, 5.10.183, 5.4.246. + accept '[\t][\t]req->name[ ]=[ ]test_fw_config->name[;][\n][\t][\t]req->fw_buf[ ]=[ ]NULL[;][\n][\t][\t]req->fw[ ]=[ ]NULL[;][\n][\t][\t]req->idx[ ]=[ ]i[;][\n][\t][\t]init_completion[(][&]req->completion[)][;][\n][\t][\t]rc[ ]=[ ]request_firmware_nowait[(]THIS_MODULE[,][ ]\([^);, \t\n]*[,][ \t\n]*\)*trigger_batched_cb[)][;]' lib/test_firmware.c + + # New in 5.15.121. + blobname 'qcom[/]apq8016[/]\(\(mba\|modem\|wcnss\)\.mbn\|WCNSS_qcom_wlan_nv_sbc\.bin\)' arch/arm64/boot/dts/qcom/apq8016-sbc.dts + + # New in 6.4.6, 6.1.41, 5.15.122, 5.10.187, 5.4.250, 4.19.289. + blobna 'please[ ]update[ ]your[ ]microcode' arch/x86/kernel/cpu/amd.c + ;; */*freedo*.patch | */*logo*.patch)