On Thu, 26 Jul 2018 15:03:23 +0800 "[email protected]" 
<[email protected]> wrote:

> >On Thu 26-07-18 10:21:40, [email protected] wrote:
> >[...]
> >> Our project really needs a fix to this issue
> >
> >Could you be more specific why? My understanding is that RT tasks
> >usually have all the memory mlocked otherwise all the real time
> >expectations are gone already.
> >--
> >Michal Hocko
> >SUSE Labs 
> 
> 
> The RT thread is created by a process with normal priority, and the process 
> was sleep, 
> then some task needs the RT thread to do something, so the process create 
> this thread, and set it to RT policy.
> I think that is the reason why RT task would read the swap.

A simpler bandaid might be to replace the cond_resched() with msleep(1).

Reply via email to