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)
Sun, Mar 9, 7:49 PM
Unknown Object (File)
Jan 30 2025, 7:05 PM
Unknown Object (File)
Jan 24 2025, 11:46 AM
Unknown Object (File)
Jan 3 2025, 7:38 PM
Unknown Object (File)
Nov 7 2024, 3:45 AM
Unknown Object (File)
Nov 1 2024, 12:17 PM
Unknown Object (File)
Oct 29 2024, 9:02 AM
Unknown Object (File)
Oct 6 2024, 2:00 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

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

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.