On Sat, 2023-09-16 at 03:09 +0000, Patchwork wrote: > alan:snip > 2eab9e4e637a drm/i915/pxp: Add drm_dbgs for critical PXP events. > -:7: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?) > #7: > sequence of important events. Add drm_dbg into the most important PXP events. > > -:15: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Balasubrawmanian, Vivaik <vivaik.balasubrawmanian at intel.com>' > #15: > Reviewed-by: Balasubrawmanian, Vivaik <vivaik.balasubrawmanian at intel.com> > > -:96: WARNING:LONG_LINE: line length of 105 exceeds 100 columns > #96: FILE: drivers/gpu/drm/i915/pxp/intel_pxp_irq.c:43: > + pxp->session_events |= PXP_TERMINATION_REQUEST | PXP_INVAL_REQUIRED | PXP_EVENT_TYPE_IRQ; Will fix these before we merge. ...alan