[PATCH -next] fcoe: Use kfree_skb() instead of kfree()

2016-07-25 Thread Wei Yongjun
Use kfree_skb() instead of kfree() to free sk_buff. Signed-off-by: Wei Yongjun --- drivers/scsi/fcoe/fcoe_ctlr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe_ctlr.c b/drivers/scsi/fcoe/fcoe_ctlr.c index a569c65..dcf3653 100644 --- a/drivers/scsi/fcoe

Re: [PATCH 5/6] fcoe: implement FIP VLAN responder

2016-07-25 Thread Johannes Thumshirn
On Mon, Jul 04, 2016 at 10:29:22AM +0200, Hannes Reinecke wrote: > When running in VN2VN mode there is no central instance which > would send out any FIP VLAN discovery notifications. So this > patch adds a new sysfs attribute 'fip_vlan_responder' which > will activate a FIP VLAN discovery responde

Re: [PATCH 6/6] fcoe: Use default VLAN for FIP VLAN discovery

2016-07-25 Thread Johannes Thumshirn
On Mon, Jul 04, 2016 at 10:29:23AM +0200, Hannes Reinecke wrote: > FC-BB-6 states: > FIP protocols shall be performed on a per-VLAN basis. It is > recommended to use the FIP VLAN discovery protocol on the > default VLAN. > > Signed-off-by: Hannes Reinecke Acked-by: Johannes Thumshirn -- Johan

Re: [PATCH 0/6] fcoe: VN2VN target mode fixes

2016-07-25 Thread Johannes Thumshirn
On Wed, Jul 13, 2016 at 10:11:33PM -0400, Martin K . Petersen wrote: > > "Hannes" == Hannes Reinecke writes: > > Hannes> Hi all, When setting up a VN2VN FCoE target there is no real > Hannes> need to run fcoeadm, especially if DCB is disabled. So this > Hannes> patchset implements a VIP VLAN

Re: [PATCH] nvme-fabrics: Patch host code in prep for FC transport support

2016-07-25 Thread Johannes Thumshirn
On Fri, Jul 22, 2016 at 05:23:50PM -0700, James Smart wrote: > > Patch nvme-fabrics host code in prep for FC transport support: > - Add the host_traddr field to allow specification of the host-port > connection info for the transport. Will be used by FC transport. > - Revise nvmf_get_address() s

Re: [PATCH] nvme-fabrics: patch target code in prep for FC transport support

2016-07-25 Thread Johannes Thumshirn
On Fri, Jul 22, 2016 at 05:23:51PM -0700, James Smart wrote: > > Patch nvme-fabrics target code in prep for FC transport support: > - Add FC transport type decoding > - Add FC address family decoding > > Patch is cut against the linux-nvme for-4.8/drivers branch > > Note: this patch had been pos

Re: [PATCH] nvme-fabrics: set sqe.command_id in core, not transports

2016-07-25 Thread Johannes Thumshirn
On Fri, Jul 22, 2016 at 05:23:52PM -0700, James Smart wrote: > > set sqe.command_id in core, not transports > > Patch is cut against the linux-nvme for-4.8/drivers branch > > Signed-off-by: James Smart Acked-by: Johannes Thumshirn -- Johannes Thumshirn

Re: [PATCH] SCSI-aic94xx: Delete unnecessary checks before the function call "kmem_cache_destroy"

2016-07-25 Thread Jinpu Wang
On Sun, Jul 24, 2016 at 1:51 PM, SF Markus Elfring wrote: > > > From: Markus Elfring > > Date: Tue, 17 Nov 2015 08:14:52 +0100 > > > > The kmem_cache_destroy() function tests whether its argument is NULL > > and then returns immediately. Thus the test around the calls is not needed. > > > > This

Re: [PATCH 1/5] nvme-fabrics: Add FC transport FC-NVME definitions

2016-07-25 Thread Johannes Thumshirn
On Fri, Jul 22, 2016 at 05:23:55PM -0700, James Smart wrote: > > nvme-fabrics: Add FC transport FC-NVME definitions: > - Formats for Cmd, Data, Rsp IUs > - Formats FC-4 LS definitions > > > Signed-off-by: James Smart Acked-by: Johannes Thumshirn -- Johannes Thumshirn

Re: [PATCH 2/5] nvme-fabrics: Add FC transport LLDD api definitions

2016-07-25 Thread Johannes Thumshirn
On Fri, Jul 22, 2016 at 05:23:56PM -0700, James Smart wrote: > > nvme-fabrics: Add FC transport LLDD api definitions: > > Host: > -LLDD registration with the host transport > -registering host ports (local ports) and target ports seen on >fabric (remote ports) > -Data structures and call poin

Re: [PATCH 1/5] sd: configure ZBC devices

