Re: [PATCH v2 03/11] sched,livepatch: Use task_call_func()

From: Miroslav Benes
Date: Wed Oct 06 2021 - 05:00:06 EST


On Wed, 29 Sep 2021, Peter Zijlstra wrote:

> Instead of frobbing around with scheduler internals, use the shiny new
> task_call_func() interface.
>
> Signed-off-by: Peter Zijlstra (Intel) <peterz@xxxxxxxxxxxxx>

This looks really nice. With the added check for "task != current"
that Petr pointed out

Acked-by: Miroslav Benes <mbenes@xxxxxxx>

M