]> asedeno.scripts.mit.edu Git - linux.git/commit
powerpc/64s/radix: Fix memory hot-unplug page table split
authorNicholas Piggin <npiggin@gmail.com>
Wed, 24 Jul 2019 08:46:35 +0000 (18:46 +1000)
committerMichael Ellerman <mpe@ellerman.id.au>
Tue, 20 Aug 2019 11:22:19 +0000 (21:22 +1000)
commit31f210cf42d4b308eacef89b6cb0b1459338b8de
tree023cb9597d5b128a96bb71219914e0885d9d5d17
parent8f51e3929470942e6a8744061254fdeef646cd36
powerpc/64s/radix: Fix memory hot-unplug page table split

create_physical_mapping expects physical addresses, but splitting
these mapping on hot unplug is supplying virtual (effective)
addresses.

Fixes: 4dd5f8a99e791 ("powerpc/mm/radix: Split linear mapping on hot-unplug")
Signed-off-by: Nicholas Piggin <npiggin@gmail.com>
Reviewed-by: Aneesh Kumar K.V <aneesh.kumar@linux.ibm.com>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/20190724084638.24982-2-npiggin@gmail.com
arch/powerpc/mm/book3s64/radix_pgtable.c