✗ CI.checkpatch: warning for drm/xe: Prefer BIT/GENMASK macros over shifts (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jan 23 21:33:46 UTC 2024
== Series Details ==
Series: drm/xe: Prefer BIT/GENMASK macros over shifts (rev2)
URL : https://patchwork.freedesktop.org/series/129099/
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
b2ca823f819193c33ab811dfac08c614138d6d46
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit aa65b80f048701cf89f67c699db1517d13d7eec7
Author: Matthew Brost <matthew.brost at intel.com>
Date: Tue Jan 23 13:23:17 2024 -0800
drm/xe: Prefer BIT/GENMASK macros over shifts
Using BIT/GENMASK macros is a better convention than using manual shift
and will also fix build errors [1].
[1] http://kisskb.ellerman.id.au/kisskb/buildresult/15112475/log/
v2:
- Include abi/*.h files (Jani / Michal)
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Cc: Lucas De Marchi <lucas.demarchi at intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch fc6b7c6ee7d786e6ed48425a2ce0e674906e4e5c drm-intel
aa65b80f0 drm/xe: Prefer BIT/GENMASK macros over shifts
-:17: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#17:
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
total: 0 errors, 1 warnings, 0 checks, 169 lines checked
More information about the Intel-xe
mailing list