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
F153413316: D50203.id154964.diff
Tue, Apr 21, 12:52 AM
Unknown Object (File)
Fri, Apr 17, 2:46 AM
Unknown Object (File)
Wed, Apr 15, 1:55 AM
Unknown Object (File)
Tue, Apr 14, 5:56 AM
Unknown Object (File)
Mar 18 2026, 1:00 PM
Unknown Object (File)
Mar 17 2026, 10:43 PM
Unknown Object (File)
Mar 8 2026, 5:26 PM
Unknown Object (File)
Mar 8 2026, 5:26 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