Re: [PATCH 3/4] Remove dl_new

From: luca abeni
Date: Thu Mar 03 2016 - 09:31:52 EST


Hi Steven,

On Thu, 3 Mar 2016 09:23:44 -0500
Steven Rostedt <rostedt@xxxxxxxxxxx> wrote:

> On Thu, 3 Mar 2016 09:28:01 +0000
> Juri Lelli <juri.lelli@xxxxxxx> wrote:
>
> > That's the one that I use, and I'm not seeing any problems with it.
> > I'll send you the binary in private.
>
> That's the one I use too.
Juri provided me with a working binary, and I think I found the cause of
the issue: it works fine on 64bit systems, but fails on 32bit systems.
I think the issue is in the sched_setattr() definition present in
syscall_magic.h (which ignores the "flags" parameter).


Luca

> BTW, Juri, do you plan on submitting patches
> to schedtool upstream?