Re: [PATCH v3 0/3] livepatch,sched: Add livepatch task switching to cond_resched()

From: Seth Forshee
Date: Tue Feb 28 2023 - 11:41:13 EST


On Fri, Feb 24, 2023 at 08:49:58AM -0800, Josh Poimboeuf wrote:
> v3:
> - Add barriers (pmladek)
> - Update comments
>
> v2:
> - Avoid calling klp_cond_resched_disable() in klp_cancel_transition()
> - Fix race in klp_reverse_transition()
>
> Fix patching stalls caused by busy kthreads.

I ran the v3 patches through my reproducer, still working great.

Thanks,
Seth