mbox series

[0/2] Improve the code for showing commands in debugfs

Message ID 20240325224755.1477910-1-bvanassche@acm.org
Headers show
Series Improve the code for showing commands in debugfs | expand

Message

Bart Van Assche March 25, 2024, 10:47 p.m. UTC
Hi Martin,

The SCSI debugfs code may show information in debugfs that is invalid.
Hence this patch series that makes sure only valid information is shown
in debugfs. Please consider this patch series for the next merge window.

Thanks,

Bart.

Bart Van Assche (2):
  scsi: core: Introduce scsi_cmd_list_info()
  scsi: core: Improve the code for showing commands in debugfs

 drivers/scsi/scsi_debugfs.c | 56 ++++++++++++++++++++-----------------
 1 file changed, 31 insertions(+), 25 deletions(-)

Comments

Bart Van Assche April 5, 2024, 7:47 p.m. UTC | #1
On 3/25/24 15:47, Bart Van Assche wrote:
> The SCSI debugfs code may show information in debugfs that is invalid.
> Hence this patch series that makes sure only valid information is shown
> in debugfs. Please consider this patch series for the next merge window.

Can anyone help with reviewing this patch series?

Thanks,

Bart.
Martin K. Petersen April 12, 2024, 2:05 a.m. UTC | #2
On Mon, 25 Mar 2024 15:47:52 -0700, Bart Van Assche wrote:

> The SCSI debugfs code may show information in debugfs that is invalid.
> Hence this patch series that makes sure only valid information is shown
> in debugfs. Please consider this patch series for the next merge window.
> 
> Thanks,
> 
> Bart.
> 
> [...]

Applied to 6.10/scsi-queue, thanks!

[1/2] scsi: core: Introduce scsi_cmd_list_info()
      https://git.kernel.org/mkp/scsi/c/9972c02a8067
[2/2] scsi: core: Improve the code for showing commands in debugfs
      https://git.kernel.org/mkp/scsi/c/ba0f09b0dbd8