Page MenuHomeFreeBSD

Fix comment in sched_balance_pair and check load before locking
Needs ReviewPublic

Authored by harrison-astrodog.net on Feb 26 2015, 12:03 PM.
Tags
None
Referenced Files
F158974971: D1970.diff
Mon, Jun 8, 12:13 PM
Unknown Object (File)
Tue, May 19, 1:26 AM
Unknown Object (File)
Tue, May 19, 1:24 AM
Unknown Object (File)
Mon, May 18, 6:03 AM
Unknown Object (File)
Sun, May 17, 4:16 PM
Unknown Object (File)
Thu, May 14, 10:51 PM
Unknown Object (File)
Thu, May 14, 10:51 PM
Unknown Object (File)
May 5 2026, 5:41 AM
Subscribers
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

harrison-astrodog.net retitled this revision from to Fix comment in sched_balance_pair and check load before locking.
harrison-astrodog.net updated this object.
harrison-astrodog.net edited the test plan for this revision. (Show Details)

one nit

sys/kern/sched_ule.c
917

Does moving this outside the lock expose yourself to races because the memory barrier that's implicit in the lock doesn't happen?