X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=deblob-check;h=3363345aef16f21392d195fd48b595a1ecbed223;hb=refs%2Ftags%2Fscripts%2Fv5.15.63-gnu;hp=19b1703081ecffbd2a50727fe9ffca997eb9f105;hpb=bc74e0b30492ecb75061696bec80baf1b5adfe7b;p=releases.git diff --git a/deblob-check b/deblob-check index 19b1703081ec..3363345aef16 100755 --- a/deblob-check +++ b/deblob-check @@ -5,6 +5,15 @@ # modified with 2021-11-18 r18476 # modified with 2022-01-27 r18550 # modified with 2022-01-29 r18573 +# modified with 2022-02-23 r18607 +# modified with 2021-12-20 r18515 (partial) +# modified with 2022-03-20 r18637 +# modified with 2022-04-20 r18680 +# modified with 2022-05-09 r18697 +# modified with 2022-06-09 r18767 +# modified with 2022-06-16 r18782 +# modified with 2022-07-10 r18820 (partial) +# modified with 2022-08-25 r18881 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6333,6 +6342,33 @@ set_except () { blobna 'bp->fw_\(major\|minor\|eng\|rev\)[ ]=[ ]BCM_5710_FW_\(MAJOR\|MINOR\|ENGINEERING\|REVISION\)_VERSION\(_V15\)\?[;]\([\n][\t]*bp->fw_\(major\|minor\|eng\|rev\)[ ]=[ ]BCM_5710_FW_\(MAJOR\|MINOR\|ENGINEERING\|REVISION\)_VERSION\(_V15\)\?[;]\)*' drivers/net/ethernet/broadcom/bnx2x/bnx2x_main.c blobna '\([,][\n \t]*bp->fw_\(major\|minor\|rev\)\)\+' drivers/net/wireless/broadcom/bnx2x/bnx2x_main.c + # New in 5.16.11, 5.15.25, 5.10.102. + blobname 'gsl1680-rwc-nanote-p8\.fw' drivers/platform/x86/touchscreen_dmi.c + + # New in 5.15.27. + defsc 'static[ ]const[ ]u16[ ]amdgpu_unsupported_pciidlist\[\][ ]=' drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c + + # New in 5.16.17, 5.15.31, 5.10.108. + blobna 'if[ ][(]loaded_fw_\(major\|minor\|eng\|rev\)[ ]\(!=\|<\)[ ]BCM_5710_FW_\(MAJOR\|MINOR\|ENGINEERING\|REVISION\)_VERSION\(_V15\)\?\([ ][|][|][\n][\t ]*loaded_fw_\(major\|minor\|eng\|rev\)[ ]\(!=\|<\)[ ]BCM_5710_FW_\(MAJOR\|MINOR\|ENGINEERING\|REVISION\)_VERSION\(_V15\)\?\)*[)]' drivers/net/ethernet/broadcom/bnx2x/bnx2x_cmn.c + + # New in 5.17.4 and 5.15.35. + accept '[ ][*][ ]enabled[ ]with[ ]updated[ ]microcode[.]' arch/x86/kernel/cpu/tsx.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.3, 5.17.14, 5.15.46, 5.10.121. + accept 'MODULE_FIRMWARE[(]["]regulatory\.db\(\.p7s\)\?["][)][;]' net/wireless/reg.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 5.18.18, 5.15.61. + defsnc '[\t]static[ ]u8[ ]p\[\]\[2\][ ]=' drivers/tty/serial/8250/8250_pci.c + + # 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 + ;; */*freedo*.patch | */*logo*.patch)