✗ CI.checkpatch: warning for Introduce error threshold to drm_ras (rev6)
Patchwork <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178706614231.63833.8503885338405775277@61270ab9df2a> |
== Series Details == Series: Introduce error threshold to drm_ras (rev6) URL : https://patchwork.freedesktop.org/series/165091/ 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 061140b9bc586ae7f40abc1249c97e1cc72d1b9d + cd /kernel + git config --global --add safe.directory /kernel + git log -n1 commit 1d2260907dc80a20e3ca12c33a8f1a49ba22c0f9 Author: Raag Jadav <[email protected]> Date: Tue Aug 18 19:22:09 2026 +0530 drm/xe/sysctrl: Reuse xe_sysctrl_create_command() Now that we have a helper to create sysctrl command, reuse it for threshold crossed events. Signed-off-by: Raag Jadav <[email protected]> Reviewed-by: Riana Tauro <[email protected]> + /mt/dim checkpatch 275df33dcf4c5d018717867a0b29ed1d3b62c1ef drm-intel cf978eb34a24 drm/ras: Cancel and free message on get counter failure 38da62016855 drm/ras: Introduce error threshold -:318: WARNING:LONG_LINE: line length of 116 exceeds 100 columns #318: FILE: drivers/gpu/drm/drm_ras_nl.c:32: +static const struct nla_policy drm_ras_get_error_threshold_nl_policy[DRM_RAS_A_ERROR_COUNTER_ATTRS_ERROR_ID + 1] = { -:324: WARNING:LONG_LINE: line length of 123 exceeds 100 columns #324: FILE: drivers/gpu/drm/drm_ras_nl.c:38: +static const struct nla_policy drm_ras_set_error_threshold_nl_policy[DRM_RAS_A_ERROR_COUNTER_ATTRS_ERROR_THRESHOLD + 1] = { total: 0 errors, 2 warnings, 0 checks, 370 lines checked 180e579dc707 drm/xe/ras: Add support for error threshold 3843714c6e86 drm/xe/drm_ras: Wire up error threshold callbacks 1d2260907dc8 drm/xe/sysctrl: Reuse xe_sysctrl_create_command()