Re: strace 4.14 released

2016-10-05 Thread Heiko Carstens
On Wed, Oct 05, 2016 at 09:49:28AM +, Eugene Syromyatnikov wrote: > On Wed, Oct 5, 2016 at 9:35 AM, Andreas Schwab wrote: > > On Okt 05 2016, Eugene Syromyatnikov > > wrote: > > > >> May be you have any ideas regarding possibilities of fixing the > >> environment in order to get nanosleep? >

Re: [strace PATCH 00/12] s390 architecture support improvements

2018-01-20 Thread Heiko Carstens
On Thu, Jan 18, 2018 at 07:16:31AM +0100, Eugene Syromyatnikov wrote: > Hello. > > This patch set introduces compat personality support on s390x along with > decoders of s390-specific system calls. > > Unfortunately, I am no s390 expert by any means, so I likely have missed > something. I also h

Re: [strace PATCH 04/12] Introduce s390_sthyi system call decoder

2018-01-22 Thread Heiko Carstens
On Thu, Jan 18, 2018 at 07:16:44AM +0100, Eugene Syromyatnikov wrote: > +static void > +print_sthyi_hypervisor(struct tcb *tcp, struct sthyi_hypervisor *hdr, > +uint16_t size, int num, bool mt) > +{ > + CHECK_SIZE(hdr, size, "hypervisor %d structure", num); > + > + tprin

[PATCH] Fix sys_ipc/sys_semtimedop decoding on s390

2011-11-30 Thread Heiko Carstens
decoding of the timespec argument: semtimedop(0, 0x3b43832, 1, {...}) = -1 EAGAIN Fixed it looks like this: semtimedop(0, 0x3c2c842, 1, {0, 1000}) = -1 EINTR * linux/ipc.c: Fix sys_semtimedop decoding on s390 Signed-off-by: Heiko Carstens --- ipc.c |4 1 files changed, 4

Re: [PATCH] Fix sys_ipc/sys_semtimedop decoding on s390x

2012-12-19 Thread Heiko Carstens
On Mon, Dec 10, 2012 at 08:18:49PM +0100, Stanislav Brabec wrote: > The s390 and s390x passes semtimedop arguments differently. It was fixed > for s390 in commit e0f5fd8, but s390x is affected as well. See e0f5fd8 > for more. > > Signed-off-by: Stanislav Brabec > --- > ipc.c |2 +- > 1 file

[PATCH] strace: update s390 and s390x system call tables

2015-11-10 Thread Heiko Carstens
Hello Dmitry, s390 received quite a few new system calls, mainly the separated socketcall system calls. This patch simply updates the system call tables for s390/s390x. Tested on both s390 (compat) and s390x with a freshly built and installed glibc. Heiko Carstens (1): s390, s390x: update

[PATCH] s390, s390x: update syscall tables

2015-11-10 Thread Heiko Carstens
* linux/s390/syscallent.h: add new syscalls available with kernel 4.3.0 * linux/s390x/syscallent.h: Likewise. Signed-off-by: Heiko Carstens --- linux/s390/syscallent.h | 21 - linux/s390x/syscallent.h | 21 - 2 files changed, 40 insertions(+), 2

Re: I: approaching 4.5.20 release

2010-04-13 Thread Heiko Carstens
On Wed, Apr 07, 2010 at 04:36:23AM +0400, Dmitry V. Levin wrote: > Hi, > > We've made quite a few fixes and enhancements since 4.5.19 to release > a new version. I've prepared a draft commit updating release files: > http://strace.git.sourceforge.net/git/gitweb.cgi?p=strace/strace;a=commitdiff;h=

Re: s390/s390x ioctls

2011-02-22 Thread Heiko Carstens
On Sun, Feb 20, 2011 at 04:04:21PM -0500, Mike Frysinger wrote: > anyone know what's going on with the s390 ioctls in ioctlent.h that are 8 hex > digits long instead of the normal 4 ? they date back to the original port > (done in 2002). seems like garbage that can be thrown away ... The more

Re: s390/s390x ioctls

2011-02-22 Thread Heiko Carstens
On Tue, Feb 22, 2011 at 01:00:05PM -0500, Mike Frysinger wrote: > On Tuesday, February 22, 2011 05:19:08 Heiko Carstens wrote: > > On Sun, Feb 20, 2011 at 04:04:21PM -0500, Mike Frysinger wrote: > > > anyone know what's going on with the s390 ioctls in ioctlent.h that are