Skip to content

Commit c621f70

Browse files
ashutoshxrodrigovivi
authored andcommitted
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: 63347fe ("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 <[email protected]> Reviewed-by: Umesh Nerlige Ramappa <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit be1dec5) Signed-off-by: Rodrigo Vivi <[email protected]>
1 parent f4b2a0a commit c621f70

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/gpu/drm/xe/xe_observation.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ static struct ctl_table observation_ctl_table[] = {
6666
.extra1 = SYSCTL_ZERO,
6767
.extra2 = SYSCTL_ONE,
6868
},
69-
{}
7069
};
7170

7271
/**

0 commit comments

Comments
 (0)