== Series Details == Series: Miscelaneous fixes for display tracepoints URL : https://patchwork.freedesktop.org/series/137978/ State : warning == Summary == Error: dim checkpatch failed 0d985968394b drm/i915/display: Fix out-of-bounds access in pipe-related tracepoints -:19: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #19: testdisplay-6715 [002] 17591.063491: intel_pipe_enable: dev=0000:00:02.0 total: 0 errors, 1 warnings, 0 checks, 37 lines checked 9c55f3e323a3 drm/i915/display: Store pipe name in trace events -:20: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #20: # cat /sys/kernel/debug/tracing/events/i915/intel_pipe_update_start/format total: 0 errors, 1 warnings, 0 checks, 488 lines checked 29d4bb0aeb33 drm/i915/display: Do not use ids from enum pipe in TP_printk() -:14: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #14: # cat /sys/kernel/debug/tracing/events/i915/intel_pipe_enable/format | grep '^print fmt' total: 0 errors, 1 warnings, 0 checks, 51 lines checked 2256bbde484d drm/i915/display: Cover all possible pipes in TP_printk() -:47: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #47: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:51: +#define _PIPES_FRAME_AND_SCANLINE_VALUES \ + __entry->frame[_TRACE_PIPE_A], __entry->scanline[_TRACE_PIPE_A] \ + , __entry->frame[_TRACE_PIPE_B], __entry->scanline[_TRACE_PIPE_B] \ + , __entry->frame[_TRACE_PIPE_C], __entry->scanline[_TRACE_PIPE_C] \ + , __entry->frame[_TRACE_PIPE_D], __entry->scanline[_TRACE_PIPE_D] total: 1 errors, 0 warnings, 0 checks, 68 lines checked