On Wed, 2015-06-17 at 08:25 +0200, Hannes Reinecke wrote:
> On 06/17/2015 08:10 AM, Nicholas A. Bellinger wrote:
> > On Thu, 2015-06-11 at 10:01 +0200, Hannes Reinecke wrote:
> >> Hi Nic,
> >>
> >> lio-target is very minimalistic when it comes to generate UAs;
> >> primarily they are generated for
> On Tue, Jun 9, 2015 at 12:53 AM, Dov Levenglick
> wrote:
>>> On Sun, Jun 7, 2015 at 10:32 AM, wrote:
> 2015-06-05 5:53 GMT+09:00 :
>
> [...]
>
If ufshcd-pltfrm driver is loaded before ufs-qcom, (what actually
happens
always), then the calling to of_platform_populate() which
On 06/14/2015 05:20 PM, Sebastian Herbszt wrote:
> Add target infrastructure.
>
> Signed-off-by: Sebastian Herbszt
> ---
Hmm. And that hooks into _which_ target mode infrastructure?
Cheers,
Hannes
--
Dr. Hannes ReineckezSeries & Storage
h...@suse.de
On Tue, Jun 16, 2015 at 9:29 PM, Tomas Henzl wrote:
> On 06/12/2015 11:42 AM, Sreekanth Reddy wrote:
>> Driver initialization fails if driver tries to send IOC facts request
>> message when the IOC is in reset or in a fault state.
>>
>> This patch will make sure that
>> 1.Driver to send IOC fact
Driver initialization fails if driver tries to send IOC facts request message
when the IOC is in reset or in a fault state.
This patch will make sure that
1.Driver to send IOC facts request message only if HBA is in operational or
ready state.
2.If IOC is in fault state, a diagnostic reset wou
When csk->atid returned by cxgb4_alloc_atid() is less than zero,
init_act_open() directly returns with -EINVAL. But as init_act_open()
ever invokes dst_neigh_lookup() before it calls cxgb4_alloc_atid(),
this leads to the leak of neigh entry searched by dst_neigh_lookup().
Signed-off-by: Ying Xue
On 17 June 2015 at 05:28, Martin K. Petersen wrote:
> There are plenty of SSDs that report 4K physical sectors, fwiw.
Oh didn't know that. Wonder if it's yet another garbage info. Though
4k is often a nice value to make use of.
> We gave up on USB-SATA bridges long ago. Their designers appear to
On Tue, Jun 16, 2015 at 06:46:14PM -0400, Martin K. Petersen wrote:
>
> Brian,
>
> I only have minor nits wrt. your patch since you did what I asked.
> However, now that I'm less jet lagged and blurry eyed I wonder if
> the tweak below wouldn't suffice?
This would be my preferred version as well
Currently cmnd pointer is already dereferenced before NULL check
and thus getting below warning in static analysis:
warn: variable dereferenced before check 'cmnd'
So initialize struct scsi_device *sdp after NULL check
of cmnd
Signed-off-by: Maninder Singh
Reviewed-by: Akhilesh Kumar
---
driv
On 06/17/2015 11:10 AM, Sreekanth Reddy wrote:
> Driver initialization fails if driver tries to send IOC facts request message
> when the IOC is in reset or in a fault state.
>
> This patch will make sure that
> 1.Driver to send IOC facts request message only if HBA is in operational or
> ready
On Wed, Jun 17, 2015 at 04:51:07PM +0530, Maninder Singh wrote:
> Currently cmnd pointer is already dereferenced before NULL check
> and thus getting below warning in static analysis:
> warn: variable dereferenced before check 'cmnd'
>
> So initialize struct scsi_device *sdp after NULL check
> of
On Wed, Jun 17, 2015 at 2:42 AM, Dov Levenglick wrote:
>> On Tue, Jun 9, 2015 at 12:53 AM, Dov Levenglick
>> wrote:
On Sun, Jun 7, 2015 at 10:32 AM, wrote:
>> 2015-06-05 5:53 GMT+09:00 :
>>
>> [...]
>>
> If ufshcd-pltfrm driver is loaded before ufs-qcom, (what actually
> happe
> On Wed, Jun 17, 2015 at 2:42 AM, Dov Levenglick
> wrote:
>>> On Tue, Jun 9, 2015 at 12:53 AM, Dov Levenglick
>>> wrote:
> On Sun, Jun 7, 2015 at 10:32 AM, wrote:
>>> 2015-06-05 5:53 GMT+09:00 :
>>>
>>> [...]
>>>
>> If ufshcd-pltfrm driver is loaded before ufs-qcom, (what actually
On 06/16/2015 05:46 PM, Martin K. Petersen wrote:
>
> Brian,
>
> I only have minor nits wrt. your patch since you did what I asked.
> However, now that I'm less jet lagged and blurry eyed I wonder if
> the tweak below wouldn't suffice?
Works for me. Thanks!
Tested-by: Brian King
-Brian
--
On Wed, Jun 17, 2015 at 8:17 AM, Dov Levenglick wrote:
>> On Wed, Jun 17, 2015 at 2:42 AM, Dov Levenglick
>> wrote:
On Tue, Jun 9, 2015 at 12:53 AM, Dov Levenglick
wrote:
>> On Sun, Jun 7, 2015 at 10:32 AM, wrote:
2015-06-05 5:53 GMT+09:00 :
[...]
>>>
Hi James,
Rob raises a point that we don't agree with. On the other hand, we are not
capable of convincing him in the validity of our approach - we are at an
impasse.
I would like to point out that our approach was reviewed by Paul and Mita
(external reviewers) and neither of them had the objection
On Wed, 2015-06-17 at 14:21 +, Dov Levenglick wrote:
> Hi James,
> Rob raises a point that we don't agree with. On the other hand, we are not
> capable of convincing him in the validity of our approach - we are at an
> impasse.
> I would like to point out that our approach was reviewed by Paul
On 06/16/2015 06:07 PM, Chris Leech wrote:
> The iSCSI session recovery_tmo setting is writeable in sysfs, but it's
> also set every time a connection is established when parameters are set
> from iscsid over netlink. That results in the timeout being reset to
> the default value after every recov
> On Wed, 2015-06-17 at 14:21 +, Dov Levenglick wrote:
>> Hi James,
>> Rob raises a point that we don't agree with. On the other hand, we are
>> not
>> capable of convincing him in the validity of our approach - we are at an
>> impasse.
>> I would like to point out that our approach was reviewe
On Wed, Jun 17, 2015 at 09:33:04AM -0500, Mike Christie wrote:
> On 06/16/2015 06:07 PM, Chris Leech wrote:
> > The iSCSI session recovery_tmo setting is writeable in sysfs, but it's
> > also set every time a connection is established when parameters are set
> > from iscsid over netlink. That resu
On 06/16/2015 06:07 PM, Chris Leech wrote:
> The iSCSI session recovery_tmo setting is writeable in sysfs, but it's
> also set every time a connection is established when parameters are set
> from iscsid over netlink. That results in the timeout being reset to
> the default value after every recov
Joe or Stanisナ^ツaw:
I never heard anything back about this. Does the patch fix the crash?
Alan Stern
On Wed, 18 Mar 2015, Alan Stern wrote:
> On Wed, 18 Mar 2015, Alan Stern wrote:
>
> > On Tue, 17 Mar 2015, Joe Lawrence wrote:
> >
> > > On 03/11/2015 12:25 AM, Stanisław Pitucha wrote:
> >
Hannes Reinecke wrote:
> On 06/14/2015 05:20 PM, Sebastian Herbszt wrote:
> > Add target infrastructure.
> >
> > Signed-off-by: Sebastian Herbszt
> > ---
> Hmm. And that hooks into _which_ target mode infrastructure?
Currently it is SCST with the lpfc_scst module. I still need to figure out
how
Praveen reports:
After some debugging this is what I have found
sas_phye_loss_of_signal gets triggered on phy_event from mvsas
sas_phye_loss_of_signal calls sas_deform_port
sas_deform_port posts a DISCE_DESTRUCT event
(sas_unregister_domain_devices-> sas_unregister_d
Use kzalloc rather than kcalloc(1,...) for allocating one thing
Signed-off-by: Maninder Singh
Reviewed-by: Vaneet Narang
---
drivers/scsi/mvsas/mv_init.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/scsi/mvsas/mv_init.c b/drivers/scsi/mvsas/mv_init.c
index d
On 06/18/2015 06:36 AM, Maninder Singh wrote:
> Use kzalloc rather than kcalloc(1,...) for allocating one thing
>
> Signed-off-by: Maninder Singh
> Reviewed-by: Vaneet Narang
> ---
> drivers/scsi/mvsas/mv_init.c |2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/dri
26 matches
Mail list logo