Hello All, /apologize for the top-posting/ I guess Torsten become a victim of 'git send' syndrome or something similar, IOW these patches were sent by accident. Uprobes was committed to Linus' tree a while back already. Thanks, Anton. On Wed, 2012-07-25 at 08:42 +1000, Stephen Rothwell wrote: > Hi Torsten, > > Just a couple of quick suggestions: > > On Tue, 24 Jul 2012 23:12:45 +0200 Torsten Polle <Torsten.Polle@xxxxxx> wrote: > > > > Firstly, don't attach patches, put them inline in you email - it makes > it easier for reviewers to comment on them. > > > diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig > > index c9866b0..1f5c307 100644 > > --- a/arch/x86/Kconfig > > +++ b/arch/x86/Kconfig > > @@ -243,6 +243,9 @@ config ARCH_CPU_PROBE_RELEASE > > def_bool y > > depends on HOTPLUG_CPU > > > > +config ARCH_SUPPORTS_UPROBES > > + def_bool y > > + > > You should put this in arch/Kconfig (as just a bool- no default) and > then select it in the x86 Kconfig. > -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>