Skip to content

Commit 702418f

Browse files
beaubelgraveJonathan Corbet
authored andcommitted
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 reserve the first 32 sequence numbers. Signed-off-by: Beau Belgrave <[email protected]> Signed-off-by: Jonathan Corbet <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent f8e52fb commit 702418f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/userspace-api/ioctl/ioctl-number.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ Code Seq# Include File Comments
9797
'%' 00-0F include/uapi/linux/stm.h System Trace Module subsystem
9898
9999
'&' 00-07 drivers/firewire/nosy-user.h
100+
'*' 00-1F uapi/linux/user_events.h User Events Subsystem
101+
100102
'1' 00-1F linux/timepps.h PPS kit from Ulrich Windl
101103
<ftp://ftp.de.kernel.org/pub/linux/daemons/ntp/PPS/>
102104
'2' 01-04 linux/i2o.h

0 commit comments

Comments
 (0)