From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934908Ab1JEPxn (ORCPT ); Wed, 5 Oct 2011 11:53:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:64724 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934837Ab1JEPxm (ORCPT ); Wed, 5 Oct 2011 11:53:42 -0400 Date: Wed, 5 Oct 2011 17:48:38 +0200 From: Oleg Nesterov To: Srikar Dronamraju Cc: Peter Zijlstra , Ingo Molnar , Steven Rostedt , Linux-mm , Arnaldo Carvalho de Melo , Linus Torvalds , Masami Hiramatsu , Hugh Dickins , Christoph Hellwig , Andi Kleen , Thomas Gleixner , Jonathan Corbet , Andrew Morton , Jim Keniston , Roland McGrath , Ananth N Mavinakayanahalli , LKML Subject: Re: [PATCH v5 3.1.0-rc4-tip 8/26] x86: analyze instruction and determine fixups. Message-ID: <20111005154838.GA31953@redhat.com> References: <20110920115938.25326.93059.sendpatchset@srdronam.in.ibm.com> <20110920120127.25326.71509.sendpatchset@srdronam.in.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110920120127.25326.71509.sendpatchset@srdronam.in.ibm.com> User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/20, Srikar Dronamraju wrote: > > --- a/arch/x86/Kconfig > +++ b/arch/x86/Kconfig > @@ -250,6 +250,9 @@ config ARCH_CPU_PROBE_RELEASE > def_bool y > depends on HOTPLUG_CPU > > +config ARCH_SUPPORTS_UPROBES > + def_bool y > + It seems you should also change the INSTRUCTION_DECODER entry. Oleg.