On Tue, 29 Sep 2015 11:28:36 +0200
Peter Zijlstra wrote:
> preempt_schedule_common() is marked notrace, but it does not use
> _notrace() preempt_count functions and __schedule() is also not marked
> notrace, which means that its perfectly possible to end up in the
> tracer from preempt_schedule_c
On Tue, 29 Sep 2015, Peter Zijlstra wrote:
> preempt_schedule_common() is marked notrace, but it does not use
> _notrace() preempt_count functions and __schedule() is also not marked
> notrace, which means that its perfectly possible to end up in the
> tracer from preempt_schedule_common().
>
> S
2 matches
Mail list logo