Re: [PATCH RFC 2/7] selftests/sched: Add SCHED_DEADLINE utility library

From: Juri Lelli

Date: Wed Mar 11 2026 - 09:17:27 EST


On 11/03/26 09:39, Christian Loehle wrote:
> On 3/6/26 16:10, Juri Lelli wrote:

...

> > diff --git a/tools/testing/selftests/sched/deadline/Makefile b/tools/testing/selftests/sched/deadline/Makefile
> > index fd57794f1a543..ea3fdfbef459e 100644
> > --- a/tools/testing/selftests/sched/deadline/Makefile
> > +++ b/tools/testing/selftests/sched/deadline/Makefile
> > @@ -1,6 +1,6 @@
> > # SPDX-License-Identifier: GPL-2.0
> >
> > -TEST_GEN_PROGS := runner
> > +TEST_GEN_PROGS := runner cpuhog
> >
>
> This runs cpuhog as a test as well which prints misleading timeouts.
>

Yeah, will fix/remove.

Thanks!
Juri