PTRACE_SYSEMU behavior changed, regression affects UML. Correct output: -bash-3.1$ ./ptrace-sysemu Status 0x857f eip 8048518 eax -38 orig_eax 20 Status 0xb7f eip 8048518 eax -38 orig_eax -1 PTRACE_GETREGS: No such process -bash-3.1$ Wrong output: -bash-3.1$ ./ptrace-sysemu Status 0x857f eip 8048518 eax -38 orig_eax -1 Status 0xb7f eip 8048518 eax -38 orig_eax -1 PTRACE_GETREGS: No such process -bash-3.1$
Created attachment 155480 [details] test case
I have a fix in upstream utrace now.
Created attachment 155493 [details] refined test case Expected output now looks like this: Status 0x857f eip 8048518 eax -38 orig_eax 20 Status 0xb7f eip 8048519 eax -38 orig_eax -1 PTRACE_GETREGS: No such process
Roland, can we close this? (the Jun 14th utrace went into FC6 kernel 2962)
Yup, it's all good now. Please close with the right number in currentrelease if it is pushed.