On 02/13/2017 07:09 PM, Michael Ellerman wrote: > Michael Ellerman <m...@ellerman.id.au> writes: > >> In commit 88baa78d1f31 ("selftests: remove duplicated all and clean >> target"), the "all" target was removed from individual Makefiles and >> added to lib.mk. >> >> However the "all" target was added to lib.mk *after* the existing >> "runtests" target. This means "runtests" becomes the first (default) >> target for most of our Makefiles. > ... >> >> Fix it by moving the "all" target to the start of lib.mk, making it the >> default target. >> >> Fixes: 88baa78d1f31 ("selftests: remove duplicated all and clean target") >> Signed-off-by: Michael Ellerman <m...@ellerman.id.au> > > Hi Shuah, > > Can you please merge this series into linux-next? > > The selftests are badly broken otherwise. > > cheers >
Hi Michael, Thanks. All 5 patches are now in linux-kselftest next with Tested-by tag from Bamvor for 1,2,3. thank you both, -- Shuah