Commit 5601591
committed
Merge tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block
Pull io_uring fixes from Jens Axboe:
"Just a few minor fixes/changes:
- Fix issue with double free race for linked timeout completions
- Fix reference issue with timeouts
- Remove last few places that make SQPOLL special, since it's just an
io thread now.
- Bump maximum allowed registered buffers, as we don't allocate as
much anymore"
* tag 'io_uring-5.13-2021-05-14' of git://git.kernel.dk/linux-block:
io_uring: increase max number of reg buffers
io_uring: further remove sqpoll limits on opcodes
io_uring: fix ltout double free on completion race
io_uring: fix link timeout refs1 file changed
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
103 | 105 | | |
104 | 106 | | |
105 | 107 | | |
| |||
4035 | 4037 | | |
4036 | 4038 | | |
4037 | 4039 | | |
4038 | | - | |
| 4040 | + | |
4039 | 4041 | | |
4040 | 4042 | | |
4041 | 4043 | | |
| |||
4150 | 4152 | | |
4151 | 4153 | | |
4152 | 4154 | | |
4153 | | - | |
| 4155 | + | |
4154 | 4156 | | |
4155 | 4157 | | |
4156 | 4158 | | |
| |||
5827 | 5829 | | |
5828 | 5830 | | |
5829 | 5831 | | |
5830 | | - | |
5831 | | - | |
5832 | 5832 | | |
5833 | 5833 | | |
5834 | 5834 | | |
| |||
6354 | 6354 | | |
6355 | 6355 | | |
6356 | 6356 | | |
6357 | | - | |
| 6357 | + | |
6358 | 6358 | | |
6359 | | - | |
6360 | | - | |
| 6359 | + | |
| 6360 | + | |
| 6361 | + | |
6361 | 6362 | | |
6362 | 6363 | | |
6363 | 6364 | | |
6364 | 6365 | | |
6365 | 6366 | | |
| 6367 | + | |
6366 | 6368 | | |
6367 | 6369 | | |
6368 | 6370 | | |
6369 | | - | |
6370 | 6371 | | |
6371 | 6372 | | |
6372 | 6373 | | |
| |||
8390 | 8391 | | |
8391 | 8392 | | |
8392 | 8393 | | |
8393 | | - | |
| 8394 | + | |
8394 | 8395 | | |
8395 | 8396 | | |
8396 | 8397 | | |
| |||
0 commit comments