✗ CI.checkpatch: warning for drm/xe: Fix build error in xe_ggtt.c
Patchwork
patchwork at emeril.freedesktop.org
Sun Feb 25 00:20:03 UTC 2024
== Series Details ==
Series: drm/xe: Fix build error in xe_ggtt.c
URL : https://patchwork.freedesktop.org/series/130347/
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
cd62896504543deb288c1d649eed56308dbcfb80
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 475ec4811f83f260b0b342c62f0614ea6c2ce603
Author: Matthew Brost <matthew.brost at intel.com>
Date: Sat Feb 24 16:14:48 2024 -0800
drm/xe: Fix build error in xe_ggtt.c
Need to include io-64-nonatomic-lo-hi.h for writeq function.
Fixes: 3121fed0c51b drm/xe: ("Cleanup some layering in GGTT")
Reported-by: kernel test robot <lkp at intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402241903.R5J8hKVI-lkp@intel.com/
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 7291e2e67dff0ff573900266382c9c9248a7dea5 drm-intel
475ec4811f83 drm/xe: Fix build error in xe_ggtt.c
-:8: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: 475ec4811f83 ("drm/xe: Fix build error in xe_ggtt.c")'
#8:
Fixes: 3121fed0c51b drm/xe: ("Cleanup some layering in GGTT")
total: 0 errors, 1 warnings, 0 checks, 7 lines checked
More information about the Intel-xe
mailing list