Commit f152165
committed
Merge tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block
Pull io_uring fixes from Jens Axboe:
"A few fixes that are all bound for stable:
- Two syzbot reports for io-wq that turned out to be separate fixes,
but ultimately very closely related
- io_uring task_work running on cancelations"
* tag 'io_uring-5.16-2021-12-10' of git://git.kernel.dk/linux-block:
io-wq: check for wq exit after adding new worker task_work
io_uring: ensure task_work gets run as part of cancelations
io-wq: remove spurious bit clear on task_work addition2 files changed
Lines changed: 27 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
145 | 146 | | |
146 | 147 | | |
147 | 148 | | |
| |||
357 | 358 | | |
358 | 359 | | |
359 | 360 | | |
| 361 | + | |
360 | 362 | | |
361 | 363 | | |
362 | 364 | | |
363 | | - | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
364 | 374 | | |
365 | 375 | | |
| 376 | + | |
366 | 377 | | |
367 | 378 | | |
368 | 379 | | |
| |||
1198 | 1209 | | |
1199 | 1210 | | |
1200 | 1211 | | |
1201 | | - | |
| 1212 | + | |
1202 | 1213 | | |
1203 | 1214 | | |
1204 | | - | |
1205 | | - | |
1206 | | - | |
1207 | | - | |
1208 | 1215 | | |
1209 | 1216 | | |
1210 | 1217 | | |
1211 | 1218 | | |
1212 | 1219 | | |
1213 | 1220 | | |
1214 | 1221 | | |
| 1222 | + | |
| 1223 | + | |
| 1224 | + | |
| 1225 | + | |
| 1226 | + | |
| 1227 | + | |
| 1228 | + | |
| 1229 | + | |
| 1230 | + | |
| 1231 | + | |
1215 | 1232 | | |
1216 | 1233 | | |
1217 | 1234 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9824 | 9824 | | |
9825 | 9825 | | |
9826 | 9826 | | |
9827 | | - | |
| 9827 | + | |
9828 | 9828 | | |
9829 | 9829 | | |
9830 | 9830 | | |
| |||
9866 | 9866 | | |
9867 | 9867 | | |
9868 | 9868 | | |
9869 | | - | |
| 9869 | + | |
| 9870 | + | |
9870 | 9871 | | |
| 9872 | + | |
9871 | 9873 | | |
9872 | 9874 | | |
9873 | 9875 | | |
| |||
0 commit comments