diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2019-07-31 06:01:42 +0000 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2019-07-31 22:02:52 +1000 |
commit | d7e23b887f67178c4f840781be7a6aa6aeb52ab1 (patch) | |
tree | a79f299b178efa35799876153bb0b0744fbe9ad9 /drivers | |
parent | 7440ea8b2a4430eef5120d0a7faac6c39304ae6d (diff) |
powerpc/kasan: fix early boot failure on PPC32
Due to commit 4a6d8cf90017 ("powerpc/mm: don't use pte_alloc_kernel()
until slab is available on PPC32"), pte_alloc_kernel() cannot be used
during early KASAN init.
Fix it by using memblock_alloc() instead.
Fixes: 2edb16efc899 ("powerpc/32: Add KASAN support")
Cc: stable@vger.kernel.org # v5.2+
Reported-by: Erhard F. <erhard_f@mailbox.org>
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Link: https://lore.kernel.org/r/da89670093651437f27d2975224712e0a130b055.1564552796.git.christophe.leroy@c-s.fr
Diffstat (limited to 'drivers')
0 files changed, 0 insertions, 0 deletions