From 303f5883dd026c502f9ab04c85778cfa8d205782 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Mon, 13 Mar 2023 14:07:01 +0000 Subject: [PATCH] GNU Linux-libre 6.1.19-gnu scripts --- deblob-6.1 | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/deblob-6.1 b/deblob-6.1 index 58a16b08dae..1aeba1e0a27 100755 --- a/deblob-6.1 +++ b/deblob-6.1 @@ -923,6 +923,14 @@ reject_firmware drivers/gpu/drm/i915/display/intel_dmc.c clean_blob drivers/gpu/drm/i915/display/intel_dmc.c reject_firmware drivers/gpu/drm/i915/display/intel_opregion.c reject_firmware drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c +clean_sed '/uc_fw->file_selected\.path = blob->path/ i\ + else if (uc_fw->file_wanted.path == blob->path)\ + /* Avoid retrying forever when neighbor\ + entries point to the same path. */\ + continue;\ +\ + +' drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c 'avoid infinite loop' clean_blob drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c clean_blob drivers/gpu/drm/i915/gt/uc/intel_uc_fw.h clean_kconfig drivers/gpu/drm/i915/Kconfig DRM_I915 -- 2.31.1