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)
Sat, Apr 13, 7:38 PM
Unknown Object (File)
Mar 7 2024, 12:02 AM
Unknown Object (File)
Dec 20 2023, 12:58 AM
Unknown Object (File)
Nov 19 2023, 2:44 PM
Unknown Object (File)
Oct 26 2023, 4:38 AM
Unknown Object (File)
Oct 11 2023, 2:01 PM
Unknown Object (File)
Aug 18 2023, 6:03 AM
Unknown Object (File)
Jul 15 2023, 3:53 PM
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.