[igt-dev] [PATCH i-g-t] runner: Be patient for processes to die
Chris Wilson
chris at chris-wilson.co.uk
Tue Nov 27 09:41:09 UTC 2018
Quoting Petri Latvala (2018-11-27 09:32:32)
> On Mon, Nov 26, 2018 at 09:37:44PM +0000, Chris Wilson wrote:
> > Some machines are very slow and some processes hog a lot of resources
> > and so take much longer than a mere 2s to be terminated. Be patient.
> >
> > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=108073
> > Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>
> > ---
> > runner/executor.c | 44 ++++++++++++++++++++++++++++++--------------
> > 1 file changed, 30 insertions(+), 14 deletions(-)
> >
> > diff --git a/runner/executor.c b/runner/executor.c
> > index 2038c3fda..927696044 100644
> > --- a/runner/executor.c
> > +++ b/runner/executor.c
> > @@ -137,27 +137,36 @@ static char *handle_lockdep(void)
> > return NULL;
> > }
> >
> > -static char *handle_taint(void)
> > +
> > +static unsigned long tainted(unsigned long *taints)
>
>
> An extra newline slipped in here.
>
>
> Reviewed-by: Petri Latvala <petri.latvala at intel.com>
Fingers crossed since CI skipped skl-shards...
-Chris
More information about the igt-dev
mailing list