* [PATCH v2] Documentation: Document user_events ioctl code
@ 2024-07-15 18:14 Beau Belgrave
2024-07-16 17:15 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Beau Belgrave @ 2024-07-15 18:14 UTC (permalink / raw)
To: rostedt, mhiramat, corbet; +Cc: linux-trace-kernel, linux-kernel, linux-doc
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
reserve the first 32 sequence numbers.
Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com>
---
V2 Changes: Reserved first 32 sequence numbers for growth.
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..d953549f0b2b 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@linux.intel.com>
'&' 00-07 drivers/firewire/nosy-user.h
+'*' 00-1F uapi/linux/user_events.h User Events Subsystem
+ <mailto:linux-trace-kernel@vger.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH v2] Documentation: Document user_events ioctl code
2024-07-15 18:14 [PATCH v2] Documentation: Document user_events ioctl code Beau Belgrave
@ 2024-07-16 17:15 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2024-07-16 17:15 UTC (permalink / raw)
To: Beau Belgrave, rostedt, mhiramat
Cc: linux-trace-kernel, linux-kernel, linux-doc
Beau Belgrave <beaub@linux.microsoft.com> writes:
> 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
> reserve the first 32 sequence numbers.
>
> Signed-off-by: Beau Belgrave <beaub@linux.microsoft.com>
> ---
> V2 Changes: Reserved first 32 sequence numbers for growth.
>
> 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..d953549f0b2b 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@linux.intel.com>
> '&' 00-07 drivers/firewire/nosy-user.h
> +'*' 00-1F uapi/linux/user_events.h User Events Subsystem
> + <mailto:linux-trace-kernel@vger.kernel.org>
I've applied this, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-07-16 17:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-07-15 18:14 [PATCH v2] Documentation: Document user_events ioctl code Beau Belgrave
2024-07-16 17:15 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).