Hi! > <<>> > io_submit01 1 TPASS : expected failure - returned value = -22 : Invalid argument > io_submit01 2 TPASS : expected failure - returned value = -22 : Invalid argument > io_submit01 3 TFAIL : io_submit01.c:138: unexpected failure - returned value = -95 : Operation not supported, expected one of -EINVAL, -EBADF, -EFAULT > io_submit01 4 TPASS : expected failure - returned value = -14 : Bad address > io_submit01 5 TPASS : expected failure - returned value = -22 : Invalid argument > io_submit01 6 TPASS : expected failure - returned value = -9 : Bad file descriptor > io_submit01 7 TPASS : expected success - returned value = 0 > io_submit01 8 TPASS : expected success - returned value = 1 > <<>> > initiation_status="ok" > duration=0 termination_type=exited termination_id=1 corefile=no > cutime=0 cstime=0 > <<>> Looks like an invalid testcase to me, feel free to ignored it. What the test does is to try with uninitialized "radnom" iocb to io_submit() and expects certain subset of errors to be returned. -- Cyril Hrubis chrubis@suse.cz