From mboxrd@z Thu Jan 1 00:00:00 1970 From: will.deacon@arm.com (Will Deacon) Date: Tue, 18 Sep 2018 12:47:27 +0100 Subject: [PATCH 5/6] arm64/io: Add header for instrumentation of io operations In-Reply-To: References: <20180917193940.3d68ef88@gandalf.local.home> Message-ID: <20180918114727.GE16498@arm.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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