How do Linux handle process priority inversion?



Hi,

If serveral processes in the Linux are using RT SCHED_RR scheduling
mechanism, does the Linux scheduler has the ability to handle the
priority inversion?


Thanks,
Cyril

.



Relevant Pages

  • Re: How do Linux handle process priority inversion?
    ... does the Linux scheduler has the ability to handle the ... I assume he's asking about things like priority inheritance, priority protection, etc. ... To the original poster--mainline vanilla linux does not protect against priority inversion, but there are several patch sets out there that add this ability. ...
    (comp.os.linux.development.system)
  • Re: How do Linux handle process priority inversion?
    ... does the Linux scheduler has the ability to handle the ... SCHED_RR) schedulers explicitly don't handle priority inversion; ...
    (comp.os.linux.development.system)