X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-check;h=abd894aa3b3917777183c4e83df88a15575dac1e;hb=f124e1a9821325cb464fb93072027e3327dddacf;hp=96549b3901d97f490187f4e92d2faa6315029454;hpb=50ecc1c9f82010cd51aa38d665c06c693dd85dcf;p=releases.git diff --git a/deblob-check b/deblob-check index 96549b3901d9..abd894aa3b39 100755 --- a/deblob-check +++ b/deblob-check @@ -1,13 +1,20 @@ #! /bin/sh -# deblob-check version 2021-08-29 +# deblob-check version 2021-08-29 r18269 +# modified with 2022-01-27 r18550 +# modified with 2022-05-09 r18697 +# modified with 2022-06-16 r18782 +# modified with 2022-11-16 r18984 +# modified with 2023-02-01 r19031 +# modified with 2023-03-17 r19120 +# modified with 2023-05-17 r19267 # 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-2021 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 @@ -6280,6 +6287,27 @@ set_except () { accept 'ARM[ ]assembly[ ]source[ ]code[ ]available[ ]at[ ]https[:][/][/]linuxtv\.org[/]downloads[/]firmware[/]Boot\.S' firmware/WHENCE + # New in 5.16.3, 5.15.17, 5.10.94, 5.4.174, 4.19.226, 4.14.263. + accept 'static[ ]struct[ ]dvb_usb_device_properties[ ]\(p1100\|s660\|p7500\)_properties[ ]=[ ][{][\n]\([ ]\.\(caps\|usb_ctrl\|size_of_priv\)[ ]*=[ ][^",]*,[\n]*\)*[ ]\.firmware[ ]*=[ ]' drivers/media/usb/dvb-usb/dw2102.c + + # New in 5.17.6, 5.15.38, 5.10.114, 5.4.192. + accept '[ ][*][ ]microcode_bsp_resume[ ]-[ ]Update[ ]boot[ ]CPU[ ]microcode[ ]during[ ]resume' arch/x86/kernel/cpu/microcode/core.c + + # New in 5.18.5, 5.15.48, 5.10.123, 5.4.199, 4.19.248, 4.14.284, 4.9.319. + accept 'combination[ ]with[ ]a[ ]microcode[ ]update[.][ ]The[ ]microcode[ ]clears' Documentation/admin-guide/hw-vuln/processor_mmio_stale_data.rst + + # New in 6.0.9, 5.15.79, and 5.10.155. Also 5.4.225 and 4.19.267. + accept '[\t]err[ ]=[ ]request_firmware_nowait[(]THIS_MODULE[,][ ]true[,][ ]["]regulatory\.db["][,]' net/wireless/reg.c + + # New in 6.1.9, 5.15.91, 5.10.166, 5.4.231. + 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, 5.15.112, 5.10.180, 5.4.243, 4.19.283. + blobname 'gsl1680-dexp-ursus-kx210i\.fw' drivers/platform/x86/touchscreen_dmi.c + ;; */*freedo*.patch | */*logo*.patch)