✗ CI.checkpatch: warning for drm/panic: Split into c ore and helpers
Patchwork <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <178706301849.63668.10781219402812217063@61270ab9df2a> |
== Series Details == Series: drm/panic: Split into core and helpers URL : https://patchwork.freedesktop.org/series/172394/ 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 1abd75770638641c3934cecbbe974de5a0342e04 Author: Thomas Zimmermann <[email protected]> Date: Tue Aug 18 14:28:10 2026 +0200 drm/panic: Compile KUnit tests as module Fix dependency of the panic-helper KUnit tests on CONFIG_DRM_KUNIT_TEST=y and make them build as a module. Export the necessary interfaces from the panic helpers iff the KUnit framework has been enabled. Select DRM_PANIC_HELPER from DRM_KUNIT_TEST to meet the dependencies of the panic-helper tests. It is now possible to run the tests by modprobing drm_panic_helper_test.ko at runtime. Signed-off-by: Thomas Zimmermann <[email protected]> + /mt/dim checkpatch 275df33dcf4c5d018717867a0b29ed1d3b62c1ef drm-intel 1a5e1e270ee6 drm/panic: Allocate QR-code buffers statically 455a770fad55 drm/panic: Make allocation of zlib workspace more robust 5e90d001a6de drm/panic: Return -EINVAL if font is not available 1fc4cd4247e5 drm/panic: Return errno codes if panic output fails efe17365dd1c drm/panic: Pass colors to draw_panic_dispatch() 1660f0b4aea5 drm/panic: Pass global module parameters to drm_panic_dispatch() d404222f3e11 drm/panic: Retry in dispatch function if panic output fails ddb8a7df8aa2 drm/panic: Split draw_panic_plane() a4343a106029 drm/panic: Display panic screen via per-plane callback -:648: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #648: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 571 lines checked b1c510458752 drm/panic: Internalize panic locking in DRM core and helpers -:102: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #102: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 199 lines checked 79335fa4360b drm/panic: Move panic display code into helper library -:1112: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #1112: new file mode 100644 total: 0 errors, 1 warnings, 0 checks, 2070 lines checked 1abd75770638 drm/panic: Compile KUnit tests as module