ohci1
4b8f3098a5
update configure info for 2.14
...
Co-authored-by: Pavel Begunkov<asml.silence@gmail.com >
Co-authored-by: Guillem Jover<guillem@hadrons.org >
Co-authored-by: Jens Axboe<axboe@kernel.dk >
Co-authored-by: Khem Raj<raj.khem@gmail.com >
Co-authored-by: Michael de Lang<kingoipo@gmail.com >
Co-authored-by: David Disseldorp<ddiss@suse.de >
Co-authored-by: Ming Lei<ming.lei@redhat.com >
2026-04-24 09:24:13 +08:00
fangzhiyi18
0ae77b95ef
升级2.7
...
Signed-off-by: fangzhiyi18 <fangzhiyi1@huawei.com >
2024-10-21 02:53:20 +00:00
Jens Axboe
1d71762ae4
test/msg-ring: add registered file test case
...
Augment the invalid fd destination test with a registered file to
test that path as well. You cannot register an io_uring fd itself,
so there's no way to use it normally.
Signed-off-by: Jens Axboe <axboe@kernel.dk >
2022-09-16 06:56:23 -06:00
Eli Schwartz
4475e75034
tests: more work on updating exit codes to use enum-based status reporting
...
Signed-off-by: Eli Schwartz <eschwartz93@gmail.com >
Link: https://lore.kernel.org/r/20220706034059.2817423-4-eschwartz93@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk >
2022-07-06 06:44:52 -06:00
Jens Axboe
23d3b1bb7d
test/msg-ring.c: add IOPOLL test
...
We do allow MSG_RING on an IOPOLL ring, add a test case for it. syzbot
found an issue with attempting to poll the MSG_RING request, which would
crash. This would trigger it too.
Link: https://git.kernel.dk/cgit/linux-block/commit/?h=io_uring-5.18&id=aa184e8671f0f911fc2fb3f68cd506e4d7838faa
Signed-off-by: Jens Axboe <axboe@kernel.dk >
2022-05-17 12:56:12 -06:00
Jens Axboe
22e9c0726f
test/test/msg-ring: don't test for IORING_CQE_F_MSG
...
It's not strictly needed, just don't test for it. We validate the
user_data being passed.
Signed-off-by: Jens Axboe <axboe@kernel.dk >
2022-03-24 06:51:48 -06:00
Jens Axboe
7e6faa6a11
test/msg-ring: add test cases for IORING_OP_MSG_RING
...
Signed-off-by: Jens Axboe <axboe@kernel.dk >
2022-03-10 09:27:42 -07:00