Re: linux-next: add utrace tree

From: Ingo Molnar
Date: Fri Jan 29 2010 - 04:17:38 EST



* Ananth N Mavinakayanahalli <ananth@xxxxxxxxxx> wrote:

> On Fri, Jan 29, 2010 at 01:22:40PM +0530, Ananth N Mavinakayanahalli wrote:
> > On Fri, Jan 29, 2010 at 08:39:07AM +0100, Ingo Molnar wrote:
> >
> > ...
> >
> > > When we merged kprobes ~10 years ago we made the (rather bad) mistake of
> > > merging a raw, opaque facility and leaving 'the rest' up to some other entity.
> > > IBM kprobes hackers vanished the day the original kprobes code went upstream
> > > and the high level entity never truly materialized in-kernel, for nearly a
> > > decade!
> >
> > I don't know what you are referring to here... Kprobes was merged in
> > 2.6.9 (~August 2004 -- less than 6 years ago). Since then, we did work
> > on ports to powerpc and s390. We implemented kretprobes. We made it much
> > scalable using RCU; we did the powerpc booster to skip single-step when
> > possible, not to mention various bug fixes over the years.
> >
> > Yes, we did not do the perf integration, but perf did not exist then, either.
> >
> > Its simply wrong to say people 'vanished'.
>
> Oh, and the x86 instruction decoder was initially implemented by us.

Which he implemented at my suggestion, to make it safe and robust for 'perf
probe' even if debuginfo for some reason gives us the wrong address and we try
to insert a probe where we shouldnt.

> Masami has done a great job making it more complete.

Absolutely and certainly so! I'm not talking about the present - i'm happy
about where kprobes is going currently, and the new jump-probes optimizations
look promising too.

I just see uprobes repeating some of the mistakes of early kprobes, and i want
us to learn from that experience. In my experience real usage and good
integration is the key to that, and we can skip those lost 5 years.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/