Commit a523599
committed
Merge tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-block
Pull io_uring fixes from Jens Axboe:
"Fix for a bad kfree() introduced in this cycle, and a quick fix for
disabling buffer recycling for IORING_OP_READV.
The latter will get reworked for 5.20, but it gets the job done for
5.19"
* tag 'io_uring-5.19-2022-07-21' of git://git.kernel.dk/linux-block:
io_uring: do not recycle buffer in READV
io_uring: fix free of unallocated buffer list1 file changed
Lines changed: 11 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1737 | 1737 | | |
1738 | 1738 | | |
1739 | 1739 | | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
1740 | 1748 | | |
1741 | 1749 | | |
1742 | 1750 | | |
| |||
12931 | 12939 | | |
12932 | 12940 | | |
12933 | 12941 | | |
12934 | | - | |
| 12942 | + | |
12935 | 12943 | | |
12936 | 12944 | | |
12937 | 12945 | | |
| |||
12963 | 12971 | | |
12964 | 12972 | | |
12965 | 12973 | | |
12966 | | - | |
| 12974 | + | |
12967 | 12975 | | |
12968 | 12976 | | |
12969 | 12977 | | |
| |||
12972 | 12980 | | |
12973 | 12981 | | |
12974 | 12982 | | |
12975 | | - | |
| 12983 | + | |
12976 | 12984 | | |
12977 | 12985 | | |
12978 | 12986 | | |
| |||
0 commit comments