From 15407df55862a459319b7af6271804a4728a5414 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Thu, 18 Nov 2021 23:16:46 -0500 Subject: [PATCH] GNU Linux-libre 5.15.3-gnu scripts --- deblob-check | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/deblob-check b/deblob-check index e91e5de570e..23c764ebd63 100755 --- a/deblob-check +++ b/deblob-check @@ -1,6 +1,6 @@ #! /bin/sh -# deblob-check version 2021-10-23 +# deblob-check version 2021-11-18 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -6307,6 +6307,13 @@ set_except () { # Catch other names likely to appear in BRCMF_FW*_DEF strings in these files. blobna 'brcmfmac43[^";) \t\n]*\(-sdio\|-pcie\)\?' drivers/net/wireless/broadcom/brcm80211/brcmfmac/'\(sdio\|pcie\|usb\)\.c' + # New in 5.15.3-gnu and 5.14.19-gnu. + blobna '[/][*][ ]linux-firmware\.git[ ]hash[ ][0-9a-f]*[ ][*][/]' drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c + + # New in 5.15.3-gnu. + defsnc 'static[ ]const[ ]u32[ ]____cacheline_aligned[ ]ck\[32\][ ]=' lib/crypto/sm4.c + defsnc 'static[ ]const[ ]u8[ ]____cacheline_aligned[ ]sbox\[256\][ ]=' lib/crypto/sm4.c + ;; */*freedo*.patch | */*logo*.patch) -- 2.31.1