From 4224b430ab0184de0b26931c7f418e20d684de2b Mon Sep 17 00:00:00 2001 From: Freedo Date: Thu, 3 Aug 2023 15:12:37 +0000 Subject: [PATCH] GNU Linux-libre 6.1.43-gnu scripts --- deblob-check | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/deblob-check b/deblob-check index a2e68623d6f..f11cdfd542b 100755 --- a/deblob-check +++ b/deblob-check @@ -9,6 +9,7 @@ # modified with 2023-05-24 r19297 # modified with 2023-06-09 r19312 # modified with 2023-07-24 r19347 +# modified with 2023-08-03 r19361 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6717,6 +6718,11 @@ set_except () { # New in 6.4.6, 6.1.41, 5.15.122, 5.10.187, 5.4.250, 4.19.289. blobna 'please[ ]update[ ]your[ ]microcode' arch/x86/kernel/cpu/amd.c + # New in 6.4.8, 6.1.43. + blobname 'amphion[/]vpu[/]vpu_fw_imx8_\(enc\|dec\)\.bin' drivers/media/platform/amphion/vpu_core.c + defsnc '[\t]static[ ]const[ ]unsigned[ ]long[ ]range\[\][ ]=' lib/test_maple_tree.c + defsnc '[\t]static[ ]const[ ]unsigned[ ]long[ ]set\[\][ ]=' tools/testing/radix-tree/maple.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1