From: Randy Dunlap on
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.


> + depends on HAVE_UPROBES
> + help
> + Uprobes enables kernel modules to establish probepoints
> + in user applications and execute handler functions when
> + the probepoints are hit. For more information, refer to
> + Documentation/uprobes.txt. If in doubt, say "N".
> +
> config HAVE_EFFICIENT_UNALIGNED_ACCESS
> bool
> help


---
~Randy
*** Remember to use Documentation/SubmitChecklist when testing your code ***
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Srikar Dronamraju on
* Randy Dunlap <randy.dunlap(a)oracle.com> [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(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/