Re: [PATCH 4/5] sched: dynamic: Simplify irqentry_exit_cond_resched()

From: Mark Rutland

Date: Fri Jul 17 2026 - 09:59:14 EST


On Fri, Jul 17, 2026 at 07:19:03PM +0530, Shrikanth Hegde wrote:
> On 7/17/26 4:35 PM, Mark Rutland wrote:
> > On Mon, Jul 06, 2026 at 10:12:29AM +0530, Shrikanth Hegde wrote:
> > > JFYI,
> > > Christophe had sent this patch, I am sure you guys will sort out the
> > > conflicts. (I don't see it merged yet, but likely might)
> > >
> > > https://lore.kernel.org/all/2bf10a0afffefb6aca44bf2f864cc17471a80e31.1781870889.git.chleroy@xxxxxxxxxx/
> >
> > Thanks for the heads-up!
> >
> > Sorry, I'd skipped Ccing all the arch folk as I hadn't expected anyone
> > was likely to be doing similar in the arch code right now. I'll make
> > sure you're both Cc'd for any subsequent versions.
> >
> > It looks like the only difference for powerpc is that I leave
> > need_irq_preemption() lying around. Christophe, if you're happy with
> > this series, I could pick a patch from you to remove that (e.g. take
> > your patch and apply it to the end of this series, reduced to removing
> > need_irq_preemption()).
> >
> > Any preference?
>
> I will go by Christophe preference.
>
> But i see it is in powerpc fixes branch and part of pull request.
> https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git/commit/?h=fixes
>
> So, you might have to rebase on top of it.

Sorry, I didn't spot that. Thanks for the pointer!

I'll wait for that to land and rebase atop, then.

Mark.