Re: [PATCH 5/6] drm/i915/uc: Reject duplicate entries in firmware table

2023-04-28 Thread Ceraolo Spurio, Daniele
On 4/20/2023 6:15 PM, john.c.harri...@intel.com wrote: From: John Harrison It was noticed that duplicate entries in the firmware table could cause an infinite loop in the firmware loading code if that entry failed to load. Duplicate entries are a bug anyway and so should never happen. Ensure

[PATCH 5/6] drm/i915/uc: Reject duplicate entries in firmware table

2023-04-20 Thread John . C . Harrison
From: John Harrison It was noticed that duplicate entries in the firmware table could cause an infinite loop in the firmware loading code if that entry failed to load. Duplicate entries are a bug anyway and so should never happen. Ensure they don't by tweaking the table validation code to reject