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, Jul 5, 11:44 AM
Unknown Object (File)
Sat, Jul 5, 8:18 AM
Unknown Object (File)
Thu, Jul 3, 7:16 AM
Unknown Object (File)
Sun, Jun 29, 3:24 AM
Unknown Object (File)
Sat, Jun 28, 11:33 AM
Unknown Object (File)
Fri, Jun 27, 8:29 AM
Unknown Object (File)
Thu, Jun 26, 11:24 PM
Unknown Object (File)
Wed, Jun 25, 4:20 PM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 29149
Build 27085: arc lint + arc unit