Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932362AbZKSDC7 (ORCPT ); Wed, 18 Nov 2009 22:02:59 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932298AbZKSDC6 (ORCPT ); Wed, 18 Nov 2009 22:02:58 -0500 Received: from ey-out-2122.google.com ([74.125.78.25]:58920 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932295AbZKSDC5 (ORCPT ); Wed, 18 Nov 2009 22:02:57 -0500 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; b=oB2OxbPpLCeYefoxNtUyJFxiKBaid+77dsvEKXBM1aMCBzvM8inLLeFSSpZdn5QxhW gDwO6JEuwMQXoU1EqAt4OoSNzy0HdnfIDOibiR69cDc+UeQHrotncn6wkpmM63HhO7wX iaPud4Pe4QBNMPuJq6syAyz3VJWsSge3SP4tI= Date: Thu, 19 Nov 2009 04:03:03 +0100 From: Frederic Weisbecker To: Aristeu Rozanski , Ingo Molnar , Steven Rostedt , Martin Schwidefsky , Heiko Carstens Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH] ftrace: build ftrace.o when CONFIG_FTRACE_SYSCALLS is set for s390 Message-ID: <20091119030302.GB4970@nowhere> References: <20091118204044.GR3441@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20091118204044.GR3441@redhat.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 Content-Length: 1251 Lines: 36 On Wed, Nov 18, 2009 at 03:40:44PM -0500, Aristeu Rozanski wrote: > Trying to build a s390x kernel with CONFIG_FTRACE_SYSCALLS will fail > because ftrace.o is not built/linked. > > Signed-off-by: Aristeu Rozanski > > --- > arch/s390/kernel/Makefile | 1 + > 1 file changed, 1 insertion(+) > > --- linus-2.6.orig/arch/s390/kernel/Makefile 2009-10-30 17:49:10.000000000 -0400 > +++ linus-2.6/arch/s390/kernel/Makefile 2009-11-18 15:39:52.000000000 -0500 > @@ -44,6 +44,7 @@ obj-$(CONFIG_KPROBES) += kprobes.o > obj-$(CONFIG_FUNCTION_TRACER) += $(if $(CONFIG_64BIT),mcount64.o,mcount.o) > obj-$(CONFIG_DYNAMIC_FTRACE) += ftrace.o > obj-$(CONFIG_FUNCTION_GRAPH_TRACER) += ftrace.o > +obj-$(CONFIG_FTRACE_SYSCALLS) += ftrace.o > > # Kexec part > S390_KEXEC_OBJS := machine_kexec.o crash.o > Thanks! Acked-by: Frederic Weisbecker We probably want this patch for .32 Not sure in which tree it best fits though, -tip or s390? (Adding more people in Cc). -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/