[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20240703222501.1547-1-beaub@linux.microsoft.com>
Date: Wed, 3 Jul 2024 22:25:01 +0000
From: Beau Belgrave <beaub@...ux.microsoft.com>
To: rostedt@...dmis.org,
mhiramat@...nel.org,
corbet@....net
Cc: linux-trace-kernel@...r.kernel.org,
linux-kernel@...r.kernel.org,
linux-doc@...r.kernel.org
Subject: [PATCH] Documentation: Document user_events ioctl code
The user events trace subsystem uses the 0x2A/'*' code for ioctls. These
are published via the uapi/linux/user_events.h header file.
Add a line indicating user events as the owner of the 0x2A/'*' code and the
current sequence numbers that are in use (00-02).
Signed-off-by: Beau Belgrave <beaub@...ux.microsoft.com>
---
Documentation/userspace-api/ioctl/ioctl-number.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
index a141e8e65c5d..191609fe4593 100644
--- a/Documentation/userspace-api/ioctl/ioctl-number.rst
+++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
@@ -97,6 +97,8 @@ Code Seq# Include File Comments
'%' 00-0F include/uapi/linux/stm.h System Trace Module subsystem
<mailto:alexander.shishkin@...ux.intel.com>
'&' 00-07 drivers/firewire/nosy-user.h
+'*' 00-02 uapi/linux/user_events.h User Events Subsystem
+ <mailto:linux-trace-kernel@...r.kernel.org>
'1' 00-1F linux/timepps.h PPS kit from Ulrich Windl
<ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
'2' 01-04 linux/i2o.h
--
2.34.1
Powered by blists - more mailing lists