Page MenuHomeFreeBSD

MCA: Don't refill the record list during boot.
ClosedPublic

Authored by markj on Dec 14 2016, 12:06 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sep 23 2024, 4:39 PM
Unknown Object (File)
Sep 23 2024, 8:00 AM
Unknown Object (File)
Sep 19 2024, 11:18 AM
Unknown Object (File)
Sep 17 2024, 9:08 PM
Unknown Object (File)
Sep 16 2024, 6:47 PM
Unknown Object (File)
Sep 8 2024, 1:00 PM
Unknown Object (File)
Sep 7 2024, 3:01 PM
Unknown Object (File)
Sep 7 2024, 5:47 AM
Subscribers
None

Details

Summary

If we take a CMCI during boot (between SI_SUB_CPU and SI_SUB_CONFIGURE)
before the refill task is initialized, we'll panic otherwise. Instead, predicate use of
the taskqueue on !cold and make sure that we've refilled the record list when starting
the taskqueue thread.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

markj retitled this revision from to MCA: Don't refill the record list during boot..
markj edited the test plan for this revision. (Show Details)
markj updated this object.
cem edited edge metadata.
This revision is now accepted and ready to land.Dec 14 2016, 1:16 AM
jhb edited edge metadata.

(Rough life if you are getting CMCI's before you can even get to single user)

sys/x86/x86/mca.c
717 ↗(On Diff #22895)

Blank line before comment.

This revision was automatically updated to reflect the committed changes.