Files
linux-stable-mirror/include/uapi/linux
Pavel Begunkov 27df8ad87f io_uring: don't use int for ABI
commit cf73d9970e upstream.

__kernel_rwf_t is defined as int, the actual size of which is
implementation defined. It won't go well if some compiler / archs
ever defines it as i64, so replace it with __u32, hoping that
there is no one using i16 for it.

Cc: stable@vger.kernel.org
Fixes: 2b188cc1bb ("Add io_uring IO interface")
Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/47c666c4ee1df2018863af3a2028af18feef11ed.1751412511.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-08-28 16:22:38 +02:00
..
2024-06-21 14:53:46 +02:00
2023-11-08 17:30:43 +01:00
2025-08-28 16:22:38 +02:00
2023-06-21 15:45:38 +02:00
2023-09-19 12:20:18 +02:00