From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: [PATCH 2/2] kprobes: check CONFIG_FREEZER instead of CONFIG_PM Date: Fri, 09 Jan 2009 15:30:56 -0500 (EST) Message-ID: References: <200901062112.29227.rjw@sisk.pl> <200901062115.33286.rjw@sisk.pl> <20090107121659.GA16268@elte.hu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-reply-to: <20090107121659.GA16268@elte.hu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: linux-pm-bounces@lists.linux-foundation.org Errors-To: linux-pm-bounces@lists.linux-foundation.org To: Ingo Molnar Cc: LKML , Pavel Machek , Cheng Renquan , pm list , Masami Hiramatsu List-Id: linux-pm@vger.kernel.org > > Check CONFIG_FREEZER instead of CONFIG_PM because kprobe booster > > depends on freeze_processes() and thaw_processes() when CONFIG_PREEMPT=y. > > > > This fixes a linkage error which occurs when CONFIG_PREEMPT=y, CONFIG_PM=y > > and CONFIG_FREEZER=n. > > > > Reported-by: Cheng Renquan > > Signed-off-by: Masami Hiramatsu > > Signed-off-by: Rafael J. Wysocki > > --- > > arch/ia64/kernel/kprobes.c | 2 +- > > arch/x86/kernel/kprobes.c | 2 +- > > kernel/kprobes.c | 2 +- > > 3 files changed, 3 insertions(+), 3 deletions(-) > > looks good, the x86 bits: > > Acked-by: Ingo Molnar man, we have too many config options:-) applied. thanks, Len Brown, Intel Open Source Technology Center