Re: [PATCH v2] Documentation: ioctl-number: Update table intro

From: Jonathan Corbet
Date: Mon May 19 2025 - 10:59:45 EST


Bagas Sanjaya <bagasdotme@xxxxxxxxx> writes:

> 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@xxxxxxxxx>
> ---
> Changes since v1 [1]:
> - Do not mention kernel version (Lukas)
>
> [1]: https://lore.kernel.org/linux-doc/20250507055145.23345-2-bagasdotme@xxxxxxxxx/
>
> Documentation/userspace-api/ioctl/ioctl-number.rst | 5 ++---
> 1 file changed, 2 insertions(+), 3 deletions(-)

Applied, thanks.

jon