2016-07-25 Thread Ewan D. Milne
On Mon, 2016-07-25 at 08:00 +0200, Hannes Reinecke wrote: > On 07/24/2016 12:04 AM, Bart Van Assche wrote: > > On 07/23/16 13:31, Hannes Reinecke wrote: > >> On 07/22/2016 11:56 PM, Ewan D. Milne wrote: > >>> > >>> So, blk_queue_chunk_sectors() has: > >>> > >>> void blk_queue_chunk_sectors(struct r

Re: [PATCH 4/6] block: Add 'zoned' sysfs queue attribute

2016-07-25 Thread Jens Axboe
On 07/24/2016 07:37 AM, Bart Van Assche wrote: On 07/24/16 00:10, Hannes Reinecke wrote: On 07/24/2016 12:13 AM, Bart Van Assche wrote: On 07/23/16 05:43, Hannes Reinecke wrote: On 07/22/2016 10:45 PM, Martin K. Petersen wrote: "Hannes" == Hannes Reinecke writes: Hannes> Add a sysfs queue

Re: [PATCH 4/6] block: Add 'zoned' sysfs queue attribute

2016-07-25 Thread Jens Axboe
On 07/24/2016 11:56 PM, Hannes Reinecke wrote: On 07/24/2016 03:51 PM, Bart Van Assche wrote: On 07/24/16 06:37, Bart Van Assche wrote: On 07/24/16 00:10, Hannes Reinecke wrote: On 07/24/2016 12:13 AM, Bart Van Assche wrote: On 07/23/16 05:43, Hannes Reinecke wrote: On 07/22/2016 10:45 PM, M

Re: [PATCH] lpfc: fix oops in lpfc_sli4_scmd_to_wqidx_distr() from lpfc_send_taskmgmt()

2016-07-25 Thread Mauricio Faria de Oliveira
On 07/22/2016 05:18 PM, Martin K. Petersen wrote: Applied to 4.8/scsi-queue. Can this be routed into stable? The 'Fixes:' commit was introduced in v4.2, and there's longterm v4.4 and stables v4.5 and v4.6 after that. Given an oops (which may panic depending on configuration) got fixed, and it

[Bug 147901] New: +.+.+.+.+.18.44-85.5-97.52 Webroot antivirus technical support phone number

2016-07-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=147901 Bug ID: 147901 Summary: +.+.+.+.+.18.44-85.5-97.52 Webroot antivirus technical support phone number Product: SCSI Drivers Version: 2.5 Kernel Version: +.+.+.+.+.18.44-85.5-97.52

[Bug 148031] New: @S.h.i.v.aj.i. T.h.e. B.os.s. 1.8.8.8. .5.1.3. ..5.9.7.8.. q.u.i.ck.b.o..ok.s. .T.e.c.h.n.i.c.a.l.. .S.up.p.o.r.t. .P.h.o.n..e. .N.u.m.b.e.r

2016-07-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=148031 Bug ID: 148031 Summary: @S.h.i.v.aj.i. T.h.e. B.os.s. 1.8.8.8. .5.1.3. ..5.9.7.8.. q.u.i.ck.b.o..ok.s. .T.e.c.h.n.i.c.a.l.. .S.up.p.o.r.t. .P.h.o.n..e. .N.u.m.b.e.r Product:

Re: [net-next v3 0/6] common library for Chelsio drivers.

2016-07-25 Thread David Miller
From: Varun Prakash Date: Thu, 21 Jul 2016 22:57:13 +0530 > Hi, > > This patch series adds common library module(libcxgb.ko) > for Chelsio drivers to remove duplicate code. > > This series moves common iSCSI DDP Page Pod manager > code from cxgb4.ko to libcxgb.ko, earlier this code > was u

Re: dm-mq and end_clone_request()

2016-07-25 Thread Mike Snitzer
On Thu, Jul 21 2016 at 4:58pm -0400, Bart Van Assche wrote: > On 07/20/2016 11:33 AM, Mike Snitzer wrote: > >Would be interesting to know the error returned from map_request()'s > >ti->type->clone_and_map_rq(). Really should just be DM_MAPIO_REQUEUE. > >But the stack you've provided shows map_r

[Bug 148721] New: ++@@++@@++@18OO-750-6584 Webr00t antivirus technical support phone number

2016-07-25 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=148721 Bug ID: 148721 Summary: ++@@++@@++@18OO-750-6584 Webr00t antivirus technical support phone number Product: SCSI Drivers Version: 2.5 Kernel Version: ++@@++@@++@18OO-750-6584 Webr

Re: [PATCH resend 5/5] libata-scsi: fix MODE SELECT translation for Control mode page

2016-07-25 Thread Tejun Heo
On Fri, Jul 22, 2016 at 05:50:18AM +0800, Tom Yan wrote: > As I've mentioned in the comment/message, there is no ATA command > needed to be sent to the device, since it only toggles a bit in > dev->flags. See that there is no ata_taskfile constructed in > ata_mselect_control(). But ata_mselect_cac

Re: dm-mq and end_clone_request()

2016-07-25 Thread Mike Snitzer
On Mon, Jul 25 2016 at 1:53pm -0400, Mike Snitzer wrote: > On Thu, Jul 21 2016 at 4:58pm -0400, > Bart Van Assche wrote: > > > On 07/20/2016 11:33 AM, Mike Snitzer wrote: > > >Would be interesting to know the error returned from map_request()'s > > >ti->type->clone_and_map_rq(). Really shoul

Re: dm-mq and end_clone_request()

2016-07-25 Thread Bart Van Assche
On 07/25/2016 02:23 PM, Mike Snitzer wrote: So I'd be curious to know if your debugging has enabled you to identify exactly where in the dm-mapth.c code the -EIO return is being established. do_end_io() is the likely candidate -- but again the __must_push_back() check should prevent it and DM_EN

Re: dm-mq and end_clone_request()

2016-07-25 Thread Mike Snitzer
On Mon, Jul 25 2016 at 6:00P -0400, Bart Van Assche wrote: > On 07/25/2016 02:23 PM, Mike Snitzer wrote: > >So I'd be curious to know if your debugging has enabled you to identify > >exactly where in the dm-mapth.c code the -EIO return is being > >established. do_end_io() is the likely candidat