]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
powerpc/mce: Fix MCE handling for huge pages
authorBalbir Singh <bsingharora@gmail.com>
Tue, 20 Aug 2019 08:13:47 +0000 (13:43 +0530)
committerStefan Bader <stefan.bader@canonical.com>
Tue, 12 Nov 2019 18:04:26 +0000 (19:04 +0100)
commit004329cd11e96bd754f62a6e1b68a75c926626a8
tree7096dba6909b1e906c9781a085836a1bc80fc6ea
parent3a5ef4b1acd798d64303de5298d5b0365efef78c
powerpc/mce: Fix MCE handling for huge pages

BugLink: https://bugs.launchpad.net/bugs/1849576
commit 99ead78afd1128bfcebe7f88f3b102fb2da09aee upstream.

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
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Kleber Sacilotto de Souza <kleber.souza@canonical.com>
arch/powerpc/kernel/mce_power.c