* [RFC][PATCH v2 0/2] Improve libsas hotplug
@ 2016-09-27 3:15 ` Yijing Wang
0 siblings, 0 replies; 4+ messages in thread
From: Yijing Wang @ 2016-09-27 3:15 UTC (permalink / raw)
To: jejb, martin.petersen
Cc: hare, tj, chenqilin2, wangyijing, fangwei1, heyousong, linux-scsi,
linux-kernel
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(-)
--
2.5.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* [RFC][PATCH v2 0/2] Improve libsas hotplug
@ 2016-09-27 3:15 ` Yijing Wang
0 siblings, 0 replies; 4+ messages in thread
From: Yijing Wang @ 2016-09-27 3:15 UTC (permalink / raw)
To: jejb, martin.petersen
Cc: hare, tj, chenqilin2, wangyijing, fangwei1, heyousong, linux-scsi,
linux-kernel
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(-)
--
2.5.0
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC][PATCH v2 0/2] Improve libsas hotplug
2016-09-27 3:15 ` Yijing Wang
@ 2016-11-11 8:26 ` wangyijing
-1 siblings, 0 replies; 4+ messages in thread
From: wangyijing @ 2016-11-11 8:26 UTC (permalink / raw)
To: jejb, martin.petersen, James Bottomley
Cc: hare, tj, chenqilin2, fangwei1, heyousong, linux-scsi,
linux-kernel
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(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [RFC][PATCH v2 0/2] Improve libsas hotplug
@ 2016-11-11 8:26 ` wangyijing
0 siblings, 0 replies; 4+ messages in thread
From: wangyijing @ 2016-11-11 8:26 UTC (permalink / raw)
To: jejb, martin.petersen, James Bottomley
Cc: hare, tj, chenqilin2, fangwei1, heyousong, linux-scsi,
linux-kernel
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(-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-11 8:27 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2016-11-11 8:26 ` wangyijing
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.