On Wed, Nov 30, 2011 at 01:16:29PM +0100, Heiko Carstens wrote: > The s390 kernel sys_ipc system call only takes five arguments instead of > six arguments which the common code sys_ipc implementation takes. > One of the arguments of the sys_semtimedop subcall is therefore passed in > a different register than in the common code implementation. > This leads to broken decoding of the timespec argument: > > semtimedop(0, 0x3ffffb43832, 1, {...}) = -1 EAGAIN > > Fixed it looks like this: > > semtimedop(0, 0x3ffffc2c842, 1, {0, 10000000}) = -1 EINTR > > * linux/ipc.c: Fix sys_semtimedop decoding on s390
Applied, thanks. -- ldv
pgpCLHFgzZYOQ.pgp
Description: PGP signature
------------------------------------------------------------------------------ All the data continuously generated in your IT infrastructure contains a definitive record of customers, application performance, security threats, fraudulent activity, and more. Splunk takes this data and makes sense of it. IT sense. And common sense. http://p.sf.net/sfu/splunk-novd2d
_______________________________________________ Strace-devel mailing list Strace-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/strace-devel