GNU Linux-libre 6.1.84-gnu scripts
[releases.git] / deblob-check
index c05cb1c0debac6ea6f4adb276b52315d80dd9f82..59b3df013125f6c11f9926b57a32eeffa78f2fdb 100755 (executable)
@@ -17,6 +17,9 @@
 #        modified with 2024-03-01 r19492
 #        modified with 2023-06-13 r19329 (partial)
 #        modified with 2023-10-23 r19416 (more partial)
+#        modified with 2024-03-27 r19512
+#        modified with 2024-03-29 r19515
+#        modified with 2024-03-29 r19518
 # Inspired in gNewSense's find-firmware script.
 # Written by Alexandre Oliva <lxoliva@fsfla.org>
 
@@ -6755,6 +6758,10 @@ set_except () {
     blobname 'qca[/]\(ap\|hmt\)btfw%02x\.tlv' drivers/bluetooth/btqca.c
     blobname 'qca[/]\(ap\|hmt\)nv%02x\.bin' drivers/bluetooth/btqca.c
 
+    # New in 6.8.2, 6.7.11, 6.6.23, 6.1.83.
+    accept '[\t]ret[ ]=[ ]request_firmware[(][&]\(sdev->basefw\.fw\|adata->fw_dbin\)[,][ ]fw_filename[,][ ]sdev->dev[)]' sound/soc/sof/amd/acp-loader.c
+    accept '[\t][\t][\t]*adata->fw_\(code\|data\)_bin[ ]=[ ]devm_kasprintf[(]sdev->dev[,][ \n\t]*GFP_KERNEL[,][ \n\t]*["]\(%s[/]\)\?sof-%s-\(code\|data\)\.bin["]' sound/soc/sof/amd/acp.c
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)