All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix sysfs recursive removal splats in isci
@ 2017-03-29  9:41 Johannes Thumshirn
  2017-03-29  9:41 ` [PATCH 1/2] scsi: sas: flush destruct workqueue on device unregister Johannes Thumshirn
                   ` (7 more replies)
  0 siblings, 8 replies; 23+ messages in thread
From: Johannes Thumshirn @ 2017-03-29  9:41 UTC (permalink / raw)
  To: Martin K . Petersen
  Cc: Tejun Heo, James Bottomley, Dan Williams, John Garry, Jack Wang,
	Hannes Reinecke, Linux SCSI Mailinglist,
	Linux Kernel Mailinglist, Johannes Thumshirn

This series fixes a sysfs warning caused by isci not being able to cope with
recursive sysfs path removals which are in place since commit bcdde7e
("sysfs: make __sysfs_remove_dir() recursive").

The mvsas, aic94xx and pm8001 and hisi_sas patches have been compile tested
only hence they have no callstack of the affected path in their changelogs.

I'm not sure whether to mark this patches as stable or not. I tend to say no
here, although we've seen complaints/bug reports on lkml and the scsi list.

Johannes Thumshirn (6):
      scsi: sas: flush destruct workqueue on device unregister
      scsi: isci: remove the SAS host after the SCSI host
      aic94xx: remove the SAS host after the SCSI host
      scsi: hisi_sas: remove the SAS host after the SCSI host
      mvsas: remove the SAS host after the SCSI host
      scsi: pm8001: remove the SAS host after the SCSI host

 drivers/scsi/aic94xx/aic94xx_init.c   | 13 ++++++++++---
 drivers/scsi/hisi_sas/hisi_sas_main.c | 10 ++++++++--
 drivers/scsi/isci/init.c              |  9 ++++++++-
 drivers/scsi/libsas/sas_discover.c    |  4 ++++
 drivers/scsi/mvsas/mv_init.c          | 13 +++++++++++--
 drivers/scsi/pm8001/pm8001_init.c     | 14 ++++++++++++--
 6 files changed, 53 insertions(+), 10 deletions(-)
-- 
1.8.5.6

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

end of thread, other threads:[~2017-03-29 15:23 UTC | newest]

Thread overview: 23+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29  9:41 [PATCH 0/2] Fix sysfs recursive removal splats in isci Johannes Thumshirn
2017-03-29  9:41 ` [PATCH 1/2] scsi: sas: flush destruct workqueue on device unregister Johannes Thumshirn
2017-03-29 11:15   ` John Garry
2017-03-29 11:29     ` Johannes Thumshirn
2017-03-29 11:53       ` John Garry
2017-03-29 12:26         ` Johannes Thumshirn
2017-03-29 12:36           ` Jinpu Wang
2017-03-29 12:47             ` Johannes Thumshirn
2017-03-29 12:51               ` Johannes Thumshirn
2017-03-29  9:41 ` [PATCH 2/2] scsi: isci: remove the SAS host after the SCSI host Johannes Thumshirn
2017-03-29 10:17   ` Hannes Reinecke
2017-03-29  9:41 ` [PATCH 3/6] aic94xx: " Johannes Thumshirn
2017-03-29 10:17   ` Hannes Reinecke
2017-03-29  9:41 ` [PATCH 4/6] scsi: hisi_sas: " Johannes Thumshirn
2017-03-29 10:17   ` Hannes Reinecke
2017-03-29  9:41 ` [PATCH 5/6] mvsas: " Johannes Thumshirn
2017-03-29 10:18   ` Hannes Reinecke
2017-03-29  9:41 ` [PATCH 6/6] scsi: pm8001: " Johannes Thumshirn
2017-03-29 10:18   ` Hannes Reinecke
2017-03-29 10:27   ` Jinpu Wang
2017-03-29 10:30     ` Hannes Reinecke
2017-03-29 11:37 ` [PATCH 0/2] Fix sysfs recursive removal splats in isci James Bottomley
2017-03-29 15:23 ` Tejun Heo

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.