✗ CI.checkpatch: warning for drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULL

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 30 03:07:27 UTC 2024


== Series Details ==

Series: drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULL
URL   : https://patchwork.freedesktop.org/series/129285/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ca595a398a56fbf76a84fa0336ca504103c16263
Author: Matthew Brost <matthew.brost at intel.com>
Date:   Mon Jan 29 19:04:13 2024 -0800

    drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULL
    
    Rather then loop over entities until one with a ready job is found,
    re-queue the run job worker when drm_sched_entity_pop_job() returns NULL.
    
    Fixes: 6dbd9004a55 ("drm/sched: Drain all entities in DRM sched run job worker")
    Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch f4c0dac89bd3cd02a1afe5e7a91ed4bf8de4afc6 drm-intel
ca595a398 drm/sched: Re-queue run job worker when drm_sched_entity_pop_job() returns NULL
Use of uninitialized value $cid in concatenation (.) or string at scripts/checkpatch.pl line 3229.
-:10: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes:  ("drm/sched: Drain all entities in DRM sched run job worker")'
#10: 
Fixes: 6dbd9004a55 ("drm/sched: Drain all entities in DRM sched run job worker")

-:10: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id '6dbd9004a55', maybe rebased or not pulled?
#10: 
Fixes: 6dbd9004a55 ("drm/sched: Drain all entities in DRM sched run job worker")

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




More information about the Intel-xe mailing list