All of lore.kernel.org
 help / color / mirror / Atom feed
From: wangyijing <wangyijing@huawei.com>
To: jejb@linux.vnet.ibm.com, martin.petersen@oracle.com,
	James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: hare@suse.de, tj@kernel.org, chenqilin2@huawei.com,
	fangwei1@huawei.com, heyousong@huawei.com,
	linux-scsi@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [RFC][PATCH v2 0/2] Improve libsas hotplug
Date: Fri, 11 Nov 2016 16:26:57 +0800	[thread overview]
Message-ID: <582580D1.6040806@huawei.com> (raw)
In-Reply-To: <1474946145-29755-1-git-send-email-wangyijing@huawei.com>

Hi James, sorry to bother you, these two patches try to fix several issues
in libsas, Dan Williams and John Garry also found similar issue, and post
some patches before. Dan Williams's solution fix the sysfs warning calltrace,
but may introduce new flutter issue.

In these two patches, we introduce a new workqueue to fix the flutter issue.
Do you have time to look at these patches ? Your comments is important to us,
It help us to know whether we are in the right direction to fix these issues.

Thanks!
Yijing.

在 2016/9/27 11:15, Yijing Wang 写道:
> v1-v2: Fix memory allocation issue in interrupt context.
> 
> Yijing Wang (2):
>   libsas: Alloc dynamic work to avoid missing sas events
>   libsas: Fix hotplug issue in libsas
> 
>  drivers/scsi/libsas/sas_ata.c       |  34 ++---
>  drivers/scsi/libsas/sas_discover.c  | 245 ++++++++++++++++++++++++++----------
>  drivers/scsi/libsas/sas_event.c     |  61 +++++----
>  drivers/scsi/libsas/sas_expander.c  |  54 ++++++--
>  drivers/scsi/libsas/sas_init.c      |  31 ++++-
>  drivers/scsi/libsas/sas_internal.h  |  45 ++++++-
>  drivers/scsi/libsas/sas_phy.c       |  50 +++-----
>  drivers/scsi/libsas/sas_port.c      |  35 ++++--
>  drivers/scsi/libsas/sas_scsi_host.c |  23 ++++
>  include/scsi/libsas.h               |  13 +-
>  include/scsi/sas_ata.h              |   4 +-
>  11 files changed, 404 insertions(+), 191 deletions(-)
> 

WARNING: multiple messages have this Message-ID (diff)
From: wangyijing <wangyijing@huawei.com>
To: <jejb@linux.vnet.ibm.com>, <martin.petersen@oracle.com>,
	James Bottomley <James.Bottomley@HansenPartnership.com>
Cc: <hare@suse.de>, <tj@kernel.org>, <chenqilin2@huawei.com>,
	<fangwei1@huawei.com>, <heyousong@huawei.com>,
	<linux-scsi@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [RFC][PATCH v2 0/2] Improve libsas hotplug
Date: Fri, 11 Nov 2016 16:26:57 +0800	[thread overview]
Message-ID: <582580D1.6040806@huawei.com> (raw)
In-Reply-To: <1474946145-29755-1-git-send-email-wangyijing@huawei.com>

Hi James, sorry to bother you, these two patches try to fix several issues
in libsas, Dan Williams and John Garry also found similar issue, and post
some patches before. Dan Williams's solution fix the sysfs warning calltrace,
but may introduce new flutter issue.

In these two patches, we introduce a new workqueue to fix the flutter issue.
Do you have time to look at these patches ? Your comments is important to us,
It help us to know whether we are in the right direction to fix these issues.

Thanks!
Yijing.

在 2016/9/27 11:15, Yijing Wang 写道:
> v1-v2: Fix memory allocation issue in interrupt context.
> 
> Yijing Wang (2):
>   libsas: Alloc dynamic work to avoid missing sas events
>   libsas: Fix hotplug issue in libsas
> 
>  drivers/scsi/libsas/sas_ata.c       |  34 ++---
>  drivers/scsi/libsas/sas_discover.c  | 245 ++++++++++++++++++++++++++----------
>  drivers/scsi/libsas/sas_event.c     |  61 +++++----
>  drivers/scsi/libsas/sas_expander.c  |  54 ++++++--
>  drivers/scsi/libsas/sas_init.c      |  31 ++++-
>  drivers/scsi/libsas/sas_internal.h  |  45 ++++++-
>  drivers/scsi/libsas/sas_phy.c       |  50 +++-----
>  drivers/scsi/libsas/sas_port.c      |  35 ++++--
>  drivers/scsi/libsas/sas_scsi_host.c |  23 ++++
>  include/scsi/libsas.h               |  13 +-
>  include/scsi/sas_ata.h              |   4 +-
>  11 files changed, 404 insertions(+), 191 deletions(-)
> 

  reply	other threads:[~2016-11-11  8:26 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-27  3:15 [RFC][PATCH v2 0/2] Improve libsas hotplug Yijing Wang
2016-09-27  3:15 ` Yijing Wang
2016-11-11  8:26 ` wangyijing [this message]
2016-11-11  8:26   ` wangyijing

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=582580D1.6040806@huawei.com \
    --to=wangyijing@huawei.com \
    --cc=James.Bottomley@HansenPartnership.com \
    --cc=chenqilin2@huawei.com \
    --cc=fangwei1@huawei.com \
    --cc=hare@suse.de \
    --cc=heyousong@huawei.com \
    --cc=jejb@linux.vnet.ibm.com \
    --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.