summaryrefslogtreecommitdiffstats
path: root/block
diff options
context:
space:
mode:
authorOliver O'Halloran <oohall@gmail.com>2019-07-11 01:05:17 +1000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-07-31 07:27:07 +0200
commit7f775a67abe412634cdfb635fd3c84db2d315d93 (patch)
tree00ea4b627a27af1edc5194b4b85844d764aeafc6 /block
parente7a41b276974d35bac948f08327d8f4297d739ba (diff)
downloadlinux-stable-7f775a67abe412634cdfb635fd3c84db2d315d93.tar.gz
linux-stable-7f775a67abe412634cdfb635fd3c84db2d315d93.tar.bz2
linux-stable-7f775a67abe412634cdfb635fd3c84db2d315d93.zip
powerpc/eeh: Handle hugepages in ioremap space
[ Upstream commit 33439620680be5225c1b8806579a291e0d761ca0 ] In commit 4a7b06c157a2 ("powerpc/eeh: Handle hugepages in ioremap space") support for using hugepages in the vmalloc and ioremap areas was enabled for radix. Unfortunately this broke EEH MMIO error checking. Detection works by inserting a hook which checks the results of the ioreadXX() set of functions. When a read returns a 0xFFs response we need to check for an error which we do by mapping the (virtual) MMIO address back to a physical address, then mapping physical address to a PCI device via an interval tree. When translating virt -> phys we currently assume the ioremap space is only populated by PAGE_SIZE mappings. If a hugepage mapping is found we emit a WARN_ON(), but otherwise handles the check as though a normal page was found. In pathalogical cases such as copying a buffer containing a lot of 0xFFs from BAR memory this can result in the system not booting because it's too busy printing WARN_ON()s. There's no real reason to assume huge pages can't be present and we're prefectly capable of handling them, so do that. Fixes: 4a7b06c157a2 ("powerpc/eeh: Handle hugepages in ioremap space") Reported-by: Sachin Sant <sachinp@linux.vnet.ibm.com> Signed-off-by: Oliver O'Halloran <oohall@gmail.com> Tested-by: Sachin Sant <sachinp@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190710150517.27114-1-oohall@gmail.com Signed-off-by: Sasha Levin <sashal@kernel.org>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions