Hi! Pushed with minor change, thanks. > +void run_all(void) > +{ > + unsigned int i; > + > + if (!SAFE_FORK()) > + for (i = 0; i < ARRAY_SIZE(tcases); i++) > + run(i); > +} LKML coding style preferes to have curly braces around blocks that have inner blocks, so I added them for the if () and pushed. -- Cyril Hrubis chrubis@suse.cz