[PATCH 0/1][GROOVY] Fix SATA DMA config issues on Synquacer ARM64 platform

Colin King colin.king at canonical.com
Wed Aug 19 07:22:19 UTC 2020


From: Colin Ian King <colin.king at canonical.com>

BugLink: https://bugs.launchpad.net/bugs/1892138

Booting an ARM64 SynQuacer E-Series software development machine with
the 5.8 kernel will fail to configure the SATA drives DMA range
correctly because of a regression caused by commit 7a8b64d17e35
("of/address: use range parser for of_dma_get_range"). Currently
invalid CPU addresses are not being sanity checked and hence cause this
issue.

Colin Ian King (1):
  of/address: check for invalid range.cpu_addr

 drivers/of/address.c | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.27.0




More information about the kernel-team mailing list