Page MenuHomeFreeBSD

arm64: Use pmap_early_vtophys in pmap_bootstrap_san
ClosedPublic

Authored by andrew on Nov 13 2023, 5:18 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, May 3, 5:02 PM
Unknown Object (File)
Wed, May 1, 9:15 PM
Unknown Object (File)
Sat, Apr 27, 10:11 AM
Unknown Object (File)
Fri, Apr 26, 6:10 AM
Unknown Object (File)
Mon, Apr 22, 2:32 AM
Unknown Object (File)
Sun, Apr 14, 4:35 AM
Unknown Object (File)
Fri, Apr 12, 5:27 PM
Unknown Object (File)
Apr 5 2024, 8:14 PM
Subscribers

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

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.

Tested on an the Arm AEM Model (architecture simulator). I think KASAN has issues with my local VM.

This revision was not accepted when it landed; it landed in state Needs Review.Nov 15 2023, 6:13 PM
This revision was automatically updated to reflect the committed changes.