From c25e705ad481907276bfcca9925735858f45f32e Mon Sep 17 00:00:00 2001 From: Freedo Date: Fri, 18 Oct 2024 19:09:59 +0000 Subject: [PATCH] GNU Linux-libre 6.6.57-gnu scripts --- deblob-check | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deblob-check b/deblob-check index dc6f2a7f5dd..03e987f99ba 100755 --- a/deblob-check +++ b/deblob-check @@ -14,6 +14,7 @@ # modified with 2024-08-04 r19619 # modified with 2024-10-06 r19637 # modified with 2024-10-10 r19644 +# modified with 2024-10-18 r19651 # Inspired in gNewSense's find-firmware script. # Written by Alexandre Oliva @@ -7155,16 +7156,19 @@ set_except () { # New in 6.10.3, 6.6.44. blobname 'qcom[/]sdm850[/]LENOVO[/]81JL[/]ipa_fws\.elf' arch/arm64/boot/dts/qcom/sdm850-lenovo-yoga-c630.dts - # New in 6.11.2, 6.10.13, 6.6.54. + # New in 6.11.2, 6.10.13, 6.6.54, 6.1.113, 5.15.168, 5.10.227. accept '[ ][*][ ]It[ ]must[ ]not[ ]contain[ ]any[ ]["]\.\.["][ ]path[ ]components[ ]-[ ]["]foo[/]bar\.\.bin["][ ]is[\n][ ][*][ ]allowed[,][ ]but[ ]["]foo[/]\.\.[/]bar\.bin["][ ]is[ ]not\.' drivers/base/firmware_loader/main.c # New in 6.11.2. blobname 'qcom[/]sdx55m[/]foxconn[/]prog_firehose_sdx55\.mbn' drivers/bus/mhi/host/pci_generic.c blobname 'qcom[/]sdx72m[/]foxconn[/]edl\.mbn' drivers/bus/mhi/host/pci_generic.c - # New in 6.11.3, 6.10.14, 6.6.55. + # New in 6.11.3, 6.10.14, 6.6.55, 6.1.113, 5.15.168, 5.10.227. blobname 'gsl1680-rwc-nanote-next\.fw' drivers/platform/x86/touchscreen_dmi.c defsnc 'alc298_samsung_v2_amp_desc_tbl\[\][ ]=' sound/pci/hda/patch_realtek.c + # New in 6.11.4, 6.6.57, 6.1.113, 5.15.168, 5.10.227. + defsc 'static[ ]const[ ]unsigned[ ]char[ ]utf8data\[64080\][ ]=' fs/unicode/utf8data.c_shipped + ;; -- 2.31.1