From 68ef40de4c9608320377bb6e7eccd90b270d72c5 Mon Sep 17 00:00:00 2001 From: Freedo Date: Wed, 13 Sep 2023 20:58:58 +0000 Subject: [PATCH] GNU Linux-libre 6.5.3-gnu scripts --- deblob-check | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/deblob-check b/deblob-check index 33689dbb137..151e40e65ab 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,8 @@ #! /bin/sh # deblob-check version 2023-08-19 r19387 +# modified with 2023-09-13 r19402 +# modified with 2023-09-13 r19403 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -7041,6 +7043,17 @@ set_except () { accept '[\t][\t]dev_err[(]tas_priv->dev[,][ ]["]request_firmware_nowait[ ]err' sound/soc/codecs/tas2781-comlib.c accept '[ ]*irq[/]29-iwlwifi-559' Documentation/trace/histogram.rst + # 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 + defsnc 'static[ ]const[ ]u16[ ]expected_results\[\][ ]=' lib/checksum_kunit.c + defsnc 'static[ ]const[ ]u32[ ]init_sums_no_overflow\[\][ ]=' lib/checksum_kunit.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1