Page MenuHomeFreeBSD

arm64: Make KMSAN aware of exceptions
ClosedPublic

Authored by markj on Dec 21 2023, 6:40 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 21, 7:54 AM
Unknown Object (File)
Oct 19 2024, 12:01 PM
Unknown Object (File)
Oct 19 2024, 11:45 AM
Unknown Object (File)
Oct 19 2024, 11:45 AM
Unknown Object (File)
Oct 19 2024, 11:18 AM
Unknown Object (File)
Aug 31 2024, 1:31 PM
Unknown Object (File)
Aug 30 2024, 11:14 AM
Unknown Object (File)
Jul 31 2024, 7:46 PM
Subscribers

Details

Summary
  • Call kmsan_intr_enter() when an exception occurs. This ensures that code running in the exception context does not clobber thread-local KMSAN state.
  • Ensure that stack memory containing trap frames is treated as initialized.

Co-authored-by: Alexander Stetsenko <alex.stetsenko@klarasystems.com>
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 55071
Build 51960: arc lint + arc unit