[PATCH] Documentation: Document user_events ioctl code

2024-07-03 Thread Beau Belgrave
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-o

Re: [PATCH] Documentation: Document user_events ioctl code

2024-07-03 Thread Beau Belgrave
On Wed, Jul 03, 2024 at 06:58:03PM -0400, Mathieu Desnoyers wrote: > On 03-Jul-2024 10:25:01 PM, Beau Belgrave wrote: > > The user events trace subsystem uses the 0x2A/'*' code for ioctls. These > > are published via the uapi/linux/user_events.h header file. > >

[PATCH v2] Documentation: Document user_events ioctl code

2024-07-15 Thread Beau Belgrave
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 Belgr