Commit 1f5e98e
committed
Merge tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-block
Pull io_uring fixes from Jens Axboe:
"Just two small fixes - one fixing a potential leak for the iovec for
larger requests added in this cycle, and one fixing a theoretical leak
with CQE_SKIP and IOPOLL"
* tag 'io_uring-5.18-2022-04-22' of git://git.kernel.dk/linux-block:
io_uring: fix leaks on IOPOLL and CQE_SKIP
io_uring: free iovec if file assignment fails1 file changed
Lines changed: 7 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2797 | 2797 | | |
2798 | 2798 | | |
2799 | 2799 | | |
| 2800 | + | |
2800 | 2801 | | |
2801 | 2802 | | |
2802 | | - | |
2803 | 2803 | | |
2804 | | - | |
2805 | 2804 | | |
2806 | 2805 | | |
2807 | 2806 | | |
| |||
3832 | 3831 | | |
3833 | 3832 | | |
3834 | 3833 | | |
3835 | | - | |
| 3834 | + | |
| 3835 | + | |
3836 | 3836 | | |
| 3837 | + | |
3837 | 3838 | | |
3838 | 3839 | | |
3839 | 3840 | | |
| |||
3958 | 3959 | | |
3959 | 3960 | | |
3960 | 3961 | | |
3961 | | - | |
| 3962 | + | |
| 3963 | + | |
3962 | 3964 | | |
| 3965 | + | |
3963 | 3966 | | |
3964 | 3967 | | |
3965 | 3968 | | |
| |||
0 commit comments