Page MenuHomeFreeBSD

arm64: Remove pmap_san_bootstrap() and call kasan_init_early() directly
ClosedPublic

Authored by markj on Jan 11 2024, 8:15 PM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 26 2025, 9:46 PM
Unknown Object (File)
Feb 22 2025, 2:37 PM
Unknown Object (File)
Feb 22 2025, 1:57 PM
Unknown Object (File)
Feb 18 2025, 11:46 PM
Unknown Object (File)
Feb 9 2025, 7:28 PM
Unknown Object (File)
Feb 8 2025, 3:09 AM
Unknown Object (File)
Feb 4 2025, 6:47 AM
Unknown Object (File)
Oct 22 2024, 5:37 PM
Subscribers

Details

Summary

pmap_san_bootstrap() doesn't really do much, and it was hard-coding the
the bootstrap stack size defined in locore.S. Moreover, the name is a
bit confusing given the existence of pmap_bootstrap_san(). Just remove
it and call kasan_init_early() directly like we do on amd64.

Sponsored by: Klara, Inc.
Sponsored by: Juniper Networks, Inc.

Diff Detail

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