Re: make check failing on times with -m32

2016-01-13 Thread Steve McIntyre
On Thu, Jan 14, 2016 at 05:00:30AM +0300, Dmitry V. Levin wrote: >On Fri, Jan 08, 2016 at 05:33:08PM +, Steve McIntyre wrote: >[...] >> Thanks, that seems to work - all the tests pass now. >> >> 4.11-1 is in Debian incoming right now with this as the only code >> change on top of what was rele

Re: SYS_FUNC macro fix for musl

2016-01-13 Thread Dmitry V. Levin
On Wed, Dec 16, 2015 at 05:39:32AM +0300, Dmitry V. Levin wrote: > On Wed, Dec 16, 2015 at 02:45:45AM +0100, Szabolcs Nagy wrote: > > * Dmitry V. Levin [2015-12-16 03:33:03 +0300]: > > > On Tue, Dec 15, 2015 at 10:56:49PM +0100, Szabolcs Nagy wrote: > > > > attached the test logs too > > > > > >

Re: make check failing on times with -m32

2016-01-13 Thread Dmitry V. Levin
On Fri, Jan 08, 2016 at 05:33:08PM +, Steve McIntyre wrote: [...] > Thanks, that seems to work - all the tests pass now. > > 4.11-1 is in Debian incoming right now with this as the only code > change on top of what was released in 4.11. According to https://buildd.debian.org/status/package.ph

Re: [PATCH-for-2.21-and-2.22] s390-64: remove socketcall syscalls

2016-01-13 Thread Dmitry V. Levin
On Fri, Jan 01, 2016 at 11:05:04PM -0500, Mike Frysinger wrote: > On 31 Dec 2015 23:28, Aurelien Jarno wrote: > > I have found some times to investigate. It seems there is no issue, my > > bad. I just discovered that on s390x, syscalls numbers above 256 are > > actually a a call to syscall 0 with t

[PATCH] Add clone-f test

2016-01-13 Thread Fei Jie
tests: add clone-f.test. Check how strace -f follows clone syscall. * tests/clone-f.c: New file. * tests/clone-f.test: New test. * tests/Makefile.am: (check_PROGRAMS): Add clone-f. (TESTS): Add clone-f.test. * tests/.gitignore: Add clone-f. --- tests/.gitignore | 1 + tests/Makefile.am | 2