== Series Details == Series: Miscelaneous fixes for display tracepoints (rev4) URL : https://patchwork.freedesktop.org/series/137978/ State : warning == Summary == Error: dim checkpatch failed 8807b4f2c0c4 drm/i915/display: Fix out-of-bounds access in pipe-related tracepoints -:22: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #22: testdisplay-6715 [002] 17591.063491: intel_pipe_enable: dev=0000:00:02.0 total: 0 errors, 1 warnings, 0 checks, 37 lines checked 2bc22b4cfcdd drm/i915/display: Zero-initialize frame/scanline counts in tracepoints -:22: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #22: [1] https://lore.kernel.org/all/20240918224927.GU5091@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx/ total: 0 errors, 1 warnings, 0 checks, 37 lines checked 62c99970f3fd drm/i915/display: Store pipe name in trace events -:23: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #23: # cat /sys/kernel/debug/tracing/events/i915/intel_pipe_update_start/format total: 0 errors, 1 warnings, 0 checks, 488 lines checked ff75151e8161 drm/i915/display: Do not use ids from enum pipe in TP_printk() -:17: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) #17: # cat /sys/kernel/debug/tracing/events/i915/intel_pipe_enable/format | grep '^print fmt' total: 0 errors, 1 warnings, 0 checks, 57 lines checked baa85ea4de13 drm/i915/display: Cover all possible pipes in TP_printk() -:52: ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #52: FILE: drivers/gpu/drm/i915/display/intel_display_trace.h:52: +#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