Page MenuHomeFreeBSD

arm64: Raise a SIGILL if we fail reading an insn
ClosedPublic

Authored by andrew on May 6 2025, 5:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jun 3, 2:34 PM
Unknown Object (File)
Sun, Jun 1, 2:12 PM
Unknown Object (File)
Sun, May 25, 3:27 AM
Unknown Object (File)
Sat, May 24, 11:17 AM
Unknown Object (File)
Sat, May 24, 9:56 AM
Unknown Object (File)
Sat, May 24, 5:13 AM
Unknown Object (File)
Thu, May 22, 9:15 PM
Unknown Object (File)
Tue, May 20, 4:50 AM
Subscribers

Details

Summary

When reading an instruction we may fail if another thread is unmapping
a page while the current thread is executing from it. In this case
raise a SIGILL rather than panicing the kernel.

Sponsored by: Arm Ltd

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 63952
Build 60836: arc lint + arc unit