Hello ,
We have the following Grade A Macbook Pro and Panasonic Toughbook with US
keyboards looks like new .
Grade A cf-c2ccezxcm - Panasonic Toughbook CF-C2 Convertible Laptop Panasonic
Toughbook CF-C2 Convertible Laptop Intel Core i5-4300U 1.90GHz CPU 8GB RAM
128GB HDD Win 8.1 Pro
QTY 150
Hi Bart,
On 4/4/19, 12:45 PM, "Bart Van Assche" wrote:
External Email
--
Make qla2x00_get_host_fabric_name() slightly faster by changing a stack
array into a static array. Declare that array const now tha
On 4/4/19, 12:45 PM, "linux-scsi-ow...@vger.kernel.org on behalf of Bart Van
Assche"
wrote:
Make the code easier to read by avoiding to use a hard-coded constant. This
patch does not change any functionality.
Cc: Himanshu Madhani
Cc: Giridhar Malavali
Signed-off-by
On 4/4/19, 12:45 PM, "Bart Van Assche" wrote:
External Email
--
Since qla2xxx_queuecommand() no longer takes the SCSI host lock, remove
a comment that refers to the host lock.
Cc: Himanshu Madhani
On 4/4/19, 12:45 PM, "Bart Van Assche" wrote:
External Email
--
This patch avoids that sparse complains that a declaration is missing.
Cc: Himanshu Madhani
Cc: Giridhar Malavali
Signed-off-b
On 4/4/19, 12:45 PM, "Bart Van Assche" wrote:
External Email
--
Move the SCSI host template definition after the definition of the
functions that it references. Remove the forward declarations that
bec
On 4/4/19, 12:45 PM, "Bart Van Assche" wrote:
External Email
--
Make qla2x00_process_response_queue() easier to read by splitting this
function. This patch does not change any functionality.
Cc: H
On 4/4/19, 12:45 PM, "Bart Van Assche" wrote:
External Email
--
Only include those header files that are needed by the code in this source
file.
Cc: Himanshu Madhani
Cc: Giridhar Malavali
https://bugzilla.kernel.org/show_bug.cgi?id=107371
--- Comment #1 from flyse...@gmx.de ---
still present in 4.19.29
--
You are receiving this mail because:
You are watching the assignee of the bug.
On Fri, 2019-04-05 at 16:04 -0700, James Smart wrote:
> T11 has introduced a new Fabric Notifications mechanism whereby the
> fabric can notify a port of events occurring in the fabric.
> The notifications are given by the FPIN ELS.
>
> Add the FPIN ELS definitions to the kernel.
>
> Signed-off-b
On Fri, 2019-04-05 at 16:04 -0700, James Smart wrote:
> The FC standard has defined a new Fabric Performance Impact
> Notification (FPIN) ELS that can be sent from the fabric to an
> endpoint to communicate fabric integrity information. The FPIN
> may communicate congestion detection, link integrit
On Fri, 2019-04-05 at 16:04 -0700, James Smart wrote:
> There are two routines generating transport events that do the
> same thing with only a couple of values set differently.
>
> Refactor so there's a single routine doing the netlink
> operations to send the event. All the differences are passe
On Fri, 2019-04-05 at 16:04 -0700, James Smart wrote:
> Add a new event type - an FPIN event.
>
> Add a new routine, fc_host_fpin_rcv(), that lldd's call when
> an FPIN is received. The routine processes the fpin payload.
> For now, the routine only logs an FPIN event.
>
> Signed-off-by: Muneendr
On Fri, 2019-04-05 at 16:04 -0700, James Smart wrote:
> This patch adds support to recognize FPIN ELS's that are received.
> When one is received, the fc transport will be called to handle the
> the FPIN.
>
> Signed-off-by: James Smart
> ---
> drivers/scsi/lpfc/lpfc_els.c | 8
> drivers
https://bugzilla.kernel.org/show_bug.cgi?id=107371
j...@jki.io changed:
What|Removed |Added
CC||j...@jki.io
--- Comment #2 from j...@jki.io
Bart,
> This patch avoids that the following compiler warning is reported with
> CONFIG_NVME_FC=n:
Applied to 5.2/scsi-queue, thanks!
--
Martin K. Petersen Oracle Linux Engineering
James,
> The FC standard has defined a new Fabric Performance Impact
> Notification (FPIN) ELS that can be sent from the fabric to an
> endpoint to communicate fabric integrity information. The FPIN
> may communicate congestion detection, link integrity issues, or
> other similar conditions.
Ap
Bart,
> This is a series with mostly source code cleanup patches for the
> qla2xxx driver. Please consider this patch series for kernel v5.2.
Applied to 5.2/scsi-queue, thanks!
--
Martin K. Petersen Oracle Linux Engineering
Varun,
> If scsi cmd sglist is not suitable for DDP then csiostor driver uses
> preallocated buffers for DDP, because of this data copy is required
> from DDP buffer to scsi cmd sglist before calling ->scsi_done().
Applied to 5.1/scsi-fixes, thanks!
--
Martin K. Petersen Oracle Linux Eng
From: Colin Ian King
There is a spelling mistake in a ql_log message. Fix it.
Signed-off-by: Colin Ian King
---
drivers/scsi/qla2xxx/qla_nvme.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/scsi/qla2xxx/qla_nvme.c b/drivers/scsi/qla2xxx/qla_nvme.c
index 1ca63e80a7
On Mon, Apr 8, 2019 at 11:17 AM jianchao.wang
wrote:
>
> Hi Ming
>
> Why not add percpu_ref_tryget/put pair into run queue and requeue work,
> or before queue the work ?
If following this direction, most of block layer API might need the pair.
Also Jens has complained in another thread, the pair
Hi, Bart
It seems that the commit 21e6ba3 in branch 5.2/scsi-queue has
addressed the deadlock issue we encountered.
We will backport that patch to our kernel version and verify it
with our test cases.
Thanks
Best regards
On Sun, Apr 7, 2019 at 12:00 PM Bart Van Assche wrote:
>
ping?
Thank you very much!
Dongli Zhang
On 03/27/2019 06:36 PM, Dongli Zhang wrote:
> When tag_set->nr_maps is 1, the block layer limits the number of hw queues
> by nr_cpu_ids. No matter how many hw queues are use by
> virtio-blk/virtio-scsi, as they both have (tag_set->nr_maps == 1), they
> ca
Hi Colin,
On 4/8/19, 1:20 AM, "linux-scsi-ow...@vger.kernel.org on behalf of Colin King"
wrote:
From: Colin Ian King
There is a spelling mistake in a ql_log message. Fix it.
Signed-off-by: Colin Ian King
---
drivers/scsi/qla2xxx/qla_nvme.c | 2 +-
1 file ch
Move global variables into SCSI host private data in order to support
multiple cards.
Signed-off-by: Ondrej Zary
---
drivers/scsi/fdomain.c | 593 +
1 file changed, 307 insertions(+), 286 deletions(-)
diff --git a/drivers/scsi/fdomain.c b/drivers/
Hi all,
Friendly ping:
Who can take this?
Thanks
On 3/7/19 3:49 PM, Finn Thain wrote:
> Adjust comments accordingly.
>
> Cc: Gustavo A. R. Silva
> Cc: Michael Schmitz
> Signed-off-by: Finn Thain
> ---
> drivers/scsi/NCR5380.c | 8
> 1 file changed, 4 insertions(+), 4 deletions(-)
On Mon, 8 Apr 2019, Gustavo A. R. Silva wrote:
> Hi all,
>
> Friendly ping:
>
> Who can take this?
>
> Thanks
>
It has been queued up by Martin and James on git.kernel.org. Apparently it
is to be pushed in the v5.2 merge window.
--
Hi,
>So it looks as though the SCSI subsystem doesn't like to have a reset handler
>call scsi_remove_host. Commands dispatched by the removal routines are forced
>to wait for the reset recovery to finish, which won't happen until those
>commands have been completed.
You mean reset handeler sh
On Tue, 9 Apr 2019 kento.a.kobaya...@sony.com wrote:
> Hi,
>
> >So it looks as though the SCSI subsystem doesn't like to have a reset
> >handler call scsi_remove_host. Commands dispatched by the removal routines
> >are forced to wait for the reset recovery to finish, which won't happen
> >unt
Hi Hariprasad,
> Changed "0 to NULL" to avoid below sparse warnings
>
> drivers/scsi/mvumi.c:755:58: warning: Using plain integer as NULL
> pointer
> drivers/scsi/mvumi.c:1797:48: warning: Using plain integer as NULL
> pointer
> drivers/scsi/mvumi.c:2142:50: warning: Using plain integer as NULL
Hi Ondrej,
> This reverts commit e184f2bf4d9f1a3c612a8c1d67e73e9cf8ab5ab9.
> It does not compile but following patches will fix that.
I don't have any particular objections to reviving this driver if people
are actually using it. However, breaking bisection is going to be a
problem. So you'll h
Colin,
> There is a spelling mistake in a ql_log message. Fix it.
Applied to 5.2/scsi-queue, thanks!
--
Martin K. Petersen Oracle Linux Engineering
Alan,
> So it looks as though the SCSI subsystem doesn't like to have a reset
> handler call scsi_remove_host.
Are you talking about a PCI device removal handler or a SCSI error
handler?
> Commands dispatched by the removal routines are forced to wait for the
> reset recovery to finish, which
33 matches
Mail list logo