✗ CI.checkpatch: warning for Revert "panel/auo-a030jtn01: Use refcounted allocation in place of devm_kzalloc()"
Patchwork
patchwork at emeril.freedesktop.org
Tue Apr 8 06:46:17 UTC 2025
== Series Details ==
Series: Revert "panel/auo-a030jtn01: Use refcounted allocation in place of devm_kzalloc()"
URL : https://patchwork.freedesktop.org/series/147371/
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
99e5a866b5e13f134e606a3e29d9508d97826fb3
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit ba851f743477ddd0e26aedc57957f5604d53c199
Author: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
Date: Tue Apr 8 11:55:24 2025 +0530
Revert "panel/auo-a030jtn01: Use refcounted allocation in place of devm_kzalloc()"
This reverts commit 9d7d7c3c9a191864367b28e05b312ab3ac34ef0a.
The patch causes build errors in our CI. Revert it till a fix is found.
CC [M] drivers/gpu/drm/solomon/ssd130x-spi.o
CC [M] drivers/gpu/drm/panel/panel-auo-a030jtn01.o
drivers/gpu/drm/panel/panel-auo-a030jtn01.c: In function ‘a030jtn01_probe’:
drivers/gpu/drm/panel/panel-auo-a030jtn01.c:203:9: error: ‘panel’ undeclared (first use in this function)
203 | panel = devm_drm_panel_alloc(dev, struct a030jtn01, panel,
| ^~~~~
drivers/gpu/drm/panel/panel-auo-a030jtn01.c:203:9: note: each undeclared identifier is reported only once for each function it appears in
make[6]: *** [scripts/Makefile.build:203: drivers/gpu/drm/panel/panel-auo-a030jtn01.o] Error 1
make[5]: *** [scripts/Makefile.build:461: drivers/gpu/drm/panel] Error 2
make[4]: *** [scripts/Makefile.build:461: drivers/gpu/drm] Error 2
make[3]: *** [scripts/Makefile.build:461: drivers/gpu] Error 2
make[2]: *** [scripts/Makefile.build:461: drivers] Error 2
make[1]: *** [/home/kbuild2/kernel/Makefile:2006: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
Link: https://lore.kernel.org/all/Z_P0A9lxWD0aAdjp@ideak-desk.fi.intel.com/
References: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14039
Signed-off-by: Chaitanya Kumar Borah <chaitanya.kumar.borah at intel.com>
+ /mt/dim checkpatch 6fda8f56691fba89be9c617abcccb7b883938168 drm-intel
ba851f743477 Revert "panel/auo-a030jtn01: Use refcounted allocation in place of devm_kzalloc()"
-:21: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#21:
make[6]: *** [scripts/Makefile.build:203: drivers/gpu/drm/panel/panel-auo-a030jtn01.o] Error 1
-:30: WARNING:COMMIT_LOG_USE_LINK: Unknown link reference 'References:', use 'Link:' or 'Closes:' instead
#30:
References: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/14039
total: 0 errors, 2 warnings, 0 checks, 22 lines checked
More information about the Intel-xe
mailing list