✓ CI.checkpatch: success for drm/xe/xe_sync: Add debug printing to check_ufence

Patchwork patchwork at emeril.freedesktop.org
Mon Dec 2 20:11:01 UTC 2024


== Series Details ==

Series: drm/xe/xe_sync: Add debug printing to check_ufence
URL   : https://patchwork.freedesktop.org/series/142002/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 0880260cbf3582570bfd4ab821a2ef29436d8a4d
Author: Jonathan Cavitt <jonathan.cavitt at intel.com>
Date:   Mon Dec 2 19:46:31 2024 +0000

    drm/xe/xe_sync: Add debug printing to check_ufence
    
    The xe_sync helper function check_ufence can occasionally report EBUSY
    if the ufence has not been signalled yet.  EBUSY is a non-fatal error
    value for the function, so it is not desireable to warn in cases where
    EBUSY is reported because it is up to the user to decide if EBUSY is a
    fatal error in their use cases.  However, we can and should report EBUSY
    to the debug logs for diagnostic purposes.
    
    Signed-off-by: Jonathan Cavitt <jonathan.cavitt at intel.com>
+ /mt/dim checkpatch 83cfa47b496201ff05d4a369f6fe3f75665a2acf drm-intel
0880260cbf35 drm/xe/xe_sync: Add debug printing to check_ufence




More information about the Intel-xe mailing list