LKML Archive mirror
 help / color / mirror / Atom feed
* [PATCH v4 0/2] fix blktrace debugfs entries leakage
@ 2023-06-09  8:39 Yu Kuai
  2023-06-09  8:39 ` [PATCH v4 1/2] scsi: sg: " Yu Kuai
  2023-06-09  8:39 ` [PATCH v4 2/2] block: " Yu Kuai
  0 siblings, 2 replies; 4+ messages in thread
From: Yu Kuai @ 2023-06-09  8:39 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 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 (2):
  scsi: sg: fix blktrace debugfs entries leakage
  block: fix blktrace debugfs entries leakage

 block/genhd.c     |  7 ++++++-
 drivers/scsi/sg.c | 11 +++++++++++
 2 files changed, 17 insertions(+), 1 deletion(-)

-- 
2.39.2


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

end of thread, other threads:[~2023-06-09 21:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-09  8:39 [PATCH v4 0/2] fix blktrace debugfs entries leakage Yu Kuai
2023-06-09  8:39 ` [PATCH v4 1/2] scsi: sg: " Yu Kuai
2023-06-09 21:52   ` kernel test robot
2023-06-09  8:39 ` [PATCH v4 2/2] block: " Yu Kuai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).