Hi all, I've used 2.6.22 patches (http://people.redhat.com/roland/utrace/2.6.22/) in order to compile a utrace-enabled version of ubuntu's kernel. I've then tried to run both 'make check' and 'make xcheck' tests inside ptrace-tests/ folder. Here are the results:
make check: [EMAIL PROTECTED]:~/sandbox/utrace/ptrace-tests$ make check ... PASS: ptrace-on-job-control-stopped PASS: attach-wait-on-stopped PASS: detach-can-signal PASS: attach-sigcont-wait PASS: sa-resethand-on-cont-signal PASS: ptrace-cont-sigstop-detach PASS: tif-syscall-trace-after-detach Failed to read /proc/8976/maps: error 13, Permission denied FAIL: event-exit-proc-maps /proc/8984/environ has uid 0 and mode 0400 ./event-exit-proc-environ: Failed to open /proc/8984/environ: error 13: Permission denied FAIL: event-exit-proc-environ PASS: x86_64-ia32-gs SKIP: x86_64-gsbase SKIP: powerpc-altivec PASS: peekpokeusr PASS: watchpoint SKIP: block-step PASS: step-jump-cont FAIL: step-jump-cont-strict SKIP: ppc-dabr-race PASS: step-into-handler SKIP: user-area-access PASS: user-regs-peekpoke ======================================== 3 of 16 tests failed (5 tests were not run) Please report to utrace-devel@redhat.com ======================================== Here, 3 tests have failed. Does anybody has the same results on a similar machine configuration? make xcheck: [EMAIL PROTECTED]:~/sandbox/utrace/ptrace-tests$ make xcheck ... PASS: late-ptrace-may-attach-check PASS: tracer-lockup-on-sighandler-kill PASS: clone-get-signal PASS: ppc-ptrace-exec-full-regs PASS: x86_64-cs ================== All 5 tests passed ================== []s