All of lore.kernel.org
 help / color / mirror / Atom feed
From: Arnd Bergmann <arnd@arndb.de>
To: Sai Prakash Ranjan <quic_saipraka@quicinc.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Catalin Marinas <catalin.marinas@arm.com>,
	gregkh <gregkh@linuxfoundation.org>,
	Linux ARM <linux-arm-kernel@lists.infradead.org>,
	linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Marc Zyngier <maz@kernel.org>,
	quic_psodagud@quicinc.com, quic_tsoni@quicinc.com,
	Steven Rostedt <rostedt@goodmis.org>,
	Will Deacon <will@kernel.org>
Subject: Re: [PATCHv10 0/6] lib/rwmmio/arm64: Add support to trace register reads/writes
Date: Wed, 27 Apr 2022 17:50:58 +0200	[thread overview]
Message-ID: <CAK8P3a1b0K4hJC9esuznqDdcBoX6+QqD74nVh91-iYbkZxiqbQ@mail.gmail.com> (raw)
In-Reply-To: <bb99b615-cc76-9591-a610-fb4841d41d62@quicinc.com>

On Thu, Apr 21, 2022 at 4:00 AM Sai Prakash Ranjan
<quic_saipraka@quicinc.com> wrote:
> On 4/8/2022 4:47 PM, Sai Prakash Ranjan wrote:

> > Gentle ping, could you please take a look at this, would appreciate your reviews.
> >
>
> Gentle Ping !!
>

Sorry for dropping the ball on this. I'll go through the patches again
now. From a new
look, this all seems fine, but I'll need to take a little extra time
to understand why we
are getting the warnings that you are fixing, and how one will use the
tracepoints
in the end.

       Arnd

WARNING: multiple messages have this Message-ID (diff)
From: Arnd Bergmann <arnd@arndb.de>
To: Sai Prakash Ranjan <quic_saipraka@quicinc.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Catalin Marinas <catalin.marinas@arm.com>,
	 gregkh <gregkh@linuxfoundation.org>,
	 Linux ARM <linux-arm-kernel@lists.infradead.org>,
	 linux-arm-msm <linux-arm-msm@vger.kernel.org>,
	 Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Marc Zyngier <maz@kernel.org>,
	quic_psodagud@quicinc.com,  quic_tsoni@quicinc.com,
	Steven Rostedt <rostedt@goodmis.org>,
	Will Deacon <will@kernel.org>
Subject: Re: [PATCHv10 0/6] lib/rwmmio/arm64: Add support to trace register reads/writes
Date: Wed, 27 Apr 2022 17:50:58 +0200	[thread overview]
Message-ID: <CAK8P3a1b0K4hJC9esuznqDdcBoX6+QqD74nVh91-iYbkZxiqbQ@mail.gmail.com> (raw)
In-Reply-To: <bb99b615-cc76-9591-a610-fb4841d41d62@quicinc.com>

On Thu, Apr 21, 2022 at 4:00 AM Sai Prakash Ranjan
<quic_saipraka@quicinc.com> wrote:
> On 4/8/2022 4:47 PM, Sai Prakash Ranjan wrote:

> > Gentle ping, could you please take a look at this, would appreciate your reviews.
> >
>
> Gentle Ping !!
>

Sorry for dropping the ball on this. I'll go through the patches again
now. From a new
look, this all seems fine, but I'll need to take a little extra time
to understand why we
are getting the warnings that you are fixing, and how one will use the
tracepoints
in the end.

       Arnd

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2022-04-27 16:13 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-24  6:07 [PATCHv10 0/6] lib/rwmmio/arm64: Add support to trace register reads/writes Sai Prakash Ranjan
2022-02-24  6:07 ` Sai Prakash Ranjan
2022-02-24  6:07 ` [PATCHv10 1/6] arm64: io: Use asm-generic high level MMIO accessors Sai Prakash Ranjan
2022-02-24  6:07   ` Sai Prakash Ranjan
2022-04-27 15:51   ` Arnd Bergmann
2022-04-27 15:51     ` Arnd Bergmann
2022-02-24  6:07 ` [PATCHv10 2/6] coresight: etm4x: Use asm-generic IO memory barriers Sai Prakash Ranjan
2022-02-24  6:07   ` Sai Prakash Ranjan
2022-04-27 15:53   ` Arnd Bergmann
2022-04-27 15:53     ` Arnd Bergmann
2022-02-24  6:07 ` [PATCHv10 3/6] irqchip/tegra: Fix overflow implicit truncation warnings Sai Prakash Ranjan
2022-02-24  6:07   ` Sai Prakash Ranjan
2022-02-24  6:07 ` [PATCHv10 4/6] drm/meson: " Sai Prakash Ranjan
2022-02-24  6:07   ` Sai Prakash Ranjan
2022-04-27 15:59   ` Arnd Bergmann
2022-04-27 15:59     ` Arnd Bergmann
2022-04-28  3:03     ` Sai Prakash Ranjan
2022-04-28  3:03       ` Sai Prakash Ranjan
2022-02-24  6:07 ` [PATCHv10 5/6] lib: Add register read/write tracing support Sai Prakash Ranjan
2022-02-24  6:07   ` Sai Prakash Ranjan
2022-02-24 13:57   ` Steven Rostedt
2022-02-24 13:57     ` Steven Rostedt
2022-02-25  3:55     ` Sai Prakash Ranjan
2022-02-25  3:55       ` Sai Prakash Ranjan
2022-04-27 16:14   ` Arnd Bergmann
2022-04-27 16:14     ` Arnd Bergmann
2022-04-28  3:16     ` Sai Prakash Ranjan
2022-04-28  3:16       ` Sai Prakash Ranjan
2022-02-24  6:07 ` [PATCHv10 6/6] asm-generic/io: Add logging support for MMIO accessors Sai Prakash Ranjan
2022-02-24  6:07   ` Sai Prakash Ranjan
2022-04-08 11:17 ` [PATCHv10 0/6] lib/rwmmio/arm64: Add support to trace register reads/writes Sai Prakash Ranjan
2022-04-08 11:17   ` Sai Prakash Ranjan
2022-04-21  2:00   ` Sai Prakash Ranjan
2022-04-21  2:00     ` Sai Prakash Ranjan
2022-04-27 15:50     ` Arnd Bergmann [this message]
2022-04-27 15:50       ` Arnd Bergmann
2022-04-28  3:02       ` Sai Prakash Ranjan
2022-04-28  3:02         ` Sai Prakash Ranjan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAK8P3a1b0K4hJC9esuznqDdcBoX6+QqD74nVh91-iYbkZxiqbQ@mail.gmail.com \
    --to=arnd@arndb.de \
    --cc=catalin.marinas@arm.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maz@kernel.org \
    --cc=quic_psodagud@quicinc.com \
    --cc=quic_saipraka@quicinc.com \
    --cc=quic_tsoni@quicinc.com \
    --cc=rostedt@goodmis.org \
    --cc=will@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.