aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/fpga-bridge.c
diff options
context:
space:
mode:
authorJens Axboe <[email protected]>2020-08-05 18:58:23 +0000
committerJens Axboe <[email protected]>2020-08-06 13:18:06 +0000
commitbd74048108c179cea0ff52979506164c80f29da7 (patch)
tree77a5f66403ffb122a177a83704b6022a6455d80f /drivers/fpga/fpga-bridge.c
parentio_uring: Fix NULL pointer dereference in loop_rw_iter() (diff)
downloadkernel-bd74048108c179cea0ff52979506164c80f29da7.tar.gz
kernel-bd74048108c179cea0ff52979506164c80f29da7.zip
io_uring: set ctx sq/cq entry count earlier
If we hit an earlier error path in io_uring_create(), then we will have accounted memory, but not set ctx->{sq,cq}_entries yet. Then when the ring is torn down in error, we use those values to unaccount the memory. Ensure we set the ctx entries before we're able to hit a potential error path. Cc: [email protected] Reported-by: Tomáš Chaloupka <[email protected]> Tested-by: Tomáš Chaloupka <[email protected]> Reviewed-by: Stefano Garzarella <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'drivers/fpga/fpga-bridge.c')
0 files changed, 0 insertions, 0 deletions