✗ CI.checkpatch: warning for More GuC ABI fixes
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 11 20:26:08 UTC 2024
== Series Details ==
Series: More GuC ABI fixes
URL : https://patchwork.freedesktop.org/series/134734/
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 62962c3f9fa9aac56b0caa7c54a7d75f7638a0f1
Author: Michal Wajdeczko <michal.wajdeczko at intel.com>
Date: Tue Jun 11 20:07:35 2024 +0200
drm/xe/guc: Avoid named enum types in GuC KLV ABI
The xe_guc_klv_ids name just for workaround keys is too generic,
as workaround keys are not the only keys used by the GuC firmware.
Other KLVs keys are defined as plain defines or anonymous enums.
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
Cc: John Harrison <John.C.Harrison at Intel.com>
Cc: Badal Nilawar <badal.nilawar at intel.com>
+ /mt/dim checkpatch a72dd4fc5dc05b35221d7e220a85e6fce7e414dd drm-intel
ac55c81582d8 drm/xe/guc: Fixup GuC KLV ABI kernel-doc annotations
63bdc0a8b1e5 drm/xe/guc: Update GuC CTB Descriptor ABI
b9ba772e54e6 drm/xe/guc: Fixup HXG Fast Request description
-:8: WARNING:BAD_REPORTED_BY_LINK: Reported-by: should be immediately followed by Closes: with a URL to the report
#8:
Reported-by: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Michal Wajdeczko <michal.wajdeczko at intel.com>
total: 0 errors, 1 warnings, 0 checks, 10 lines checked
62962c3f9fa9 drm/xe/guc: Avoid named enum types in GuC KLV ABI
More information about the Intel-xe
mailing list