✗ CI.checkpatch: warning for CI test with PREEMPT_RT (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jul 15 14:39:41 UTC 2025
== Series Details ==
Series: CI test with PREEMPT_RT (rev2)
URL : https://patchwork.freedesktop.org/series/151626/
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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 96a3d75e88b796b570251e9dcfa521772ef8f4ef
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Tue Jul 15 12:16:41 2025 +0200
FOR-CI: Enable PREEMPT_RT
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch 66d1d1e28e6483f2cab036838f6a652689a2cf1e drm-intel
49df3e24d2b4 drm/i915: Use preempt_disable/enable_rt() where recommended
-:7: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#7:
ad3543ede630f ("drm/intel: Push get_scanout_position() timestamping into kms driver.")
-:46: WARNING:LINE_SPACING: Missing a blank line after declarations
#46: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:320:
+ struct drm_i915_private *i915 = to_i915(display->drm);
+ spin_lock_irqsave(&i915->uncore.lock, *flags);
-:53: WARNING:LINE_SPACING: Missing a blank line after declarations
#53: FILE: drivers/gpu/drm/i915/display/intel_vblank.c:327:
+ struct drm_i915_private *i915 = to_i915(display->drm);
+ spin_unlock_irqrestore(&i915->uncore.lock, flags);
total: 0 errors, 3 warnings, 0 checks, 78 lines checked
1fdb7ff4dfb1 drm/i915: Don't disable interrupts on PREEMPT_RT during atomic updates
-:10: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#10:
started disabling interrupts across atomic updates. This breaks on PREEMPT_RT
total: 0 errors, 1 warnings, 0 checks, 68 lines checked
58c259f22368 drm/i915/display: Use drm_crtc_vblank_count in intel_crtc_get_vblank_counter()
96a3d75e88b7 FOR-CI: Enable PREEMPT_RT
-:7: WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one
total: 0 errors, 1 warnings, 0 checks, 18 lines checked
More information about the Intel-xe
mailing list