From 1541485a1163ba52835637543007e18a4d697a22 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.17.4-gnu scripts --- deblob-check | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deblob-check b/deblob-check index e269145b2c2..e5c54019c2a 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,7 @@ #! /bin/sh # deblob-check version 2022-03-20 r18637 +# modified with 2022-04-20 r18680 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6461,6 +6462,9 @@ set_except () { # New in 5.17. 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