Commit 0a35d16
committed
Merge tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-block
Pull io_uring fixes from Jens Axboe:
"Two minor tweaks:
- While we still can, adjust the send/recv based flags to be in
->ioprio rather than in ->addr2. This is consistent with eg accept,
and also doesn't waste a full 64-bit field for flags (Pavel)
- 5.18-stable fix for re-importing provided buffers. Not much real
world relevance here as it'll only impact non-pollable files gone
async, which is more of a practical test case rather than something
that is used in the wild (Dylan)"
* tag 'io_uring-5.19-2022-07-01' of git://git.kernel.dk/linux-block:
io_uring: fix provided buffer import
io_uring: keep sendrecv flags in ioprio2 files changed
Lines changed: 13 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1183 | 1183 | | |
1184 | 1184 | | |
1185 | 1185 | | |
| 1186 | + | |
1186 | 1187 | | |
1187 | 1188 | | |
1188 | 1189 | | |
| |||
1191 | 1192 | | |
1192 | 1193 | | |
1193 | 1194 | | |
| 1195 | + | |
1194 | 1196 | | |
1195 | 1197 | | |
1196 | 1198 | | |
| |||
1266 | 1268 | | |
1267 | 1269 | | |
1268 | 1270 | | |
| 1271 | + | |
1269 | 1272 | | |
1270 | 1273 | | |
1271 | 1274 | | |
1272 | 1275 | | |
1273 | 1276 | | |
1274 | 1277 | | |
1275 | 1278 | | |
| 1279 | + | |
1276 | 1280 | | |
1277 | 1281 | | |
1278 | 1282 | | |
| |||
4314 | 4318 | | |
4315 | 4319 | | |
4316 | 4320 | | |
| 4321 | + | |
| 4322 | + | |
| 4323 | + | |
4317 | 4324 | | |
4318 | 4325 | | |
4319 | 4326 | | |
4320 | 4327 | | |
4321 | | - | |
| 4328 | + | |
4322 | 4329 | | |
4323 | 4330 | | |
4324 | 4331 | | |
4325 | 4332 | | |
4326 | 4333 | | |
4327 | | - | |
4328 | | - | |
4329 | 4334 | | |
4330 | 4335 | | |
4331 | 4336 | | |
| |||
6075 | 6080 | | |
6076 | 6081 | | |
6077 | 6082 | | |
6078 | | - | |
| 6083 | + | |
6079 | 6084 | | |
6080 | 6085 | | |
6081 | 6086 | | |
6082 | 6087 | | |
6083 | | - | |
| 6088 | + | |
6084 | 6089 | | |
6085 | 6090 | | |
6086 | 6091 | | |
| |||
6311 | 6316 | | |
6312 | 6317 | | |
6313 | 6318 | | |
6314 | | - | |
| 6319 | + | |
6315 | 6320 | | |
6316 | 6321 | | |
6317 | 6322 | | |
6318 | 6323 | | |
6319 | | - | |
| 6324 | + | |
6320 | 6325 | | |
6321 | 6326 | | |
6322 | 6327 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
248 | 248 | | |
249 | 249 | | |
250 | 250 | | |
| |||
0 commit comments