Details

[Home]

Issue of the Implementation # L0120

Brief

drivers/usb/gadget/amd5536udc.c: possible non atomic memory allocation under spinlock in udc_queue()

Detailed Description

As far as prep_dma() is called with spinlock held, we have to pass GFP_ATOMIC regardless of gfp argument.

Component

linux-kernel 3.10

Accepted

https://lkml.org/lkml/2013/8/1/502
commit

Status

Fixed in kernel 3.11-rc4

[Home]