From mboxrd@z Thu Jan 1 00:00:00 1970 From: rostedt@goodmis.org (Steven Rostedt) Date: Mon, 14 Nov 2016 13:36:41 -0500 Subject: [PATCH/RESEND] recordmcount: arm: Implement make_nop In-Reply-To: <20161018200707.36e549ee@gandalf.local.home> References: <20161018234200.5804-1-sboyd@codeaurora.org> <20161018200707.36e549ee@gandalf.local.home> Message-ID: <20161114133641.09b1abfb@gandalf.local.home> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tue, 18 Oct 2016 20:07:07 -0400 Steven Rostedt wrote: > On Tue, 18 Oct 2016 16:42:00 -0700 > Stephen Boyd wrote: > > > In similar spirit to x86 and arm64 support, add a make_nop_arm() > > to replace calls to mcount with a nop in sections that aren't > > traced. > > > > Cc: Russell King > > Acked-by: Rabin Vincent > > Signed-off-by: Stephen Boyd > > I can take this if I can get an ack from the ARM maintainers. Any ARM maintainer want to ack this, or take it in their tree if they haven't already? -- Steve