Re: [PATCH] livepatch: Avoid CPU hogging with cond_resched

From: Song Liu
Date: Fri Jan 07 2022 - 11:46:58 EST


On Fri, Jan 7, 2022 at 6:13 AM Joe Lawrence <joe.lawrence@xxxxxxxxxx> wrote:
>
> On 12/29/21 4:56 PM, David Vernet wrote:
> > For example, under certain workloads, enabling a KLP patch with
> > many objects or functions may cause ksoftirqd to be starved, and thus for
> > interrupts to be backlogged and delayed.
>
> Just curious, approximately how many objects/functions does it take to
> hit this condition? While the livepatching kselftests are more about
> API and kernel correctness, this sounds like an interesting test case
> for some of the other (out of tree) test suites.

Not many patched functions. We only do small fixes at the moment. In the recent
example, we hit the issue with ~10 patched functions. Another version
with 2 to 3
patched function seems fine.

Yes, I think this is an important test case.

Song