All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v5 0/3] fix blktrace debugfs entries leakage
@ 2023-06-10  2:20 Yu Kuai
  2023-06-10  2:20 ` [PATCH v5 1/3] blktrace: use inline function for blk_trace_remove() while blktrace is disabled Yu Kuai
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Yu Kuai @ 2023-06-10  2:20 UTC (permalink / raw)
  To: hch, axboe, dgilbert, jejb, martin.petersen
  Cc: linux-block, linux-kernel, linux-scsi, yukuai3, yukuai1, yi.zhang,
	yangerkun

From: Yu Kuai <yukuai3@huawei.com>

Changes in v5:
 - blk_trace_shutdown() can't be used for module, add a new patch to use
 inline function for blk_trace_remove() to fix build warning from v3.
 - add review tag for patch 2,3 that is the same from v3.

Changes in v4:
 - blk_trace_remove() will trigger build warning if blktrace config is
 not enabled, use blk_trace_shutdown() instead.

Changes in v3:
 - add a new patch to handle /dev/sg

Changes in v2:
 - cleanup bltkrace in disk_release() instead of blk_free_queue()

Yu Kuai (3):
  blktrace: use inline function for blk_trace_remove() while blktrace is
    disabled
  scsi: sg: fix blktrace debugfs entries leakage
  block: fix blktrace debugfs entries leakage

 block/genhd.c                | 5 ++++-
 drivers/scsi/sg.c            | 9 +++++++++
 include/linux/blktrace_api.h | 6 +++++-
 3 files changed, 18 insertions(+), 2 deletions(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-06-15  2:24 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-06-10  2:20 [PATCH v5 0/3] fix blktrace debugfs entries leakage Yu Kuai
2023-06-10  2:20 ` [PATCH v5 1/3] blktrace: use inline function for blk_trace_remove() while blktrace is disabled Yu Kuai
2023-06-10  6:50   ` Christoph Hellwig
2023-06-10  2:20 ` [PATCH v5 2/3] scsi: sg: fix blktrace debugfs entries leakage Yu Kuai
2023-06-15  1:40   ` Martin K. Petersen
2023-06-10  2:20 ` [PATCH v5 3/3] block: " Yu Kuai
2023-06-15  2:24 ` [PATCH v5 0/3] " Jens Axboe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.