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)
Thu, Nov 13, 8:01 AM
Unknown Object (File)
Tue, Nov 11, 9:34 AM
Unknown Object (File)
Mon, Nov 10, 7:04 PM
Unknown Object (File)
Mon, Nov 10, 1:35 PM
Unknown Object (File)
Mon, Nov 10, 12:11 PM
Unknown Object (File)
Mon, Nov 10, 11:06 AM
Unknown Object (File)
Mon, Nov 10, 10:48 AM
Unknown Object (File)
Mon, Nov 10, 9:46 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