From b901da4052e5015f25a1d1a59fb7ae3b0e3d6ae1 Mon Sep 17 00:00:00 2001 From: Freedo Date: Wed, 13 Sep 2023 20:57:45 +0000 Subject: [PATCH] GNU Linux-libre 6.4.16-gnu scripts --- deblob-check | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/deblob-check b/deblob-check index c35acb82bc9..c10e192fe07 100755 --- a/deblob-check +++ b/deblob-check @@ -4,6 +4,8 @@ # modified with 2023-07-24 r19347 # modified with 2023-08-03 r19361 # modified with 2023-08-08 r19366 +# modified with 2023-09-13 r19402 +# modified with 2023-09-13 r19403 (partial) # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6958,6 +6960,15 @@ set_except () { accept 'The[ ]updated[ ]microcode[ ]will[ ]enable[ ]the[ ]mitigation[ ]by[ ]default' Documentation/admin-guide/hw-vuln/gather_data_sampling.rst accept '[\t]*This[ ]issue[ ]is[ ]mitigated[ ]by[ ]default[ ]in[ ]updated[ ]microcode' Documentation/admin-guide/kernel-parameters.txt + # New in 6.5.3 and 6.4.16. + blobname '%s_v2\.bin' drivers/bluetooth/btrtl.c + blobname 'rtl_bt[/]rtl8723\(a\|b\|bs\|cs_\(cg\|vf\|xx\)\|d\|ds\)_fw' drivers/bluetooth/btrtl.c + blobname 'rtl_bt[/]rtl8821\(a\|c\|cs\)_fw' drivers/bluetooth/btrtl.c + blobname 'rtl_bt[/]rtl8761\(a\|b\|bu\)_fw' drivers/bluetooth/btrtl.c + blobname 'rtl_bt[/]rtl8822\(cs\|cu\|b\)_fw' drivers/bluetooth/btrtl.c + blobname 'rtl_bt[/]rtl8852\(au\|bs\|bu\|cu\)_fw' drivers/bluetooth/btrtl.c + blobname 'rtl_bt[/]rtl8851\(bu\)_fw' drivers/bluetooth/btrtl.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1