✗ CI.checkpatch: warning for drm/xe: Fix xe_assert usage when jobs timeout

Patchwork patchwork at emeril.freedesktop.org
Wed Jan 10 04:17:32 UTC 2024


== Series Details ==

Series: drm/xe: Fix xe_assert usage when jobs timeout
URL   : https://patchwork.freedesktop.org/series/128408/
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
414601bf14e77eeb048ecf6d1c25190801399524
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6417a09b1f75160f26912725f2431259baffefc8
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Tue Jan 9 17:43:06 2024 -0800

    drm/xe: Fix xe_assert usage when jobs timeout
    
    Both kernel and vm jobs should not timeout but it is possible if the
    hardware encounters an error. Do not use asserts in the case rather a
    warn as hardware issues should not result in an assert crashing the
    kernel.
    
    Fixes: c73acc1eeba5 ("drm/xe: Use Xe assert macros instead of XE_WARN_ON macro")
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch d6ef9c52d8d2ae4c85bc598b74a259db081fff26 drm-intel
6417a09b1 drm/xe: Fix xe_assert usage when jobs timeout
-:11: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'c73acc1eeba5', maybe rebased or not pulled?
#11: 
Fixes: c73acc1eeba5 ("drm/xe: Use Xe assert macros instead of XE_WARN_ON macro")

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




More information about the Intel-xe mailing list