✗ CI.checkpatch: warning for linux-next: build failure after merge of the random tree
Patchwork
patchwork at emeril.freedesktop.org
Tue Oct 1 03:51:55 UTC 2024
== Series Details ==
Series: linux-next: build failure after merge of the random tree
URL : https://patchwork.freedesktop.org/series/139356/
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 89a80adb90cfb62b42e4867bf2e8319ab9c9a9fe
Author: Stephen Rothwell <sfr at canb.auug.org.au>
Date: Tue Oct 1 13:44:23 2024 +1000
linux-next: build failure after merge of the random tree
Hi all,
After merging the random tree, today's linux-next build (x86_64
allmodconfig) failed like this:
Caused by commit
38d1a9d296c8 ("random: Do not include <linux/prandom.h> in <linux/random.h>")
interacting with commit
5a90b60db5e6 ("drm/xe: Add a xe_bo subtest for shrinking / swapping")
from the drm-xe tree.
I have applied the following merge fix patch for today.
From: Stephen Rothwell <sfr at canb.auug.org.au>
Date: Tue, 1 Oct 2024 13:33:48 +1000
Subject: [PATCH] fix up for "random: Do not include <linux/prandom.h> in <linux/random.h>"
interacting with commit
5a90b60db5e6 ("drm/xe: Add a xe_bo subtest for shrinking / swapping")
from the drm-xe tree.
Signed-off-by: Stephen Rothwell <sfr at canb.auug.org.au>
+ /mt/dim checkpatch c41c6b36db6d8675dfb21e7ab8570a3932608654 drm-intel
89a80adb90cf linux-next: build failure after merge of the random tree
-:13: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#13:
38d1a9d296c8 ("random: Do not include <linux/prandom.h> in <linux/random.h>")
-:17: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 5a90b60db5e6 ("drm/xe: Add a xe_bo subtest for shrinking / swapping")'
#17:
5a90b60db5e6 ("drm/xe: Add a xe_bo subtest for shrinking / swapping")
-:29: ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("<title line>")' - ie: 'commit 5a90b60db5e6 ("drm/xe: Add a xe_bo subtest for shrinking / swapping")'
#29:
5a90b60db5e6 ("drm/xe: Add a xe_bo subtest for shrinking / swapping")
total: 2 errors, 1 warnings, 0 checks, 8 lines checked
More information about the Intel-xe
mailing list