From mboxrd@z Thu Jan 1 00:00:00 1970 From: Will Deacon Subject: Re: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations Date: Tue, 18 Sep 2018 12:47:27 +0100 Message-ID: <20180918114727.GE16498@arm.com> References: <20180917193940.3d68ef88@gandalf.local.home> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Sai Prakash Ranjan Cc: Steven Rostedt , Ingo Molnar , Laura Abbott , Kees Cook , Anton Vorontsov , Rob Herring , devicetree@vger.kernel.org, Colin Cross , Jason Baron , Tony Luck , Arnd Bergmann , Catalin Marinas , Joel Fernandes , Masami Hiramatsu , Joe Perches , Jim Cromie , Rajendra Nayak , Vivek Gautam , Sibi Sankar , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.orglinux List-Id: devicetree@vger.kernel.org On Tue, Sep 18, 2018 at 12:40:57PM +0530, Sai Prakash Ranjan wrote: > On 9/18/2018 5:09 AM, Steven Rostedt wrote: > >On Sun, 9 Sep 2018 01:57:06 +0530 > >Sai Prakash Ranjan wrote: > > > >>The new asm-generic/io-instrumented.h will keep arch code > >>clean and separate from instrumented version which traces > >>io register accesses. This instrumented header can later > >>be included in arm as well for tracing io register accesses. > >> > > > >Looks good to me. > > > >Acked-by: Steven Rostedt (VMware) > > > >-- Steve > > Thanks for the ack Steve. > > @Will/Mark/Robin Let me know if you have any review comments, thanks. As I said before, the arm64 bits looks fine to me. I just don't really want to Ack the thing because the patch also contains the asm-generic changes. Will