Page MenuHomeFreeBSD

Defer startup of gjournal switcher kproc.
ClosedPublic

Authored by jhb on Nov 18 2016, 11:55 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 21, 7:55 PM
Unknown Object (File)
Tue, May 14, 4:42 AM
Unknown Object (File)
Tue, May 7, 10:22 AM
Unknown Object (File)
May 1 2024, 1:24 PM
Unknown Object (File)
Apr 24 2024, 3:31 AM
Unknown Object (File)
Apr 13 2024, 7:38 PM
Unknown Object (File)
Mar 7 2024, 12:02 AM
Unknown Object (File)
Dec 20 2023, 12:58 AM
Subscribers
None

Details

Summary

Defer startup of gjournal switcher kproc.

Don't start switcher kproc until the first GEOM is created. This fixes
a panic with EARLY_AP_STARTUP since the switcher kproc tries to use
sleeps with timeouts.

Test Plan
  • booted a kernel with EARLY_AP_STARTUP and GEOM_JOURNAL

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 5996
Build 6266: arc lint + arc unit

Event Timeline

jhb retitled this revision from to Defer startup of gjournal switcher kproc..
jhb updated this object.
jhb edited the test plan for this revision. (Show Details)
jhb added a reviewer: pjd.
  • Remove unused variable and fix a comment.
pjd edited edge metadata.
This revision is now accepted and ready to land.Feb 3 2017, 9:26 PM
This revision was automatically updated to reflect the committed changes.