Re: [PATCH] powerpc/selftests: Avoid backgroud process/threads

2018-08-03 Thread Michael Ellerman
Breno Leitao writes: > Current tm-unavailable test runs for a long period (>120 seconds), and if it > is > interrupted, as pressing CRTL-C (SIGINT), the foreground process (harness) > dies > but the child process and threads continue to execute (with PPID = 1 now). > > In this case, you'd think

[PATCH] powerpc/selftests: Avoid backgroud process/threads

2018-07-31 Thread Breno Leitao
Current tm-unavailable test runs for a long period (>120 seconds), and if it is interrupted, as pressing CRTL-C (SIGINT), the foreground process (harness) dies but the child process and threads continue to execute (with PPID = 1 now). In this case, you'd think the test is gone, but there are two t