[BUG] XHCI getting ZONE_DMA32 memory > than its bus_dma_limit
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: "linux-arm-kernel@xxxxxxxxxxxxxxxxxxx" <linux-arm-kernel@xxxxxxxxxxxxxxxxxxx>, linux-mm@xxxxxxxxx, "linux-usb@xxxxxxxxxxxxxxx" <linux-usb@xxxxxxxxxxxxxxx>, rientjes@xxxxxxxxxx, Christoph Hellwig <hch@xxxxxx>, Nicolas Saenz Julienne <nsaenzjulienne@xxxxxxx>, "linux-kernel@xxxxxxxxxxxxxxx" <linux-kernel@xxxxxxxxxxxxxxx>
- Subject: [BUG] XHCI getting ZONE_DMA32 memory > than its bus_dma_limit
- From: Jeremy Linton <jeremy.linton@xxxxxxx>
- Date: Thu, 2 Jul 2020 12:49:14 -0500
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0
Hi,
Using 5.8rc3:
The rpi4 has a 3G dev->bus_dma_limit on its XHCI controller. With a usb3
hub, plus a few devices plugged in, randomly devices will fail
operations. This appears to because xhci_alloc_container_ctx() is
getting buffers > 3G via dma_pool_zalloc().
Tracking that down, it seems to be caused by dma_alloc_from_pool() using
dev_to_pool()->dma_direct_optimal_gfp_mask() to "optimistically" select
the atomic_pool_dma32 but then failing to verify that the allocations in
the pool are less than the dev bus_dma_limit.
Thanks,
[Index of Archives]
[Linux Media]
[Linux Input]
[Linux Audio Users]
[Yosemite News]
[Linux Kernel]
[Linux SCSI]
[Old Linux USB Devel Archive]