Re: [PATCH] scsi: fixup kernel warning during rmmod()

2017-10-06 Thread Martin K. Petersen
Hannes, > Calling rmmod() on a FC driver will results in warnings like Applied to 4.14/scsi-fixes. Thank you! -- Martin K. Petersen Oracle Linux Engineering

RE: [PATCH] scsi: fixup kernel warning during rmmod()

2017-10-05 Thread Don Brace
..@lst.de>; James Bottomley > <james.bottom...@hansenpartnership.com>; linux-scsi@vger.kernel.org; > Hannes Reinecke <h...@suse.de>; Hannes Reinecke <h...@suse.com> > Subject: [PATCH] scsi: fixup kernel warning during rmmod() > > EXTERNAL EMAIL > > > C

Re: [PATCH] scsi: fixup kernel warning during rmmod()

2017-10-04 Thread Kyle Fortin
> On Oct 4, 2017, at 4:28 AM, Hannes Reinecke wrote: > > Signed-off-by: Hannes Reinecke Looks good to me. Reviewed-by: Kyle Fortin -- Kyle Fortin - Oracle Linux Engineering

Re: [PATCH] scsi: fixup kernel warning during rmmod()

2017-10-04 Thread Johannes Thumshirn
Looks good, Reviewed-by: Johannes Thumshirn -- Johannes Thumshirn Storage jthumsh...@suse.de+49 911 74053 689 SUSE LINUX GmbH, Maxfeldstr. 5, 90409 Nürnberg GF: Felix Imendörffer, Jane Smithard, Graham

[PATCH] scsi: fixup kernel warning during rmmod()

2017-10-04 Thread Hannes Reinecke
Calling rmmod() on a FC driver will results in warnings like WARNING: CPU: 60 PID: 14640 at fs/sysfs/group.c:237 device_del+0x54/0x240() sysfs group 81eff140 not found for kobject '3:0:0:3' The problem here is that during scsi_remove_target() we will iterate over all devices, but fail to