Page MenuHomeFreeBSD

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

Authored by andrew on Tue, May 6, 5:03 PM.
Tags
None
Referenced Files
F117900843: D50203.id154964.diff
Sat, May 24, 11:17 AM
F117896782: D50203.diff
Sat, May 24, 9:56 AM
F117879631: D50203.id155316.diff
Sat, May 24, 5:13 AM
Unknown Object (File)
Thu, May 22, 9:15 PM
Unknown Object (File)
Tue, May 20, 4:50 AM
Unknown Object (File)
Mon, May 19, 5:51 PM
Unknown Object (File)
Mon, May 19, 4:37 AM
Unknown Object (File)
Mon, May 12, 12:50 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