Re: [PATCH 2/2] tracing: fgraph: Add a cond_resched() to the shadow stack retry loop

From: Steven Rostedt

Date: Wed Sep 23 2026 - 05:05:07 EST


On Tue, 22 Sep 2026 15:55:26 -0700
Vineet Gupta <vineet.gupta@xxxxxxxxx> wrote:

> This is supplementary to previous patch and is effective only for
> !PREEMPTION kernels.

FYI, a patch in a series should never mention "the previous patch" as
if it gets committed, order in git history is not easily seen. Thus, a
change log should mention the added functionality itself and not a
patch sent to the mailing list.

But that said, this patch is likely not going to be added because
!PREEMPTION is being deprecated specifically to get rid of
cond_rescheds. Hence, I'm not adding any new ones.

-- Steve