summaryrefslogtreecommitdiff
path: root/io_uring/eventfd.h
diff options
context:
space:
mode:
authorPavel Begunkov <asml.silence@gmail.com>2024-11-15 19:54:38 +0300
committerJens Axboe <axboe@kernel.dk>2024-11-15 19:58:34 +0300
commit68685fa20edc5307fc893a06473c19661c236f29 (patch)
tree33cbd1aa3924c5f9aed8f174e26037d3683d709e /io_uring/eventfd.h
parent56cec28dc4da396d6032c59ae9614c5a6ae7d7a8 (diff)
downloadlinux-68685fa20edc5307fc893a06473c19661c236f29.tar.xz
io_uring: fortify io_pin_pages with a warning
We're a bit too frivolous with types of nr_pages arguments, converting it to long and back to int, passing an unsigned int pointer as an int pointer and so on. Shouldn't cause any problem but should be carefully reviewed, but until then let's add a WARN_ON_ONCE check to be more confident callers don't pass poorely checked arguents. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Link: https://lore.kernel.org/r/d48e0c097cbd90fb47acaddb6c247596510d8cfc.1731689588.git.asml.silence@gmail.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/eventfd.h')
0 files changed, 0 insertions, 0 deletions