[GIT PULL] dma-mapping fix for 5.10

From: Christoph Hellwig
Date: Sat Oct 31 2020 - 05:41:12 EST


The following changes since commit ed8780e3f2ecc82645342d070c6b4e530532e680:

Merge tag 'x86-urgent-2020-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip (2020-10-27 14:39:29 -0700)

are available in the Git repository at:

git://git.infradead.org/users/hch/dma-mapping.git tags/dma-mapping-5.10-2

for you to fetch changes up to 48ab6d5d1f096d6fac5b59f94af0aa394115a001:

dma-mapping: fix 32-bit overflow with CONFIG_ARM_LPAE=n (2020-10-29 16:59:34 +0100)

----------------------------------------------------------------
dma-mapping fix for 5.10:

- fix an integer overflow on 32-bit platforms in the new DMA range code
(Geert Uytterhoeven)

----------------------------------------------------------------
Geert Uytterhoeven (1):
dma-mapping: fix 32-bit overflow with CONFIG_ARM_LPAE=n

drivers/of/device.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)