✗ CI.checkpatch: warning for drm/xe/vm: Wait for availability if fault mode is mismatched

Patchwork patchwork at emeril.freedesktop.org
Fri May 3 21:51:35 UTC 2024


== Series Details ==

Series: drm/xe/vm: Wait for availability if fault mode is mismatched
URL   : https://patchwork.freedesktop.org/series/133188/
State : warning

== 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
0daf0be5bb95eb0a0e42275e00a0e42d8d8fd543
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e5731bfcca5a8c0a410c08b6ad84f9bbbc304318
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date:   Fri May 3 12:01:38 2024 -0700

    drm/xe/vm: Wait for availability if fault mode is mismatched
    
    Just because xe_device_in_non_fault_mode (or, equivalently,
    xe_device_in_fault_mode) do not match the requested VM type does not
    mean that running the VM in that mode is invalid.  It only means that
    there presently exists a VM active on the system that does not match the
    requested type.  The VM could be left over from an old test that wasn't
    cleaned up properly, but the more likely cause is that multiple tests
    running concurrently is resulting in the system falsely report that the
    VM fault mode is not supported.
    
    Instead of saying the VM cannot be created, ask the user to try again later.
    
    Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/1562
    Suggested-by: Brian Welty: <brian.welty at intel.com>
    Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch ca96a1c62451ea534391d1eafe3a0b5691658c02 drm-intel
e5731bfcca5a drm/xe/vm: Wait for availability if fault mode is mismatched
-:15: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#15: 
Instead of saying the VM cannot be created, ask the user to try again later.

total: 0 errors, 1 warnings, 0 checks, 13 lines checked




More information about the Intel-xe mailing list