From c2069c5c34e53c7d347444752dd58e511f5fad18 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Wed, 20 Apr 2022 13:57:27 -0400 Subject: [PATCH] GNU Linux-libre 5.15.35-gnu scripts --- deblob-check | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deblob-check b/deblob-check index b3f8fd82302..993e6902850 100755 --- a/deblob-check +++ b/deblob-check @@ -8,6 +8,7 @@ # 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 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6345,6 +6346,9 @@ set_except () { # 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 + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1