Page MenuHomeFreeBSD

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

Authored by andrew on Tue, May 6, 5:03 PM.

Details

Reviewers
manu
harry.moulton_arm.com
Group Reviewers
arm64
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