Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
WIP: powerpc: Fix kfence for book3s64 radix mmu
The existing patch uses the DEBUG_PAGEALLOC logic to implement kfence's mapping/unmapping callback. However DEBUG_PAGEALLOC is only available for hash MMU on book3s64 systems, leading to a crash when running under radix. The ppc32 implementation calls generic page handling code that appears to be ok to call for hash. If we let hash use this code we can pass the kfence kunit test suite. However we sometimes crash soon after (under qemu), so something is not quite right. Signed-off-by: Joel Stanley <joel@jms.id.au>
- Loading branch information