Re: [PATCH v1 7/10] Uprobes Implementation

From: Frank Ch. Eigler
Date: Tue Mar 23 2010 - 11:28:01 EST


Hi -

> > Now the question is, where the complexity needs to be.
>
> Both in-tree consumers of uprobes (ftrace and perf) are capable of task
> filters. [...]

If you wish this new uprobes to be useful to tools such as gdb,
remember the value of preserving the property that processes not being
debugged are not to be interfered with. You don't want a DoS due to
some guy setting ten thousand breakpoints on glibc. Such
considerations should overrule perf/ftrace's simplifying assumptions
that after-the-fact event filtering is surely always sufficient.

- FChE
--
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/