✗ CI.checkpatch: warning for series starting with [CI-only,1/4] drm: Add drm_vblank_work_flush_all().

Patchwork patchwork at emeril.freedesktop.org
Tue Apr 9 09:04:10 UTC 2024


== Series Details ==

Series: series starting with [CI-only,1/4] drm: Add drm_vblank_work_flush_all().
URL   : https://patchwork.freedesktop.org/series/132197/
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
10b531c2aeb176a1a539b4a77216232f97719cec
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 6f688df986e284ba8923a1234f24c336966f424e
Author: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Date:   Tue Apr 9 10:31:40 2024 +0200

    drm/i915: Hack to check use-after-free aggressively, and undo purpose of patches
    
    Signed-off-by: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
+ /mt/dim checkpatch 5a898fb63049703bffb8ec36b2af3c3bfb053fc4 drm-intel
24a533aded53 drm: Add drm_vblank_work_flush_all().
-:33: WARNING:WAITQUEUE_ACTIVE: waitqueue_active without comment
#33: FILE: drivers/gpu/drm/drm_vblank_work.c:249:
+			    !waitqueue_active(&vblank->work_wait_queue),

total: 0 errors, 1 warnings, 0 checks, 41 lines checked
c07690e15ca3 drm/i915: Use vblank worker to unpin old legacy cursor fb safely
a7b39145b246 drm/i915: Use the same vblank worker for atomic unpin
-:107: WARNING:LONG_LINE: line length of 105 exceeds 100 columns
#107: FILE: drivers/gpu/drm/i915/display/intel_crtc.c:641:
+							 drm_crtc_accurate_vblank_count(&crtc->base) + 1,

-:110: WARNING:LONG_LINE_COMMENT: line length of 110 exceeds 100 columns
#110: FILE: drivers/gpu/drm/i915/display/intel_crtc.c:644:
+				/* Remove plane from atomic state, cleanup/free is done from vblank worker. */

total: 0 errors, 2 warnings, 0 checks, 98 lines checked
6f688df986e2 drm/i915: Hack to check use-after-free aggressively, and undo purpose of patches
-:8: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

-:18: WARNING:LONG_LINE: line length of 101 exceeds 100 columns
#18: FILE: drivers/gpu/drm/i915/display/intel_crtc.c:641:
+							 drm_crtc_accurate_vblank_count(&crtc->base),

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




More information about the Intel-xe mailing list