using ptrace to cancel a syscall on sparc

2015-12-19 Thread Mike Frysinger
i've been playing with ptrace on sparc and trying to use it to watch and cancel specific syscalls. i have this working for other arches already. the test is pretty simple: - call open("f", O_CREAT) - call unlink("f") the tracer will watch for the unlink, and when it gets notified, stuffs the sy

Preparing for v4.11: ready for release?

2015-12-19 Thread Dmitry V. Levin
Hi, On Thu, Dec 10, 2015 at 08:26:22AM +0300, Dmitry V. Levin wrote: > There is quite enough good stuff accumulated in strace.git > since v4.10 so I think it's time to cut a new release. > > If you have pending patches to include before the release, > please submit them now. > > There have been