Re: [bug report] [SCSI] mvumi: GFP_KERNEL under spin lock

2012-09-28 Thread Dan Carpenter
Whatever happened with this? You could just change the GFP_KERNEL to GFP_ATOMIC. regards, dan carpenter On Tue, Aug 14, 2012 at 05:59:27PM +0300, Dan Carpenter wrote: Hello Jianyun Li, The patch f0c568a478f0: [SCSI] mvumi: Add Marvell UMI driver from May 11, 2011, leads to the following

Re: [bug report] [SCSI] mvumi: GFP_KERNEL under spin lock

2012-09-28 Thread Dan Carpenter
On Fri, Sep 28, 2012 at 02:30:22PM +0300, Dan Carpenter wrote: Whatever happened with this? You could just change the GFP_KERNEL to GFP_ATOMIC. Ah, that email address is dead is what happened. I'll send a patch that changes this to GFP_ATOMIC. regards, dan carpenter -- To unsubscribe from

[bug report] [SCSI] mvumi: GFP_KERNEL under spin lock

2012-08-14 Thread Dan Carpenter
Hello Jianyun Li, The patch f0c568a478f0: [SCSI] mvumi: Add Marvell UMI driver from May 11, 2011, leads to the following warning: drivers/scsi/mvumi.c:121 mvumi_alloc_mem_resource() error: scheduling with locks held: 'spin_lock:host_lock' The problem is that we do a couple GPF_KERNEL