2009-03-31 17:58:15

by Masami Hiramatsu

[permalink] [raw]
Subject: [BUGFIX] request for picking fee039a1 up (Re: fee039a1 and ccbeed3a dependency)

Hi Linus,

Since the commit ccbeed3a changed pt_regs, kretprobe has to be
updated (which was done by commit fee039a1) too.

Could you pick up the commit fee039a1 from Ingo's -tip tree or
linux-next?

Thank you,

Ananth N Mavinakayanahalli wrote:
> Hi Ingo,
>
> Commit ccbeed3a introduced a new element (gs) to pt_regs and that broke
> the kretprobe booster for x86_32. Masami has fixed that and it is in
> -tip as fee039a1.
>
> As of today, it looks like ccbeed3a is upstream while fee039a1 isn't yet
> there.
>
> Request you to push fee039a1 with your next set of updates please :-)
>
> Regards,
> Ananth

--
Masami Hiramatsu

Software Engineer
Hitachi Computer Products (America) Inc.
Software Solutions Division

e-mail: [email protected]


2009-04-03 17:23:17

by Ingo Molnar

[permalink] [raw]
Subject: Re: [BUGFIX] request for picking fee039a1 up (Re: fee039a1 and ccbeed3a dependency)


* Masami Hiramatsu <[email protected]> wrote:

> Hi Linus,
>
> Since the commit ccbeed3a changed pt_regs, kretprobe has to be
> updated (which was done by commit fee039a1) too.
>
> Could you pick up the commit fee039a1 from Ingo's -tip tree or
> linux-next?

Yeah - i already sent the tracing tree to Linus which includes this
bit too.

Ingo