From: Alexandre Oliva Date: Mon, 13 Mar 2023 14:08:21 +0000 (+0000) Subject: GNU Linux-libre 6.2.6-gnu scripts X-Git-Tag: scripts/v6.2.6-gnu X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=5be750a05b6ad6b2aec266eb1f8150a4b3089153;p=releases.git GNU Linux-libre 6.2.6-gnu scripts --- diff --git a/deblob-6.2 b/deblob-6.2 index 1d41d24207c..acdbd17974b 100755 --- a/deblob-6.2 +++ b/deblob-6.2 @@ -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