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)
Mon, Sep 7, 5:15 PM
Unknown Object (File)
Mon, Sep 7, 4:54 PM
Unknown Object (File)
Sun, Sep 6, 8:16 PM
Unknown Object (File)
Sun, Sep 6, 4:05 PM
Unknown Object (File)
Sun, Sep 6, 2:49 PM
Unknown Object (File)
Sun, Sep 6, 1:59 PM
Unknown Object (File)
Sun, Sep 6, 2:14 AM
Unknown Object (File)
Sat, Sep 5, 6: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

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