Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752087AbcCYKYW (ORCPT ); Fri, 25 Mar 2016 06:24:22 -0400 Received: from ozlabs.org ([103.22.144.67]:41590 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751127AbcCYKYT (ORCPT ); Fri, 25 Mar 2016 06:24:19 -0400 Message-ID: <1458901449.30923.0.camel@ellerman.id.au> Subject: Re: [PATCH 2/6] ftrace: Make ftrace_location_range() global From: Michael Ellerman To: Steven Rostedt Cc: linuxppc-dev@ozlabs.org, bsingharora@gmail.com, duwe@lst.de, linux-kernel@vger.kernel.org, kamalesh@linux.vnet.ibm.com, pmladek@suse.com, jeyu@redhat.com, jkosina@suse.cz, live-patching@vger.kernel.org, mbenes@suse.cz Date: Fri, 25 Mar 2016 21:24:09 +1100 In-Reply-To: <20160324112019.0a61e0b3@gandalf.local.home> References: <1458817445-5855-1-git-send-email-mpe@ellerman.id.au> <1458817445-5855-2-git-send-email-mpe@ellerman.id.au> <20160324112019.0a61e0b3@gandalf.local.home> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.5-1ubuntu3.1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 421 Lines: 14 On Thu, 2016-03-24 at 11:20 -0400, Steven Rostedt wrote: > On Thu, 24 Mar 2016 22:04:01 +1100 > Michael Ellerman wrote: > > > In order to support live patching on powerpc we would like to call > > ftrace_location_range(), so make it global. > > Do you want me to try to get this into this merge window? Nah, we can just take it next window with the whole series. If you're happy to ack it. cheers