Page MenuHomeFreeBSD

x86: Defer non-fatal MCA message output from the hardware interrupt context
ClosedPublic

Authored by jtl on Sep 8 2017, 3:14 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Feb 24, 7:22 PM
Unknown Object (File)
Sun, Feb 8, 8:30 AM
Unknown Object (File)
Sun, Feb 8, 1:26 AM
Unknown Object (File)
Sat, Feb 7, 11:23 PM
Unknown Object (File)
Jan 31 2026, 2:03 AM
Unknown Object (File)
Jan 17 2026, 1:11 PM
Unknown Object (File)
Jan 14 2026, 3:00 PM
Unknown Object (File)
Dec 30 2025, 12:12 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

This revision is now accepted and ready to land.Sep 8 2017, 6:29 PM
jtl retitled this revision from Defer non-fatal MCA message output from the hardware interrupt context to x86: Defer non-fatal MCA message output from the hardware interrupt context.
jtl edited the summary of this revision. (Show Details)
jtl edited the test plan for this revision. (Show Details)
jtl added reviewers: markj, glebius.
jtl changed the repository for this revision from rS FreeBSD src repository - subversion to rG FreeBSD src repository.

update diff to account for 8 years of bitrot

This revision now requires review to proceed.Oct 3 2025, 6:25 PM
markj added inline comments.
sys/x86/x86/mca.c
1142

Perhaps just call mca_process_records(POLLED) directly?

This revision is now accepted and ready to land.Oct 4 2025, 12:17 PM
sys/x86/x86/mca.c
1142

That's what I had initially, but I changed it to calling mca_postcan() with the idea that this formulation might be more future proof. Time will tell whether I was right. :-)