✓ CI.checkpatch: success for drm/xe/vf: Fail migration recovery if fixups needed but platform not supported (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Mon May 19 23:05:55 UTC 2025
== Series Details ==
Series: drm/xe/vf: Fail migration recovery if fixups needed but platform not supported (rev5)
URL : https://patchwork.freedesktop.org/series/148914/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
202708c00696422fd217223bb679a353a5936e23
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d98b18b6ea5b5a7d865f9d20339294dd6152b684
Author: Tomasz Lis <tomasz.lis at intel.com>
Date: Tue May 20 01:00:35 2025 +0200
drm/xe/vf: Fail migration recovery if fixups needed but platform not supported
The post-migration recovery needs to be fully implemented for a
specific platform in order to make continuation of workloads
possible.
New platforms introduce changes which affect the recovery procedure,
and without a clear verification of support this leads to errors
with no straight forward error message explaining the cause.
This patch fixes that issue - it introduces a message to be logged
when the current driver is known to not support the current platform.
Wedging the driver immediately also decreases the amount of
additional errors which would come afterwards if the driver continued
operation.
v2: Show the message during probe as well as during recovery; do not
perform any recovery steps if the recovery is bound to fail
v3: Use SRIOV-specific logging, fix typos
v4: XE_DEBUG_SRIOV to XE_DEBUG check switch, to make testing more
straightforward
Signed-off-by: Tomasz Lis <tomasz.lis at intel.com>
Cc: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: Michał Winiarski <michal.winiarski at intel.com>
Reviewed-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Acked-by: Michał Winiarski <michal.winiarski at intel.com>
+ /mt/dim checkpatch 956a742459cff150a14f1d2f44b6294e646f208a drm-intel
d98b18b6ea5b drm/xe/vf: Fail migration recovery if fixups needed but platform not supported
More information about the Intel-xe
mailing list