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
F110309814: D8783.id22924.diff
Sun, Feb 16, 2:57 PM
Unknown Object (File)
Fri, Jan 31, 4:14 PM
Unknown Object (File)
Thu, Jan 30, 6:03 PM
Unknown Object (File)
Mon, Jan 27, 6:12 AM
Unknown Object (File)
Fri, Jan 24, 4:47 PM
Unknown Object (File)
Wed, Jan 22, 10:13 PM
Unknown Object (File)
Wed, Jan 22, 10:09 PM
Unknown Object (File)
Wed, Jan 22, 10:02 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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 6229
Build 6472: arc lint + arc unit

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

Blank line before comment.

This revision was automatically updated to reflect the committed changes.