Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: ioctl-number: Update table intro

Introduction paragraph to the ioctl numbers table states that only
ioctls in up to ancient Linux kernel version (v2.6.31) for x86 arch are
listed. This is inaccurate as the table also lists ioctls from non-x86
archs and the kernel is continously developed (currently in v6.x).

Update the paragraph accordingly.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20250508005838.8381-2-bagasdotme@gmail.com>

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
d5048aca b2671785

+2 -3
+2 -3
Documentation/userspace-api/ioctl/ioctl-number.rst
··· 62 62 (5) When following the convention, the driver code can use generic 63 63 code to copy the parameters between user and kernel space. 64 64 65 - This table lists ioctls visible from user land for Linux/x86. It contains 66 - most drivers up to 2.6.31, but I know I am missing some. There has been 67 - no attempt to list non-X86 architectures or ioctls from drivers/staging/. 65 + This table lists ioctls visible from userland, excluding ones from 66 + drivers/staging/. 68 67 69 68 ==== ===== ======================================================= ================================================================ 70 69 Code Seq# Include File Comments