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)
Jan 21 2024, 9:48 PM
Unknown Object (File)
Nov 28 2023, 7:51 PM
Unknown Object (File)
Nov 25 2023, 6:47 AM
Unknown Object (File)
Nov 24 2023, 4:27 AM
Unknown Object (File)
Nov 22 2023, 11:48 AM
Unknown Object (File)
Nov 12 2023, 9:02 AM
Unknown Object (File)
Oct 25 2023, 3:39 AM
Unknown Object (File)
Sep 19 2023, 10:54 AM
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

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

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.