diff options
author | Ming Lei <[email protected]> | 2020-11-13 21:44:48 +0800 |
---|---|---|
committer | Jens Axboe <[email protected]> | 2020-11-13 14:24:16 -0700 |
commit | 9f16a66733c90b5f33f624b0b0e36a345b0aaf93 (patch) | |
tree | 227d28d4d7eeb88c4bc882c185a014eeab67c9ee /scripts/gdb/linux/clk.py | |
parent | c01a21b77722db0474bbcc4eafc8c4e0d8fed6d8 (diff) |
block: mark flush request as IDLE when it is really finished
For avoiding use-after-free on flush request, we call its .end_io() from
both timeout code path and __blk_mq_end_request().
When flush request's ref doesn't drop to zero, it is still used, we
can't mark it as IDLE, so fix it by marking IDLE when its refcount drops
to zero really.
Fixes: 65ff5cd04551 ("blk-mq: mark flush request as IDLE in flush_end_io()")
Signed-off-by: Ming Lei <[email protected]>
Cc: Yi Zhang <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions