Page MenuHomeFreeBSD

Fix a recursion in thread_create().
ClosedPublic

Authored by jeff on Feb 3 2020, 10:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Dec 7, 6:26 AM
Unknown Object (File)
Tue, Dec 3, 2:16 AM
Unknown Object (File)
Oct 21 2024, 3:40 AM
Unknown Object (File)
Oct 19 2024, 8:43 PM
Unknown Object (File)
Oct 8 2024, 7:33 PM
Unknown Object (File)
Oct 8 2024, 9:33 AM
Unknown Object (File)
Oct 8 2024, 5:30 AM
Unknown Object (File)
Oct 8 2024, 1:38 AM
Subscribers

Details

Summary

I'm not even sure who to ask about this one. This was a bug as a result of removing recursion from thread_lock(). It looks like the sched_prio() is not really necessary as rtp will do it in the important cases but it may miss setting user_pri until the first userret. I don't think this is a problem.

Diff Detail

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