Jens Axboe
ed6930c920
io_uring: fix break condition for __io_uring_register() waiting
...
Colin reports that there's unreachable code, since we only ever break
if ret == 0. This is correct, and is due to a reversed logic condition
in when to break or not.
Break out of the loop if we don't process any task work, in that case
we do want to return -EINTR.
Fixes: af9c1a44f8de ("io_uring: process task work in io_uring_register()")
Reported-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
2020-10-08 20:37:45 -06:00
..
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-08-31 12:20:31 +02:00
2020-09-03 18:50:48 -07:00
2020-08-14 19:56:56 -07:00
2020-06-24 09:16:02 -06:00
2020-09-23 14:32:23 -07:00
2020-07-08 08:27:56 +02:00
2020-08-28 10:33:04 -07:00
2020-09-06 23:59:53 -05:00
2020-08-23 17:36:59 -05:00
2020-08-07 11:33:22 -07:00
2020-09-04 18:12:52 +02:00
2020-08-23 17:36:59 -05:00
2020-08-07 11:33:22 -07:00
2020-07-09 10:14:29 +03:00
2020-06-24 09:16:02 -06:00
2020-08-23 17:36:59 -05:00
2020-08-12 08:31:13 +09:00
2020-09-05 10:00:05 -07:00
2020-08-28 10:57:14 -07:00
2020-09-08 20:31:33 -07:00
2020-08-12 10:58:01 -07:00
2020-06-03 16:27:18 -07:00
2020-09-17 17:26:56 -04:00
2020-08-28 10:41:00 -07:00
2020-06-24 09:16:02 -06:00
2020-08-23 17:36:59 -05:00
2020-06-06 10:08:17 -07:00
2020-08-12 10:57:56 -07:00
2020-08-23 17:36:59 -05:00
2020-08-04 13:49:43 -07:00
2020-08-19 12:04:35 -04:00
2020-08-23 17:36:59 -05:00
2020-06-24 09:16:02 -06:00
2020-07-27 23:15:48 +02:00
2020-08-12 10:58:00 -07:00
2020-09-18 09:25:33 -04:00
2020-08-23 17:36:59 -05:00
2020-08-25 18:01:36 -07:00
2020-08-23 17:36:59 -05:00
2020-06-14 01:57:21 +09:00
2020-08-23 17:36:59 -05:00
2020-08-07 11:33:21 -07:00
2020-08-23 17:36:59 -05:00
2020-07-16 12:35:15 -07:00
2020-08-04 15:01:58 -04:00
2020-08-04 13:49:43 -07:00
2020-08-12 10:57:56 -07:00
2020-08-23 17:36:59 -05:00
2020-06-02 10:59:07 -07:00
2020-08-23 17:36:59 -05:00
2020-08-06 19:28:26 -07:00
2020-08-21 09:52:53 -07:00
2020-08-21 09:52:53 -07:00
2020-06-05 14:05:57 -07:00
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-09-22 15:08:41 -07:00
2020-07-21 16:02:41 -07:00
2020-09-05 10:04:53 -07:00
2020-08-11 17:42:24 +09:00
2020-08-23 17:36:59 -05:00
2020-06-03 23:16:55 -04:00
2020-08-07 13:29:39 -07:00
2020-07-27 14:29:23 -04:00
2020-06-04 19:18:29 -07:00
2020-08-24 08:49:13 +10:00
2020-06-04 19:18:29 -07:00
2020-06-04 19:18:29 -07:00
2020-08-03 13:01:22 -07:00
2020-08-23 17:36:59 -05:00
2020-05-14 16:44:23 +02:00
2020-06-05 13:45:21 -07:00
2020-08-12 10:58:01 -07:00
2020-08-23 17:36:59 -05:00
2020-07-29 16:14:27 +02:00
2020-07-01 08:08:20 -06:00
2020-09-02 11:30:48 -04:00
2020-09-30 20:32:32 -06:00
2020-08-23 17:36:59 -05:00
2020-06-29 09:40:55 -07:00
2020-09-30 20:32:32 -06:00
2020-08-23 17:36:59 -05:00
2020-07-29 16:14:27 +02:00
2020-09-19 13:13:39 -07:00
2020-08-23 17:36:59 -05:00
2020-08-04 21:02:38 -04:00
2020-06-05 16:26:36 -07:00
2020-08-07 09:40:34 -07:00
2020-10-08 20:37:45 -06:00
2020-09-30 20:32:34 -06:00
2020-09-30 20:32:34 -06:00
2020-07-31 08:16:01 +02:00
2020-08-07 11:33:24 -07:00
2020-06-14 01:57:21 +09:00
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-07-31 08:17:51 +02:00
2020-05-14 16:44:24 +02:00
2020-06-02 10:59:07 -07:00
2020-08-14 19:56:56 -07:00
2020-08-07 21:03:25 -07:00
2020-05-13 11:41:22 +02:00
2020-08-12 10:58:01 -07:00
2020-06-13 09:56:21 -07:00
2020-06-08 11:04:19 -07:00
2020-06-04 13:54:34 -07:00
2020-07-30 08:22:47 +02:00
2020-07-31 08:16:00 +02:00
2020-05-29 19:10:42 -04:00
2020-08-23 17:36:59 -05:00
2020-08-23 17:36:59 -05:00
2020-06-13 09:56:21 -07:00
2020-06-02 19:45:12 -07:00
2020-06-10 16:09:11 -07:00
2020-06-09 15:40:50 -07:00
2020-08-10 19:07:44 -07:00
2020-07-31 08:16:01 +02:00
2020-07-13 17:27:03 -04:00