From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752055AbaCHPab (ORCPT ); Sat, 8 Mar 2014 10:30:31 -0500 Received: from mx1.redhat.com ([209.132.183.28]:53786 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751555AbaCHPa3 (ORCPT ); Sat, 8 Mar 2014 10:30:29 -0500 Date: Sat, 8 Mar 2014 16:29:08 +0100 From: Oleg Nesterov To: David Long Cc: linux-arm-kernel@lists.infradead.org, Russell King , Rabin Vincent , "Jon Medhurst (Tixy)" , Srikar Dronamraju , Ingo Molnar , Masami Hiramatsu , Ananth N Mavinakayanahalli , Anil S Keshavamurthy , davem@davemloft.net, Peter Zijlstra , Paul Mackerras , Arnaldo Carvalho de Melo , linux-kernel@vger.kernel.org Subject: Re: [PATCH v7 01/15] uprobes: Kconfig dependency fix Message-ID: <20140308152908.GA19605@redhat.com> References: <1394223040-17129-1-git-send-email-dave.long@linaro.org> <1394223040-17129-2-git-send-email-dave.long@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1394223040-17129-2-git-send-email-dave.long@linaro.org> 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 03/07, David Long wrote: > > From: "David A. Long" > > Suggested change from Oleg Nesterov. Actually this was suggested by Srikar ;) I hope he won't mind. > Fixes incomplete dependencies > for uprobes feature. Acked-by: Oleg Nesterov Once this change is merged I'll try to untangle UPROBES and PERF. Perhaps we should change Makefiles as Russell suggests, or we can simply move uprobes.c to kernel/. Oleg.