✓ CI.checkpatch: success for drm/xe/tests: Fix the shrinker test compiler warnings. (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Oct 7 12:29:19 UTC 2024
== Series Details ==
Series: drm/xe/tests: Fix the shrinker test compiler warnings. (rev2)
URL : https://patchwork.freedesktop.org/series/139558/
State : success
== 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 341bb856e476bb327d5e2ae8bdfd6ea6454028cd
Author: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Date: Fri Oct 4 16:11:20 2024 +0200
drm/xe/tests: Fix the shrinker test compiler warnings.
The xe_bo_shrink_kunit test has an uninitialized value and illegal
integer size conversions on 32-bit. Fix.
v2:
- Use div64_u64 to ensure the u64 division compiles everywhere. (Matt Auld)
Reported-by: Nathan Chancellor <nathan at kernel.org>
Closes: https://lore.kernel.org/20240913195649.GA61514@thelio-3990X/
Fixes: 5a90b60db5e6 ("drm/xe: Add a xe_bo subtest for shrinking / swapping")
Cc: dri-devel at lists.freedesktop.org
Cc: Matthew Auld <matthew.auld at intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com> #v1
Signed-off-by: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch 9d79cb6da4e37d5ed37db2917b0b69c3f58cf845 drm-intel
341bb856e476 drm/xe/tests: Fix the shrinker test compiler warnings.
More information about the Intel-xe
mailing list