From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ozlabs.org (lists.ozlabs.org [103.22.144.68]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 409h1D3hs5zF29x for ; Wed, 28 Mar 2018 06:30:08 +1100 (AEDT) Received: from ozlabs.org (ozlabs.org [IPv6:2401:3900:2:1::2]) by bilbo.ozlabs.org (Postfix) with ESMTP id 409h1D2Rggz8vKp for ; Wed, 28 Mar 2018 06:30:08 +1100 (AEDT) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 409h1C3Zqpz9s0b for ; Wed, 28 Mar 2018 06:30:06 +1100 (AEDT) Date: Tue, 27 Mar 2018 15:30:02 -0400 From: Steven Rostedt To: Michael Ellerman Cc: linuxppc-dev@ozlabs.org, naveen.n.rao@linux.vnet.ibm.com Subject: Re: [PATCH] powerpc: Only support DYNAMIC_FTRACE not static Message-ID: <20180327153002.5475a057@gandalf.local.home> In-Reply-To: <20180327042906.32461-1-mpe@ellerman.id.au> References: <20180327042906.32461-1-mpe@ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 27 Mar 2018 15:29:06 +1100 Michael Ellerman wrote: > We've had dynamic ftrace support for over 9 years since Steve first > wrote it, all the distros use dynamic, and static is basically > untested these days, so drop support for static ftrace. > > Signed-off-by: Michael Ellerman Acked-by: Steven Rostedt (VMware) -- Steve > --- > arch/powerpc/Kconfig | 1 + > arch/powerpc/include/asm/ftrace.h | 4 +--- > arch/powerpc/kernel/trace/ftrace.c | 2 -- > arch/powerpc/kernel/trace/ftrace_32.S | 20 ------------------ > arch/powerpc/kernel/trace/ftrace_64.S | 29 -------------------------- > arch/powerpc/kernel/trace/ftrace_64_mprofile.S | 3 --- > arch/powerpc/kernel/trace/ftrace_64_pg.S | 2 -- > 7 files changed, 2 insertions(+), 59 deletions(-) >