aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-07-22 17:08:07 -0600
committerJens Axboe <axboe@kernel.dk>2021-07-22 17:11:46 -0600
commit0cc936f74bcacb039b7533aeac0a887dfc896bf6 (patch)
tree16f36180e934e00fe2f5b34f37efadb21f8e2b53 /tools/perf/scripts/python/task-analyzer.py
parentio_uring: fix memleak in io_init_wq_offload() (diff)
downloadlinux-0cc936f74bcacb039b7533aeac0a887dfc896bf6.tar.gz
linux-0cc936f74bcacb039b7533aeac0a887dfc896bf6.zip
io_uring: fix early fdput() of file
A previous commit shuffled some code around, and inadvertently used struct file after fdput() had been called on it. As we can't touch the file post fdput() dropping our reference, move the fdput() to after that has been done. Cc: Pavel Begunkov <asml.silence@gmail.com> Cc: stable@vger.kernel.org Link: https://lore.kernel.org/io-uring/YPnqM0fY3nM5RdRI@zeniv-ca.linux.org.uk/ Fixes: f2a48dd09b8e ("io_uring: refactor io_sq_offload_create()") Reported-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
r> 2014-07-08crypto: dts - Addition of missing SEC compatibile property in c29x device treeNitesh Narayan Lal1-1/+2 2014-07-04crypto: drbg - Use Kconfig to ensure at least one RNG option is setHerbert Xu3-16/+10 2014-07-04crypto: drbg - use of kernel linked listStephan Mueller2-112/+128 2014-07-04crypto: drbg - fix memory corruption for AES192Stephan Mueller1-3/+11 2014-07-03crypto: ux500 - make interrupt mode plausibleArnd Bergmann1-13/+12 2014-07-03crypto: tcrypt - print cra driver name in tcrypt tests outputLuca Clementi1-11/+20