Re: [PATCH 0/2] sched: Remove sched_class::balance()
From: Peter Zijlstra
Date: Fri Aug 21 2026 - 03:11:21 EST
On Thu, Aug 20, 2026 at 10:45:03PM +0530, K Prateek Nayak wrote:
> On 8/20/2026 9:10 PM, Peter Zijlstra wrote:
> > On Thu, Jul 02, 2026 at 07:49:19PM +0800, Aaron Lu wrote:
> >
> >> The test caused a panic with below msg:
> >
> > What test do you run? I think all I have is the prctl selftest thing.
>
> Stuff that goes sideways generally shows up with:
>
> coresched new -t pid -- perf bench sched messaging -p -l 100000 -g 8
>
> I generally consider a full run without any splats as a pass.
> Performance tends to vary quite a bit depending upon number of groups.
TIL about util-linux/coresched...