]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
xhci: remove GFP_DMA flag from allocation
authorMatthias Lange <matthias.lange@kernkonzept.com>
Wed, 17 May 2017 15:32:04 +0000 (18:32 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 May 2017 13:44:39 +0000 (15:44 +0200)
commit374a3fb5c3b0934cfda09bcf6362058249e7869b
treef7a4eb4d2abaf7c8e55eee623535f9a1786678ba
parentfa313fd6673e498b6d0b2c87bb3bfedab556c122
xhci: remove GFP_DMA flag from allocation

commit 5db851cf20857c5504b146046e97cb7781f2a743 upstream.

There is no reason to restrict allocations to the first 16MB ISA DMA
addresses.

It is causing problems in a virtualization setup with enabled IOMMU
(x86_64). The result is that USB is not working in the VM.

Signed-off-by: Matthias Lange <matthias.lange@kernkonzept.com>
Signed-off-by: Mathias Nyman <mathias.nyman@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/xhci-mem.c