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)
Mon, Jun 15, 4:10 AM
Unknown Object (File)
May 25 2026, 8:14 AM
Unknown Object (File)
May 20 2026, 11:45 AM
Unknown Object (File)
May 15 2026, 10:18 AM
Unknown Object (File)
May 15 2026, 6:49 AM
Unknown Object (File)
May 15 2026, 2:45 AM
Unknown Object (File)
May 14 2026, 2:55 PM
Unknown Object (File)
May 12 2026, 4:21 PM
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 Not Applicable
Unit
Tests Not Applicable