> Hi YAMATO,
> 
> On my ppc64 machines, the io_submit01 returns error. Could you please have
> a look at it?

Could you try this patch?

Masatake

*** io_submit01.c       21 Jul 2008 19:55:35 +0900      1.2
--- io_submit01.c       30 Sep 2008 23:10:53 +0900      
***************
*** 128,134 ****
                  EFAULT One of the data structures points to invalid data.
                */
                expected_return = -EFAULT;
!               TEST(io_submit( ctx, 0, (void*)-1 ));
                if (TEST_RETURN == 0) {
                        tst_resm(TFAIL, "call succeeded unexpectedly");
                } else if (TEST_RETURN == expected_return) {
--- 128,134 ----
                  EFAULT One of the data structures points to invalid data.
                */
                expected_return = -EFAULT;
!               TEST(io_submit( ctx, 0, (void*)~(0UL) ));
                if (TEST_RETURN == 0) {
                        tst_resm(TFAIL, "call succeeded unexpectedly");
                } else if (TEST_RETURN == expected_return) {

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to