✗ CI.checkpatch: warning for drm: add header tests
Patchwork
patchwork at emeril.freedesktop.org
Wed Jan 22 14:54:49 UTC 2025
== Series Details ==
Series: drm: add header tests
URL : https://patchwork.freedesktop.org/series/143851/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 8dd4fecd314b41c1545044d3bcd7d3f4f79b30a6
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Jan 22 16:41:34 2025 +0200
drm: ensure drm headers are self-contained and pass kernel-doc
Ensure drm headers build, are self-contained, have header guards, and
have no kernel-doc warnings, when CONFIG_DRM_HEADER_TEST=y.
The mechanism follows similar patters used in i915, xe, and usr/include.
To cover include/drm, we need to recurse there using the top level
Kbuild and the new include/Kbuild files.
v4: check for CONFIG_WERROR in addition to CONFIG_DRM_WERROR
v3: adapt to upstream build changes
v2: make DRM_HEADER_TEST depend on DRM
Suggested-by: Daniel Vetter <daniel at ffwll.ch>
Cc: David Airlie <airlied at gmail.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: Maarten Lankhorst <maarten.lankhorst at linux.intel.com>
Cc: Maxime Ripard <mripard at kernel.org>
Cc: Thomas Zimmermann <tzimmermann at suse.de>
Cc: Masahiro Yamada <masahiroy at kernel.org>
Acked-by: Thomas Zimmermann <tzimmermann at suse.de>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch 6834acba715b85cbecfeb660b9695806e98c9a0a drm-intel
bf85972837ba drm/client: include types.h to make drm_client_event.h self-contained
8dd4fecd314b drm: ensure drm headers are self-contained and pass kernel-doc
-:89: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#89:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 61 lines checked
More information about the Intel-xe
mailing list