summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/mce.c
diff options
context:
space:
mode:
authorBalbir Singh <bsingharora@gmail.com>2019-08-20 13:43:47 +0530
committerMichael Ellerman <mpe@ellerman.id.au>2019-08-21 22:23:47 +1000
commit99ead78afd1128bfcebe7f88f3b102fb2da09aee (patch)
treee876d9e2439c0f19c79efca7bb5944199f611b2a /arch/powerpc/kernel/mce.c
parentb5bda6263cad9a927e1a4edb7493d542da0c1410 (diff)
downloadlinux-99ead78afd1128bfcebe7f88f3b102fb2da09aee.tar.gz
linux-99ead78afd1128bfcebe7f88f3b102fb2da09aee.tar.bz2
linux-99ead78afd1128bfcebe7f88f3b102fb2da09aee.zip
powerpc/mce: Fix MCE handling for huge pages
The current code would fail on huge pages addresses, since the shift would be incorrect. Use the correct page shift value returned by __find_linux_pte() to get the correct physical address. The code is more generic and can handle both regular and compound pages. Fixes: ba41e1e1ccb9 ("powerpc/mce: Hookup derror (load/store) UE errors") Signed-off-by: Balbir Singh <bsingharora@gmail.com> [arbab@linux.ibm.com: Fixup pseries_do_memory_failure()] Signed-off-by: Reza Arbab <arbab@linux.ibm.com> Tested-by: Mahesh Salgaonkar <mahesh@linux.vnet.ibm.com> Signed-off-by: Santosh Sivaraj <santosh@fossix.org> Cc: stable@vger.kernel.org # v4.15+ Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://lore.kernel.org/r/20190820081352.8641-3-santosh@fossix.org
Diffstat (limited to 'arch/powerpc/kernel/mce.c')
0 files changed, 0 insertions, 0 deletions