From 5c135385d81a9bd6287ae059d75367013358d633 Mon Sep 17 00:00:00 2001
From: Luis Guzman <ark@switnet.org>
Date: Fri, 20 Dec 2024 15:23:03 +0000
Subject: [PATCH] linux-hwe-5.15: update cleaning tools for 5.15-127

---
 helpers/DATA/linux-hwe-5.15/deblob-check | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/helpers/DATA/linux-hwe-5.15/deblob-check b/helpers/DATA/linux-hwe-5.15/deblob-check
index e6bae296..ffc57691 100644
--- a/helpers/DATA/linux-hwe-5.15/deblob-check
+++ b/helpers/DATA/linux-hwe-5.15/deblob-check
@@ -31,6 +31,9 @@
 #        modified with 2023-12-26 r19450 (more partial)
 #        modified with 2023-10-23 r19416 (more partial)
 #        modified with 2024-07-05 r19593 (partial)
+#        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 <lxoliva@fsfla.org>
 
@@ -6444,6 +6447,19 @@ set_except () {
     blobname 'gsl1680-globalspace-solt-ivw116\.fw' drivers/platform/x86/touchscreen_dmi.c
     blobname 'E\.WSA116_8\.E1\.042\.bin' drivers/platform/x86/touchscreen_dmi.c
 
+    # 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, 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
+
     ;;
 
   */*freedo*.patch | */*logo*.patch)
-- 
GitLab