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)
Fri, Jun 26, 6:07 PM
Unknown Object (File)
Wed, Jun 24, 10:16 AM
Unknown Object (File)
Wed, Jun 24, 10:14 AM
Unknown Object (File)
Thu, Jun 18, 4:50 PM
Unknown Object (File)
Wed, Jun 17, 8:37 PM
Unknown Object (File)
Wed, Jun 17, 5:56 AM
Unknown Object (File)
Mon, Jun 15, 10:53 PM
Unknown Object (File)
Sun, Jun 14, 11:03 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 55374
Build 52263: arc lint + arc unit