From 9da24aa55f3363c87d2ea9e6ffa3107f698c33eb Mon Sep 17 00:00:00 2001 From: lxoliva Date: Tue, 14 Mar 2023 01:32:05 +0000 Subject: [PATCH] GNU Linux-libre 6.1.19-gnu git-svn-id: http://www.fsfla.org/svn/fsfla/software/linux-libre/scripts@19105 559672b5-ba27-0410-b829-e8f1faed8b1b --- 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