mbox series

[0/2,RESEND] Avoid that SCSI device removal through sysfs triggers a deadlock

Message ID 20180802175141.8699-1-bart.vanassche@wdc.com (mailing list archive)
Headers show
Series Avoid that SCSI device removal through sysfs triggers a deadlock | expand

Message

Bart Van Assche Aug. 2, 2018, 5:51 p.m. UTC
Hello Martin,

This patch series avoids that SCSI device removal through sysfs triggers a
deadlock. Please consider this patch series for the v4.19 kernel.

Thanks,

Bart.

Bart Van Assche (2):
  sysfs: Introduce sysfs_{un,}break_active_protection()
  Avoid that SCSI device removal through sysfs triggers a deadlock

 drivers/scsi/scsi_sysfs.c | 20 ++++++++++++++++--
 fs/sysfs/file.c           | 44 +++++++++++++++++++++++++++++++++++++++
 include/linux/sysfs.h     | 14 +++++++++++++
 3 files changed, 76 insertions(+), 2 deletions(-)

Comments

Martin K. Petersen Aug. 2, 2018, 7:54 p.m. UTC | #1
Bart,

> This patch series avoids that SCSI device removal through sysfs triggers a
> deadlock. Please consider this patch series for the v4.19 kernel.

Applied to 4.19/scsi-queue, thanks!