Page MenuHomeFreeBSD

Enable SError exceptions in the kernel
ClosedPublic

Authored by andrew on Aug 9 2021, 5:00 PM.
Tags
None
Referenced Files
F85434016: D31477.id.diff
Thu, Jun 6, 12:48 AM
Unknown Object (File)
Fri, May 24, 12:58 AM
Unknown Object (File)
Fri, May 10, 5:39 AM
Unknown Object (File)
May 7 2024, 1:14 AM
Unknown Object (File)
Apr 27 2024, 2:00 PM
Unknown Object (File)
Apr 3 2024, 12:11 AM
Unknown Object (File)
Dec 20 2023, 5:26 AM
Unknown Object (File)
Dec 14 2023, 10:00 PM

Details

Summary

These are needed to signal to the kernel when a Reliability,
Availability, and Serviceability (RAS) exception has triggered.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 40948
Build 37837: arc lint + arc unit

Event Timeline

andrew requested review of this revision.Aug 9 2021, 5:00 PM
sys/arm64/arm64/exception.S
88

Can an SError interrupt be taken from EL1? If so, I think you need to unmask DAIF_A here or in do_el1h_sync().

sys/arm64/arm64/machdep.c
943

Maybe add serror_enable() or similar to cpufunc.h and use that?

Unmask in the kernel
Add serror_enable

This revision is now accepted and ready to land.Aug 11 2021, 2:57 PM
This revision was automatically updated to reflect the committed changes.