Re: [PATCH v5 6/14] Uprobes Implementation

From: Srikar Dronamraju
Date: Tue Jun 15 2010 - 07:32:24 EST


* Randy Dunlap <randy.dunlap@xxxxxxxxxx> [2010-06-14 07:27:06]:

> On Mon, 14 Jun 2010 13:59:03 +0530 Srikar Dronamraju wrote:
>
> > diff --git a/arch/Kconfig b/arch/Kconfig
> > index 16541af..995f7f2 100644
> > --- a/arch/Kconfig
> > +++ b/arch/Kconfig
> > @@ -58,6 +58,16 @@ config USER_BKPT
> > This service is used by components such as uprobes.
> > If in doubt, say "N".
> >
> > +config UPROBES
> > + bool "User-space probes (EXPERIMENTAL)"
> > + depends on MODULES && USER_BKPT_XOL
>
> depends on having CONFIG_MODULES enabled. Please explain.
>

As Christoph suggested, I will remove the samples and hence the
dependency on CONFIG_MODULES.

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