From: Alexandre Oliva Date: Mon, 13 Mar 2023 14:07:01 +0000 (+0000) Subject: GNU Linux-libre 6.1.19-gnu scripts X-Git-Tag: scripts/v6.1.19-gnu^0 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=303f5883dd026c502f9ab04c85778cfa8d205782;p=releases.git GNU Linux-libre 6.1.19-gnu scripts --- 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