From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason Yan Subject: Re: [PATCH] libsas: flush pending destruct work in sas_unregister_domain_devices() Date: Fri, 8 Dec 2017 15:54:54 +0800 Message-ID: <5A2A454E.6050108@huawei.com> References: <20171128002445.16594-1-xiyou.wangcong@gmail.com> <20171128082049.5smff3hvrkwrf77o@linux-x5ow.site> <922397da-7dd3-c24e-1d94-e4804a769331@huawei.com> <877cfb17-ba90-da91-a549-418bb6eb6391@huawei.com> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Cong Wang , John Garry Cc: Johannes Thumshirn , LKML , Dan Williams , Praveen Murali , "James E.J. Bottomley" , "Martin K. Petersen" , "linux-scsi@vger.kernel.org" , chenxiang List-Id: linux-scsi@vger.kernel.org On 2017/12/8 6:57, Cong Wang wrote: > On Thu, Dec 7, 2017 at 5:37 AM, John Garry wrote: >> On 28/11/2017 17:04, Cong Wang wrote: >>> >>> I don't understand, the only caller of sas_unregister_domain_devices() >>> is sas_deform_port(). >>> >> >> And sas_deform_port() may be called from another worker on the same queue, >> right? As in sas_phye_loss_of_signal()->sas_deform_port() > > Oh, good catch! I didn't notice this subtle call path. > > Do you have any better idea to fix this? We saw this on 4.9 too. > We have sent a patchset to fix this and to enhance libsas hotplug. Please refer to https://lkml.org/lkml/2017/9/6/142 And I'm going to send a new version soon. Jason >> >> The device destruct takes place in a separate worker from which >> sas_deform_port() is called, but the same queue. So we have this queued >> destruct happen after the port is fully deformed -> hence the WARN. >> >> I guess you only tested your patch on disks attached through an expander. > > I have very limited scsi hardware, so my testing is limited too. > > . >