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)
Sun, Sep 8, 1:00 PM
Unknown Object (File)
Sat, Sep 7, 3:01 PM
Unknown Object (File)
Sat, Sep 7, 5:47 AM
Unknown Object (File)
Mon, Sep 2, 4:24 PM
Unknown Object (File)
Mon, Sep 2, 4:18 AM
Unknown Object (File)
Fri, Aug 23, 2:22 AM
Unknown Object (File)
May 17 2024, 4:38 AM
Unknown Object (File)
May 16 2024, 8:26 PM
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.