✓ CI.checkpatch: success for drm/xe/observation: Drop empty sysctl table entry
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 5 06:26:42 UTC 2024
== Series Details ==
Series: drm/xe/observation: Drop empty sysctl table entry
URL : https://patchwork.freedesktop.org/series/136874/
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
9e645341d3008ce246879af606f45d0e5d21d698
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit aacd83886284c4b77361de4c3ae06d95a5a93fca
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Sun Aug 4 23:20:57 2024 -0700
drm/xe/observation: Drop empty sysctl table entry
An empty sysctl table entry was inadvertently left behind for observation
sysctl. The breaks on 6.11 with the following errors:
[ 219.654850] sysctl table check failed: dev/xe/(null) procname is null
[ 219.654862] sysctl table check failed: dev/xe/(null) No proc_handler
Drop the empty entry.
Fixes: 8169b2097d88 ("drm/xe/uapi: Rename xe perf layer as xe observation layer")
Closes: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/2419
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 0b8d955bfdcf0864a764a125ab13bc0fd81f3b71 drm-intel
aacd83886284 drm/xe/observation: Drop empty sysctl table entry
More information about the Intel-xe
mailing list