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
F84550219: D43403.diff
Sat, May 25, 9:05 AM
Unknown Object (File)
Sun, May 12, 4:59 AM
Unknown Object (File)
Sun, May 12, 4:20 AM
Unknown Object (File)
Sat, May 11, 5:42 PM
Unknown Object (File)
Sat, May 11, 10:39 AM
Unknown Object (File)
Thu, Apr 25, 5:21 PM
Unknown Object (File)
Apr 24 2024, 1:04 PM
Unknown Object (File)
Apr 5 2024, 1:09 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