From afa625422df690145d444bbc41f0eafb5a049996 Mon Sep 17 00:00:00 2001 From: Freedo Date: Wed, 3 Apr 2024 21:50:27 +0000 Subject: [PATCH] GNU Linux-libre 6.1.84-gnu scripts --- deblob-check | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index 4d700e1b694..59b3df01312 100755 --- a/deblob-check +++ b/deblob-check @@ -18,6 +18,8 @@ # 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 @@ -6758,7 +6760,7 @@ set_except () { # 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]*["]sof-%s-\(code\|data\)\.bin["]' sound/soc/sof/amd/acp.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 ;; -- 2.31.1