Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe/observation: Drop empty sysctl table entry
@ 2024-08-05  6:20 Ashutosh Dixit
  2024-08-05  6:26 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (9 more replies)
  0 siblings, 10 replies; 13+ messages in thread
From: Ashutosh Dixit @ 2024-08-05  6:20 UTC (permalink / raw)
  To: intel-xe; +Cc: Zbigniew Kempczynski, Umesh Nerlige Ramappa

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@intel.com>
---
 drivers/gpu/drm/xe/xe_observation.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_observation.c b/drivers/gpu/drm/xe/xe_observation.c
index fcb584b42a7d5..a78c92a44ec2d 100644
--- a/drivers/gpu/drm/xe/xe_observation.c
+++ b/drivers/gpu/drm/xe/xe_observation.c
@@ -66,7 +66,6 @@ static struct ctl_table observation_ctl_table[] = {
 	 .extra1 = SYSCTL_ZERO,
 	 .extra2 = SYSCTL_ONE,
 	 },
-	{}
 };
 
 /**
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2024-08-05 17:43 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-05  6:20 [PATCH] drm/xe/observation: Drop empty sysctl table entry Ashutosh Dixit
2024-08-05  6:26 ` ✓ CI.Patch_applied: success for " Patchwork
2024-08-05  6:26 ` ✓ CI.checkpatch: " Patchwork
2024-08-05  6:27 ` ✓ CI.KUnit: " Patchwork
2024-08-05  6:39 ` [PATCH] " Chauhan, Shekhar
2024-08-05  6:37   ` Dixit, Ashutosh
2024-08-05  7:29     ` Chauhan, Shekhar
2024-08-05  6:39 ` ✓ CI.Build: success for " Patchwork
2024-08-05  6:41 ` ✓ CI.Hooks: " Patchwork
2024-08-05  6:43 ` ✓ CI.checksparse: " Patchwork
2024-08-05  7:04 ` ✓ CI.BAT: " Patchwork
2024-08-05  8:44 ` ✗ CI.FULL: failure " Patchwork
2024-08-05 17:43 ` [PATCH] " Umesh Nerlige Ramappa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox