From aaba90efa3a104565de6578d976faeff02aef64a Mon Sep 17 00:00:00 2001 From: lxoliva Date: Wed, 13 Sep 2023 20:03:27 +0000 Subject: [PATCH] more btrtl tweaks for GNU Linux-libre 6.5.3-gnu and 6.4.16-gnu also accept some new lib/checksum kunit false positivies in 6.5.3-gnu git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@19403 559672b5-ba27-0410-b829-e8f1faed8b1b --- deblob-check | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 6dc45af1808..129c0e6bae8 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2023-09-13 r19402 +# deblob-check version 2023-09-13 r19403 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -7043,6 +7043,14 @@ set_except () { # 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 ;; -- 2.31.1