]> asedeno.scripts.mit.edu Git - linux.git/commit
dma-direct: don't truncate dma_required_mask to bus addressing capabilities
authorLucas Stach <l.stach@pengutronix.de>
Mon, 5 Aug 2019 15:51:53 +0000 (17:51 +0200)
committerChristoph Hellwig <hch@lst.de>
Sat, 10 Aug 2019 17:52:45 +0000 (19:52 +0200)
commitd8ad55538abe443919e20e0bb996561bca9cad84
treea61652692adef23d8d1e8c6dafb83cc238039fde
parentcf14be0b41c659ede89abef3f7ec0e98e6cfea5b
dma-direct: don't truncate dma_required_mask to bus addressing capabilities

The dma required_mask needs to reflect the actual addressing capabilities
needed to handle the whole system RAM. When truncated down to the bus
addressing capabilities dma_addressing_limited() will incorrectly signal
no limitations for devices which are restricted by the bus_dma_mask.

Fixes: b4ebe6063204 (dma-direct: implement complete bus_dma_mask handling)
Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Tested-by: Atish Patra <atish.patra@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
kernel/dma/direct.c