aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/flamegraph-report
diff options
context:
space:
mode:
authorYue Zhao <[email protected]>2023-05-04 00:29:44 +0800
committerGreg Kroah-Hartman <[email protected]>2023-05-31 20:26:57 +0100
commitb290df06811852d4cc36f4b8a2a30c2063197a74 (patch)
tree788a1c5601f8e01dc7ecdadf6651ff8f14a933bc /tools/perf/scripts/python/bin/flamegraph-report
parentc0b92cc56295af02410378b4f85957578d4ea1c6 (diff)
lkdtm: replace ll_rw_block with submit_bh
Function ll_rw_block was removed in commit 79f597842069 ("fs/buffer: remove ll_rw_block() helper"). There is no unified function to sumbit read or write buffer in block layer for now. Consider similar sematics, we can choose submit_bh() to replace ll_rw_block() as predefined crash point. In submit_bh(), it also takes read or write flag as the first argument and invoke submit_bio() to submit I/O request to block layer. Fixes: 79f597842069 ("fs/buffer: remove ll_rw_block() helper") Signed-off-by: Yue Zhao <[email protected]> Acked-by: Kees Cook <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/flamegraph-report')
0 files changed, 0 insertions, 0 deletions