All of lore.kernel.org
 help / color / mirror / Atom feed
From: James Bottomley <jejb@linux.vnet.ibm.com>
To: Johannes Thumshirn <jthumshirn@suse.de>,
	"Martin K . Petersen" <martin.petersen@oracle.com>
Cc: Tejun Heo <tj@kernel.org>,
	Dan Williams <dan.j.williams@intel.com>,
	John Garry <john.garry@huawei.com>,
	Jack Wang <jinpu.wang@profitbricks.com>,
	Hannes Reinecke <hare@suse.de>,
	Linux SCSI Mailinglist <linux-scsi@vger.kernel.org>,
	Linux Kernel Mailinglist <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH 0/2] Fix sysfs recursive removal splats in isci
Date: Wed, 29 Mar 2017 07:37:42 -0400	[thread overview]
Message-ID: <1490787462.2657.3.camel@linux.vnet.ibm.com> (raw)
In-Reply-To: <cover.1490775958.git.jthumshirn@suse.de>

On Wed, 2017-03-29 at 11:41 +0200, Johannes Thumshirn wrote:
> 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.

What happens to the SYNC CACHE for devices with write back caches?  It
looks like you've already torn down most of the sas objects by the time
they're sent, so do they actually reach the device (or worse, do they
hang the system by not making progress)?

Assuming the above is OK, what about putting the state change inside
sas_remove_ha()?  It's better than making every driver do it.

James

  parent reply	other threads:[~2017-03-29 11:39 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` James Bottomley [this message]
2017-03-29 15:23 ` [PATCH 0/2] Fix sysfs recursive removal splats in isci Tejun Heo

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1490787462.2657.3.camel@linux.vnet.ibm.com \
    --to=jejb@linux.vnet.ibm.com \
    --cc=dan.j.williams@intel.com \
    --cc=hare@suse.de \
    --cc=jinpu.wang@profitbricks.com \
    --cc=john.garry@huawei.com \
    --cc=jthumshirn@suse.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-scsi@vger.kernel.org \
    --cc=martin.petersen@oracle.com \
    --cc=tj@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.