subtitle>Hosts the 0x221E linux distro kernel. https://universe.0xinfinity.dev/distro/kernel/atom?h=master 2024-11-07T11:36:31Z selftests/powerpc: Return errors from all tests 2024-11-07T11:36:31Z Michael Ellerman mpe@ellerman.id.au 2024-11-06T13:04:52Z urn:sha1:c6a75555b4b2643365a007b7162a670d69aa28fe Fix some tests which weren't returning an error code from main. Although these tests only ever return success, they can still fail if they time out and the harness kills them. If that happens they still return success to the shell, which is incorrect and confuses the higher level error reporting. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> Link: https://patch.msgid.link/20241106130453.1741013-4-mpe@ellerman.id.au