Hi Bart -
Thanks for taking the time to look this over.
On 02/27/2017 10:13 AM, Bart Van Assche wrote:
On Mon, 2017-02-27 at 09:22 -0600, Steven J. Magnani wrote:
@@ -2122,7 +2122,10 @@ static int read_capacity_16(struct scsi_
return -ENODEV;
}
- if ((sizeof(sdkp->ca
On 02/27/2017 12:57 PM, Bart Van Assche wrote:
...
How about the (untested) patch below? The approach below avoids that the check
is
duplicated and - at least in my opinion - results in code that is easier to
read.
I find lba_too_large() a little dense, but functionally OK. The "shift
>= 0" c
On Wed, 2013-09-11 at 11:42 -0400, Alan Stern wrote:
> On Wed, 11 Sep 2013, Oliver Neukum wrote:
> >
> > I'll try to get a Windows machine for a trace.
> > Can you suggest a tracer for Win7?
>
> I don't know of any, offhand. Maybe Google can help.
>
> Alternatively, you could install Windows 7
Commit eface65c336eff420d70beb0fb6787a732e05ffb (2.6.38) altered
set_media_not_present() in a way that prevents the sd driver from
remembering that a non-removable device has reported "Medium Not Present".
This condition can occur on hotplug of a (i.e.) USB Mass Storage device
whose medium is offli
*))
> +{
> + struct qla_tgt *tgt;
> +
> +mutex_lock(&qla_tgt_mutex);
> +list_for_each_entry(tgt, &qla_tgt_glist, tgt_list_entry) {
> + (*callback)(tgt->vha);
> + }
> +mutex_unlock(&qla_tgt_mutex);
> +
> + return;
> +}
> +EXPORT
On 01/17/2014 08:55 AM, Dorau, Lukasz wrote:
On Friday, January 17, 2014 2:58 PM Richard Weinberger
wrote:
Can you reproduce this using a standalone test?
I.e:
#include
int main()
{
assert(2 < 2 != 1);
return 0;
}
No, I can't of course.
The test might need to be more
Bart -
I've been porting patches from mainline into a copy of QLogic's target driver
tree
and ran across an anomaly in this changeset of yours from 2013
(8c0eb596baa51f2b43949c698c644727ef17805c).
The commit log says:
... Make it easy for Coverity (and for humans) to recognize that there
On 08/18/2017 08:31 AM, Laurence Oberman wrote:
On Fri, Aug 18, 2017 at 8:37 AM, Thomas Glanzmann wrote:
I would like to create a setup that allows me to sniff FC traffic. Is it
possible with Linux or can someone recommend a setup that works. I want
to avoid buying a 120kUSD fabric analyzer.
8 matches
Mail list logo