✗ CI.checkpatch: warning for drm/xe: Fix exec IOCTL long running exec queue ring full condition

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 4 17:21:31 UTC 2024


== Series Details ==

Series: drm/xe: Fix exec IOCTL long running exec queue ring full condition
URL   : https://patchwork.freedesktop.org/series/128183/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit e76bea61c00ca67e638f2fe7633e64abb5da5cb1
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Thu Jan 4 00:09:09 2024 -0800

    drm/xe: Fix exec IOCTL long running exec queue ring full condition
    
    The intent is to return -EWOULDBLOCK to the user if a long running exec
    queue is full during the exec IOCTL. -EWOULDBLOCK aliases to -EAGAIN
    which results in the exec IOCTL doing a retry loop. Fix this by ensuring
    the retry loop is broken when returning -EWOULDBLOCK.
    
    Fixes: 8ae8a2e8dd21 ("drm/xe: Long running job update")
    Reported-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 7b3b98d034784b125bad7aca46f9e7a3cfcde45a drm-intel
e76bea61c drm/xe: Fix exec IOCTL long running exec queue ring full condition
-:12: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '8ae8a2e8dd21', maybe rebased or not pulled?
#12: 
Fixes: 8ae8a2e8dd21 ("drm/xe: Long running job update")

-:13: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#13: 
Reported-by: Sai Gowtham Ch <sai.gowtham.ch at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>

total: 0 errors, 2 warnings, 0 checks, 25 lines checked




More information about the Intel-xe mailing list