✗ CI.checkpatch: warning for Mark xe driver as BROKEN if kernel page size is not 4kB (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Sat Aug 2 02:48:13 UTC 2025
== Series Details ==
Series: Mark xe driver as BROKEN if kernel page size is not 4kB (rev3)
URL : https://patchwork.freedesktop.org/series/152145/
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
c298eac5978c38dcc62a70c0d73c91765e7cc296
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 09e3618fe0906cc11d9f7ff98c37680dd8349a32
Author: Simon Richter <Simon.Richter at hogyros.de>
Date: Sat Aug 2 11:40:36 2025 +0900
Mark xe driver as BROKEN if kernel page size is not 4kB
This driver, for the time being, assumes that the kernel page size is 4kB,
so it fails on loong64 and aarch64 with 16kB pages, and ppc64el with 64kB
pages.
Signed-off-by: Simon Richter <Simon.Richter at hogyros.de>
Cc: stable at vger.kernel.org
+ /mt/dim checkpatch 1e1a350a027482a09b07628ce72a69bb7f49567f drm-intel
09e3618fe090 Mark xe driver as BROKEN if kernel page size is not 4kB
-:24: WARNING:MISSING_FIXES_TAG: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag?
total: 0 errors, 1 warnings, 0 checks, 7 lines checked
More information about the Intel-xe
mailing list