diff options
| author | Pavel Begunkov <[email protected]> | 2022-06-21 23:00:37 +0000 |
|---|---|---|
| committer | Jens Axboe <[email protected]> | 2022-06-21 23:24:37 +0000 |
| commit | c0737fa9a5a5cf5a053bcc983f72d58919b997c6 (patch) | |
| tree | 723417ce412a2f0e0835c9e6b587b0707d1c2989 /drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c | |
| parent | io_uring: fix wrong arm_poll error handling (diff) | |
| download | kernel-c0737fa9a5a5cf5a053bcc983f72d58919b997c6.tar.gz kernel-c0737fa9a5a5cf5a053bcc983f72d58919b997c6.zip | |
io_uring: fix double poll leak on repolling
We have re-polling for partial IO, so a request can be polled twice. If
it used two poll entries the first time then on the second
io_arm_poll_handler() it will find the old apoll entry and NULL
kmalloc()'ed second entry, i.e. apoll->double_poll, so leaking it.
Fixes: 10c873334feba ("io_uring: allow re-poll if we made progress")
Signed-off-by: Pavel Begunkov <[email protected]>
Link: https://lore.kernel.org/r/fee2452494222ecc7f1f88c8fb659baef971414a.1655852245.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_debugfs.c')
0 files changed, 0 insertions, 0 deletions
