public inbox for linux-block@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] fix possible memleak in '__blk_trace_remove'
@ 2022-10-18 14:51 Ye Bin
  2022-10-18 14:51 ` [PATCH v2 1/3] blktrace: introduce 'blk_trace_{start,stop}' helper Ye Bin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ye Bin @ 2022-10-18 14:51 UTC (permalink / raw)
  To: axboe, rostedt, mhiramat, linux-block; +Cc: linux-kernel, yebin

diff v2 VS v1:
1. Introduce 'blk_trace_{start,stop}' helper instead of 'blk_trace_switch_state'.
2. Move stop block trace from '__blk_trace_remove' to 'blk_trace_cleanup'.

Ye Bin (3):
  blktrace: introduce 'blk_trace_{start,stop}' helper
  blktrace: fix possible memleak in '__blk_trace_remove'
  blktrace: remove unnessary stop block trace in 'blk_trace_shutdown'

 kernel/trace/blktrace.c | 90 +++++++++++++++++++++--------------------
 1 file changed, 47 insertions(+), 43 deletions(-)

-- 
2.31.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2022-10-18 15:53 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-18 14:51 [PATCH v2 0/3] fix possible memleak in '__blk_trace_remove' Ye Bin
2022-10-18 14:51 ` [PATCH v2 1/3] blktrace: introduce 'blk_trace_{start,stop}' helper Ye Bin
2022-10-18 15:52   ` Christoph Hellwig
2022-10-18 14:51 ` [PATCH v2 2/3] blktrace: fix possible memleak in '__blk_trace_remove' Ye Bin
2022-10-18 15:52   ` Christoph Hellwig
2022-10-18 14:51 ` [PATCH v2 3/3] blktrace: remove unnessary stop block trace in 'blk_trace_shutdown' Ye Bin
2022-10-18 15:53   ` Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox