aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/userspace-api
diff options
context:
space:
mode:
authorBagas Sanjaya <bagasdotme@gmail.com>2025-05-08 07:58:39 +0700
committerJonathan Corbet <corbet@lwn.net>2025-05-19 08:08:57 -0600
commitd5048aca8d9d7f31ecd8b8279ea20cfbbf80e59f (patch)
tree970a21b100a3c044b622ef4c2417855a5084bc89 /Documentation/userspace-api
parentdocs: conf.py: drop backward support for old Sphinx versions (diff)
downloadlinux-d5048aca8d9d7f31ecd8b8279ea20cfbbf80e59f.tar.gz
linux-d5048aca8d9d7f31ecd8b8279ea20cfbbf80e59f.zip
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>
Diffstat (limited to 'Documentation/userspace-api')
-rw-r--r--Documentation/userspace-api/ioctl/ioctl-number.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/userspace-api/ioctl/ioctl-number.rst b/Documentation/userspace-api/ioctl/ioctl-number.rst
index 83e5d2abdad6..4915e1a7d304 100644
--- a/Documentation/userspace-api/ioctl/ioctl-number.rst
+++ b/Documentation/userspace-api/ioctl/ioctl-number.rst
@@ -62,9 +62,8 @@ Following this convention is good because:
(5) When following the convention, the driver code can use generic
code to copy the parameters between user and kernel space.
-This table lists ioctls visible from user land for Linux/x86. It contains
-most drivers up to 2.6.31, but I know I am missing some. There has been
-no attempt to list non-X86 architectures or ioctls from drivers/staging/.
+This table lists ioctls visible from userland, excluding ones from
+drivers/staging/.
==== ===== ======================================================= ================================================================
Code Seq# Include File Comments