git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4b4cd73
)
USB: xhci: Use GFP_ATOMIC under spin_lock
author
David Sterba
<dsterba@suse.cz>
Tue, 2 Nov 2010 22:47:18 +0000
(23:47 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Thu, 11 Nov 2010 14:59:14 +0000
(06:59 -0800)
coccinelle check scripts/coccinelle/locks/call_kern.cocci found that
in drivers/usb/host/xhci.c an allocation with GFP_KERNEL is done
with locks held:
xhci_resume
spin_lock_irq(xhci->lock)
xhci_setup_msix
kmalloc(GFP_KERNEL)
Change it to GFP_ATOMIC.
Signed-off-by: David Sterba <dsterba@suse.cz>
CC: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/xhci.c
patch
|
blob
|
history
diff --cc
drivers/usb/host/xhci.c
Simple merge