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)
Wed, Sep 2, 12:52 PM
Unknown Object (File)
Wed, Aug 26, 5:54 PM
Unknown Object (File)
Tue, Aug 25, 1:10 AM
Unknown Object (File)
Sun, Aug 23, 3:17 PM
Unknown Object (File)
Sat, Aug 22, 10:13 AM
Unknown Object (File)
Fri, Aug 21, 2:03 PM
Unknown Object (File)
Aug 13 2026, 1:31 AM
Unknown Object (File)
Aug 10 2026, 12:54 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