✗ CI.checkpatch: warning for drm: remove driver date
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 4 14:51:04 UTC 2024
== Series Details ==
Series: drm: remove driver date
URL : https://patchwork.freedesktop.org/series/142114/
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 b7272932cc5afd0f16d63b72e3f97018a20a276e
Author: Jani Nikula <jani.nikula at intel.com>
Date: Wed Dec 4 16:31:12 2024 +0200
drm: remove driver date from struct drm_driver and all drivers
We stopped using the driver initialized date in commit 7fb8af6798e8
("drm: deprecate driver date") and (eventually) started returning "0"
for drm_version ioctl instead.
Finish the job, and remove the unused date member from struct
drm_driver, its initialization from drivers, along with the common
DRIVER_DATE macros.
v2: Also update drivers/accel (kernel test robot)
Reviewed-by: Javier Martinez Canillas <javierm at redhat.com>
Acked-by: Alex Deucher <alexander.deucher at amd.com>
Acked-by: Simon Ser <contact at emersion.fr>
Acked-by: Jeffrey Hugo <quic_jhugo at quicinc.com>
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
+ /mt/dim checkpatch c8df5caf278df4f9ca0aba627047c5ee4318fc0d drm-intel
a5d71dd9dab5 drm/xen: remove redundant initialization info print
f62851811e0b accel/ivpu: remove DRIVER_DATE conditional drm_driver init
b7272932cc5a drm: remove driver date from struct drm_driver and all drivers
-:931: WARNING:OBSOLETE: drivers/gpu/drm/tiny/cirrus-qemu.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
-:934: WARNING:OBSOLETE: drivers/gpu/drm/tiny/cirrus-qemu.c is marked as 'obsolete' in the MAINTAINERS hierarchy. No unnecessary modifications please.
total: 0 errors, 2 warnings, 0 checks, 852 lines checked
More information about the Intel-xe
mailing list