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
F163257485: D50203.id155316.diff
Tue, Jul 21, 12:12 PM
Unknown Object (File)
Mon, Jul 20, 4:21 PM
Unknown Object (File)
Jun 15 2026, 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
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