On Mon, Jun 05, 2023 at 12:44:03PM +0200, Thomas Weißschuh wrote: > (Talking about 20230605-nolibc-rv32+stkp7, > but the same issue is in stkp6) > > I noticed that the commit introducing prctl() comes *after* the one > making use of it. > > 8389cb4b55ae ("selftests/nolibc: prevent coredumps during test execution") > 033c01b5a8f4 ("tools/nolibc: add support for prctl()") > > This can lead to compiler errors and break bisectability. > > They just need to be swapped. just done in 20230606-nolibc-rv32+stkp7a, thank you! Willy