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 24, 12:45 PM
Unknown Object (File)
Wed, Sep 24, 8:09 AM
Unknown Object (File)
Sep 9 2025, 2:53 AM
Unknown Object (File)
Sep 2 2025, 4:46 AM
Unknown Object (File)
Sep 1 2025, 6:36 AM
Unknown Object (File)
Aug 27 2025, 1:56 AM
Unknown Object (File)
Aug 18 2025, 12:22 PM
Unknown Object (File)
Aug 18 2025, 9:10 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