From 2b4805583a13885d98b19cc94cbaa686f258abe3 Mon Sep 17 00:00:00 2001 From: Freedo Date: Fri, 9 Jun 2023 12:35:37 +0000 Subject: [PATCH] GNU Linux-libre 6.3.7-gnu scripts --- deblob-check | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deblob-check b/deblob-check index 67bdb2551d1..406a3063286 100755 --- a/deblob-check +++ b/deblob-check @@ -4,6 +4,7 @@ # modified with 2023-05-17 r19267 # modified with 2023-05-24 r19297 # modified with 2023-05-25 r19300 +# modified with 2023-06-09 r19312 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6876,6 +6877,9 @@ set_except () { # New in 6.3.4. accept '[\t]*r[ ]=[ ]amdgpu_ucode_request[(]adev[,][ ][&]adev->mes\.fw\[pipe\][,][ \n\t]*fw_name[)]' drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c + # New in 6.3.7, 6.1.33, 5.15.115, 5.10.183, 5.4.246. + accept '[\t][\t]req->name[ ]=[ ]test_fw_config->name[;][\n][\t][\t]req->fw_buf[ ]=[ ]NULL[;][\n][\t][\t]req->fw[ ]=[ ]NULL[;][\n][\t][\t]req->idx[ ]=[ ]i[;][\n][\t][\t]init_completion[(][&]req->completion[)][;][\n][\t][\t]rc[ ]=[ ]request_firmware_nowait[(]THIS_MODULE[,][ ]\([^);, \t\n]*[,][ \t\n]*\)*trigger_batched_cb[)][;]' lib/test_firmware.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1