Hi! > void setup(void) > { > + tst_require_root(); > + > struct sched_param p = { 1 }; I've changed this part so that the call to tst_require_root() goes after the struct sched_param declaration and pushed, thanks. -- Cyril Hrubis chrubis@suse.cz