Use pmap_early_vtophys to find the physical address of the kernel base
rather than using the calculated offset as it will be removed in a
latter commit.
Sponsored by: Arm Ltd
Differential D42566
arm64: Use pmap_early_vtophys in pmap_bootstrap_san andrew on Nov 13 2023, 5:18 PM. Authored by Tags None Referenced Files
Details
Use pmap_early_vtophys to find the physical address of the kernel base Sponsored by: Arm Ltd
Diff Detail
Event TimelineComment Actions I tried testing this locally, however I don't get very far into the kernel before it hangs with KASAN both with and without this change. Comment Actions Tested on an the Arm AEM Model (architecture simulator). I think KASAN has issues with my local VM. |