more btrtl tweaks for GNU Linux-libre 6.5.3-gnu and 6.4.16-gnu
authorlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 13 Sep 2023 20:03:27 +0000 (20:03 +0000)
committerlxoliva <lxoliva@559672b5-ba27-0410-b829-e8f1faed8b1b>
Wed, 13 Sep 2023 20:03:27 +0000 (20:03 +0000)
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

index 6dc45af1808c3e2fd996d3a1242591b91b2ed38f..129c0e6bae8bb692fd7b297f579745d9332ba581 100755 (executable)
@@ -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 <lxoliva@fsfla.org>
 
@@ -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
 
     ;;