Quoting Janusz Krzysztofik (2021-12-03 13:21:06) > diff --git a/0001-drm-i915-gt-Cleanup-partial-engine-discovery-failure.patch b/0001-drm-i915-gt-Cleanup-partial-engine-discovery-failure.patch > index efadd30d8cad..62b0a41d4aa4 100644 > --- a/0001-drm-i915-gt-Cleanup-partial-engine-discovery-failure.patch > +++ b/0001-drm-i915-gt-Cleanup-partial-engine-discovery-failure.patch > @@ -8,20 +8,20 @@ some engines will be fully setup and some not. Those incompletely setup > engines only have 'engine->release == NULL' and so will leak any of the > common objects allocated. > > -Incorporates some suggestions from Janusz for handling pinned context > -cleanup. > +v2: no longer incorporates suggestions from Janusz for handling pinned > + context cleanup since upstream version has been backported Noting the absence of something not explained just adds confusion. You've handled this appropriately as a standalone patch, no more needs to be said here (and the chunk doesn't even appear in the patch anymore). The covernote explained why this chunk disappears, so we have a story for the pile, which is a different story as that told by the series of individual patches. Reviewed-by: Chris Wilson <chris.p.wilson@xxxxxxxxx> -Chris