[PATCH] s390: New syscalls for 2.6.17
Michael Holzheu
HOLZHEU at de.ibm.com
Mon Sep 4 13:38:53 UTC 2006
strace-devel-bounces at lists.sourceforge.net wrote on 09/04/2006 02:55:07 PM:
> On Mon, Sep 04, 2006 at 02:14:10PM +0200, Michael Holzheu wrote:
> > > On Mon, Sep 04, 2006 at 10:51:19AM +0200, Michael Holzheu wrote:
> > > > This patch adds the new syscalls of 2.6.17 for the architectures
> > > > s390 and s390x. Roland, could you please integrate this patch?
> > >
> > > Michael, could you please check for my patch #135427 attached to
> > > https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178633
> > > - it should already contain all necessary changes.
> >
> > Looks good! Two comments:
> >
> > For s390 (not s390x!) you should change
> >
> > + { 4, TD|TD, sys_newfstatat, "newfstatat" }, /*
293
> > */
> > to
> > + { 4, TD|TF, printargs, "fstatat64" }, /* 293 */
>
> Does fstatat64 require special deparser?
>
We probably should use sys_newfstatat() also for fstatar64, since the
parameters are identical:
+ { 4, TD|TD, sys_newfstatat, "fstatat64" }, /* 293
Michael
More information about the Strace-devel
mailing list