From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755260AbdC2Jlr (ORCPT ); Wed, 29 Mar 2017 05:41:47 -0400 Received: from mx2.suse.de ([195.135.220.15]:54072 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755033AbdC2Jlo (ORCPT ); Wed, 29 Mar 2017 05:41:44 -0400 From: Johannes Thumshirn 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 Subject: [PATCH 0/2] Fix sysfs recursive removal splats in isci Date: Wed, 29 Mar 2017 11:41:07 +0200 Message-Id: X-Mailer: git-send-email 2.10.2 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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