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, Apr 11, 10:44 PM
Unknown Object (File)
Fri, Apr 10, 5:38 AM
Unknown Object (File)
Mon, Apr 6, 4:39 PM
Unknown Object (File)
Mon, Mar 30, 10:27 AM
Unknown Object (File)
Mon, Mar 30, 4:03 AM
Unknown Object (File)
Sat, Mar 28, 10:33 AM
Unknown Object (File)
Sat, Mar 28, 6:25 AM
Unknown Object (File)
Sat, Mar 28, 5:44 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