summaryrefslogtreecommitdiff
path: root/scripts/lib/kdoc/kdoc_files.py
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2025-07-02 21:31:54 +0100
committerJens Axboe <axboe@kernel.dk>2025-07-02 17:11:58 -0600
commitcf73d9970ea4f8cace5d8f02d2565a2723003112 (patch)
tree97b9cc8e1c392f3a8e4140e6e1e35c26c9c5992a /scripts/lib/kdoc/kdoc_files.py
parentdaa01d954b13a178c216b6a91f8451a7b83b3bf6 (diff)
io_uring: don't use int for ABI
__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: 2b188cc1bb857 ("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>
Diffstat (limited to 'scripts/lib/kdoc/kdoc_files.py')
0 files changed, 0 insertions, 0 deletions