Page MenuHomeFreeBSD

Enable SError exceptions in the kernel
ClosedPublic

Authored by andrew on Aug 9 2021, 5:00 PM.
Tags
None
Referenced Files
F135602450: D31477.id.diff
Tue, Nov 11, 5:26 AM
Unknown Object (File)
Sun, Nov 9, 4:36 AM
Unknown Object (File)
Thu, Nov 6, 7:17 AM
Unknown Object (File)
Tue, Nov 4, 2:59 AM
Unknown Object (File)
Wed, Oct 29, 5:13 PM
Unknown Object (File)
Wed, Oct 29, 5:12 PM
Unknown Object (File)
Wed, Oct 29, 5:10 PM
Unknown Object (File)
Fri, Oct 24, 9:49 AM

Details

Summary

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

andrew requested review of this revision.Aug 9 2021, 5:00 PM
sys/arm64/arm64/exception.S
86–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
939

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.