Commit 692495b
committed
Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Pull io_uring fixes from Jens Axboe:
"Two fixes for regressions in this cycle, and one that goes to 5.8
stable:
- fix leak of getname() retrieved filename
- remove plug->nowait assignment, fixing a regression with btrfs
- fix for async buffered retry"
* tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block:
io_uring: ensure async buffered read-retry is setup properly
io_uring: don't unconditionally set plug->nowait = true
io_uring: ensure open/openat2 name is cleaned on cancelation1 file changed
Lines changed: 7 additions & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3172 | 3172 | | |
3173 | 3173 | | |
3174 | 3174 | | |
3175 | | - | |
3176 | | - | |
3177 | | - | |
3178 | | - | |
| 3175 | + | |
| 3176 | + | |
3179 | 3177 | | |
3180 | 3178 | | |
3181 | 3179 | | |
| |||
5671 | 5669 | | |
5672 | 5670 | | |
5673 | 5671 | | |
| 5672 | + | |
| 5673 | + | |
| 5674 | + | |
| 5675 | + | |
| 5676 | + | |
5674 | 5677 | | |
5675 | 5678 | | |
5676 | 5679 | | |
| |||
6348 | 6351 | | |
6349 | 6352 | | |
6350 | 6353 | | |
6351 | | - | |
6352 | | - | |
6353 | | - | |
6354 | 6354 | | |
6355 | 6355 | | |
6356 | 6356 | | |
| |||
0 commit comments