Page MenuHomeFreeBSD

Fix the !SMP case in sched_add().
ClosedPublic

Authored by markj on Feb 3 2020, 8:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Jan 21, 9:18 AM
Unknown Object (File)
Sat, Jan 18, 5:47 PM
Unknown Object (File)
Jan 12 2025, 10:19 PM
Unknown Object (File)
Dec 11 2024, 9:08 PM
Unknown Object (File)
Nov 26 2024, 2:10 PM
Unknown Object (File)
Oct 18 2024, 11:37 AM
Unknown Object (File)
Oct 14 2024, 2:49 PM
Unknown Object (File)
Oct 4 2024, 6:00 PM
Subscribers

Details

Summary

If the thread's lock is already that of the runqueue, don't recurse on
the queue lock.

Test Plan

Fixes a panic on boot that I hit while trying to reproduce an unrelated problem.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29146
Build 27082: arc lint + arc unit

Event Timeline

markj added reviewers: jeff, kib.
This revision is now accepted and ready to land.Feb 3 2020, 8:43 PM

I thought I tested !SMP but maybe I just built it. This LGTM.

Looking at this I should really just add srqflags to thread_lock_set and possibly something similar to thread_lock_block().

This revision was automatically updated to reflect the committed changes.