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)
Sun, Jul 27, 7:23 PM
Unknown Object (File)
Fri, Jul 4, 8:37 AM
Unknown Object (File)
Jun 22 2025, 8:38 AM
Unknown Object (File)
Jun 20 2025, 4:18 AM
Unknown Object (File)
Jun 17 2025, 12:35 AM
Unknown Object (File)
Jun 14 2025, 3:02 AM
Unknown Object (File)
Jun 13 2025, 10:50 AM
Unknown Object (File)
Jun 12 2025, 10:47 AM
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