On Fri, 2016-09-16 at 13:06 -0400, Austin S. Hemmelgarn wrote:
> On 2016-09-16 12:21, James Bottomley wrote:
> > On Fri, 2016-09-16 at 11:53 -0400, Austin S. Hemmelgarn wrote:
> > > On 2016-09-16 07:16, Hannes Reinecke wrote:
> > > > On 09/15/2016 10:52 PM, Jason A. Donenfeld wrote:
> > > > > Hi Ma
Allocate resources dynamically to cxgb4's Upper layer driver's(ULD) like
cxgbit, iw_cxgb4 and cxgb4i. Allocate resources when they register with
cxgb4 driver and free them while unregistering. All the queues and the
interrupts for them will be allocated during ULD probe only and freed
during remove
On Fri, Sep 16, 2016 at 7:06 PM, Austin S. Hemmelgarn
wrote:
> 1. UAS (not some other SCSI transport) without UNMAP support.
> 2. Supports ATA_12 or ATA_16 pass through.
> 3. ATA DEVICE IDENTIFY via SAT indicates that the device supports
> DISCARD/TRIM.
> Then we'd be matching behavior on Windows,
Brian King writes:
> A 9084 error gets logged by the ipr adapter when adapter raw mode
> gets enabled. A bunch of unformatted hex data also gets logged
> for this error, which is of little use, so let's avoid logging
> it by default in order to avoid the log getting polluted with
> useless data.
Brian King writes:
> Whenever multiple HRRQs are enabled, which is the default
> setting now, we end up seeing the following message logged
> prior to initialization of each HRRQ:
>
> Starting IOA initialization sequence
>
> This results in 16 of these messages on most adapters, which
> serves li
A 9084 error gets logged by the ipr adapter when adapter raw mode
gets enabled. A bunch of unformatted hex data also gets logged
for this error, which is of little use, so let's avoid logging
it by default in order to avoid the log getting polluted with
useless data.
Signed-off-by: Brian King
--
Whenever multiple HRRQs are enabled, which is the default
setting now, we end up seeing the following message logged
prior to initialization of each HRRQ:
Starting IOA initialization sequence
This results in 16 of these messages on most adapters, which
serves little purpose. Change to just log t
Brian King writes:
> If the ses driver receives a UNIT ATTENTION when issuing
> a receive diagnostics while probing a SES device, it
> fails to attach with messages such as:
>
> scsi 1:0:7:0: Failed to get diagnostic page 0x802
> scsi 1:0:7:0: Failed to bind enclosure -19
>
> Fix this by eati
If the ses driver receives a UNIT ATTENTION when issuing
a receive diagnostics while probing a SES device, it
fails to attach with messages such as:
scsi 1:0:7:0: Failed to get diagnostic page 0x802
scsi 1:0:7:0: Failed to bind enclosure -19
Fix this by eating unit attentions for these comma
> -Original Message-
> From: linux-scsi-ow...@vger.kernel.org [mailto:linux-scsi-
> ow...@vger.kernel.org] On Behalf Of Don Brace
> Sent: Friday, September 16, 2016 2:56 PM
> To: j...@linux.vnet.ibm.com; John Hall; Kevin Barnett; Mahesh
> Rajashekhara; h...@infradead.org; Scott Teel; Viswas
From: kevin Barnett
In the ioaccel path, the calculation of the starting
LBA for READ(6)/WRITE(6) SCSI commands does not take
into account the most significant 5 bits of the
LBA: it only uses the least significant 16 bits of
the starting LBA.
Reported-by: Mahesh Rajashekhara
Signed-off-by: Kevi
From: kevin Barnett
LBA for READ(6)/WRITE(6) SCSI commands does not take
into account the most significant 5 bits of the
LBA: it only uses the least significant 16 bits of
the starting LBA.
Reported-by: Mahesh Rajashekhara
Signed-off-by: Kevin Barnett
Signed-off-by: Don Brace
---
drivers/scs
From: Mahesh Rajashekhara
Missing 5 bits of byte 1 in the LBA issued by SML
Reported-by: Mahesh Rajashekhara
Reviewed-by: Scott Teel
Reviewed-by: Kevin Barnett
Signed-off-by: Mahesh Rajashekhara
Signed-off-by: Don Brace
---
drivers/scsi/hpsa.c | 14 ++
1 file changed, 10 inse
On 09/16/2016 07:25 AM, Bryant G. Ly wrote:
> Signed-off-by: Bryant G. Ly
Reviewed-by: Tyrel Datwyler
> ---
> drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 --
> 1 file changed, 2 deletions(-)
>
> diff --git a/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
> b/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt
On 2016-09-16 12:21, James Bottomley wrote:
On Fri, 2016-09-16 at 11:53 -0400, Austin S. Hemmelgarn wrote:
On 2016-09-16 07:16, Hannes Reinecke wrote:
On 09/15/2016 10:52 PM, Jason A. Donenfeld wrote:
Hi Martin,
On Thu, Sep 15, 2016 at 6:07 PM, Martin K. Petersen
But how do they signal that
On Fri, 2016-09-16 at 11:53 -0400, Austin S. Hemmelgarn wrote:
> On 2016-09-16 07:16, Hannes Reinecke wrote:
> > On 09/15/2016 10:52 PM, Jason A. Donenfeld wrote:
> > > Hi Martin,
> > >
> > > On Thu, Sep 15, 2016 at 6:07 PM, Martin K. Petersen
> > > > But how do they signal that ATA passthrough is
On 2016-09-16 07:16, Hannes Reinecke wrote:
On 09/15/2016 10:52 PM, Jason A. Donenfeld wrote:
Hi Martin,
On Thu, Sep 15, 2016 at 6:07 PM, Martin K. Petersen
But how do they signal that ATA passthrough is possible? Is there an ATA
Information VPD page? Is REPORT SUPPORTED OPERATION CODES suppor
Signed-off-by: Bryant G. Ly
---
drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
b/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
index b29fef9..f8ba2a0 100644
--- a/drivers/scsi/ibmvscsi_tgt/ibmvscsi_tgt.c
+++ b/dri
https://bugzilla.kernel.org/show_bug.cgi?id=159521
Spam Script changed:
What|Removed |Added
Status|NEW |RESOLVED
Group|
https://bugzilla.kernel.org/show_bug.cgi?id=157751
Spam Script changed:
What|Removed |Added
Status|NEW |RESOLVED
Group|
https://bugzilla.kernel.org/show_bug.cgi?id=160811
Bug ID: 160811
Summary: चिल्लाईए USA Intuit ❶❽❹❹❹❶❹❹❽❻❽ CANADA Quickbooks
Support Toll free Phone Numbe
Product: SCSI Drivers
Version: 2.5
Kernel Version: चिल्लाईए USA Intuit ❶❽❹
https://bugzilla.kernel.org/show_bug.cgi?id=160671
Bug ID: 160671
Summary: >> < QuickBooks pro help.line>> >>.800-919-0992>> <
QuickBooks tech Support Phone Number, < QuickBooks
pro helpdesk Number>>
Product: SCSI Driver
https://bugzilla.kernel.org/show_bug.cgi?id=159521
Bug ID: 159521
Summary: jewala intuit quickbooks 1 855✈675✈0113
payroll support phone number
Product: IO/Storage
Version: 2.5
Kernel Version: jewala intuit quickbooks 1 8
https://bugzilla.kernel.org/show_bug.cgi?id=158141
Bug ID: 158141
Summary: QPML +===1800-919-0992 Quickbooks Phone Number,
Quickbooks SuPPort Phone number
Product: SCSI Drivers
Version: 2.5
Kernel Version: QPML +===1800-919-0992
https://bugzilla.kernel.org/show_bug.cgi?id=157841
Bug ID: 157841
Summary: Janam janam jo sath nibhaye Quickbooks Enterprise
Support 1 800 9190992 Quickbooks Enterprise support
phone number, Quickbooks Enterprise support phone
https://bugzilla.kernel.org/show_bug.cgi?id=157751
Bug ID: 157751
Summary: ---18009190992---)}}}--Quickbooks Enterprise
technical support phone number,Quickbooks Support
phone number
Product: IO/Storage
Version:
On 09/15/2016 10:52 PM, Jason A. Donenfeld wrote:
> Hi Martin,
>
> On Thu, Sep 15, 2016 at 6:07 PM, Martin K. Petersen
>> But how do they signal that ATA passthrough is possible? Is there an ATA
>> Information VPD page? Is REPORT SUPPORTED OPERATION CODES supported?
>>
>> We need really solid disc
On Fri, Sep 16, 2016 at 10:01:42AM +0200, Hans Verkuil wrote:
> PCI_IRQ_MSI is unknown, I assume that this will appear in 4.9?
The flag is in 4.8-rc.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majord...@vger.kernel.org
More majordomo info a
Hi Christoph,
On 09/11/2016 03:31 PM, Christoph Hellwig wrote:
> Simply the interrupt setup by using the new PCI layer helpers.
>
> Despite using pci_enable_msi_range, this driver was only requesting a
> single MSI vector anyway.
>
> Signed-off-by: Christoph Hellwig
> ---
> drivers/media/pci/c
29 matches
Mail list logo