✗ CI.checkpatch: warning for CI test with PREEMPT_RT (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 16 14:44:39 UTC 2025
== Series Details ==
Series: CI test with PREEMPT_RT (rev3)
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 443d1e999c10fc3fa04db380c68305656696a0b4
Author: Maarten Lankhorst <dev at lankhorst.se>
Date: Wed Jul 16 12:56:40 2025 +0200
FOR-CI: Enable PREEMPT_RT
Link: https://lore.kernel.org/r/20250715101636.906092-10-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
+ /mt/dim checkpatch 3b965bd54a93adbf5520b143254ecb10b9a11776 drm-intel
e155807d1962 accel/ivpu: Remove lockdep_assert_irqs_disabled()
ab82d823c5d9 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.")
-:47: WARNING:LINE_SPACING: Missing a blank line after declarations
#47: 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);
-:54: WARNING:LINE_SPACING: Missing a blank line after declarations
#54: 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
681555cb3ffd 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
046d1204c09f drm/i915/display: Use drm_crtc_vblank_count in intel_crtc_get_vblank_counter()
443d1e999c10 FOR-CI: Enable PREEMPT_RT
More information about the Intel-xe
mailing list