On Sun, May 28, 2017 at 12:29 PM, Luc Van Oostenryck <luc.vanoostenryck@xxxxxxxxx> wrote: > The goal of this series is to speedup the testsuite, > mainly by avoiding to unneedlessly spawn child processes. > > The resulting speedup here is over 2.5, which is quite appreciable. This series looks fine to me. BTW, another way to speed up the test suit is using makefile to invoke more than one job of test suite. Currently all test suit are execute one by one. But there is no inter dependency between the test. So in theory we can change the Makefile a bit to run more than one job on the test suit using pattern rules. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html