From: leo.yan@linaro.org (Leo Yan)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v13 0/9] coresight: enable debug module
Date: Tue, 30 May 2017 16:23:45 +0800 [thread overview]
Message-ID: <20170530082345.GB7177@leoy-ThinkPad-T440> (raw)
In-Reply-To: <CANLsYkyvcg6deYAHUCqmz=gAHeph1XkG0FrYV4cVrkLHS=CXEg@mail.gmail.com>
On Mon, May 29, 2017 at 10:41:17AM -0600, Mathieu Poirier wrote:
> On 25 May 2017 at 09:57, Leo Yan <leo.yan@linaro.org> wrote:
> > ARMv8 architecture reference manual (ARM DDI 0487A.k) Chapter H7 "The
> > Sample-based Profiling Extension" has description for sampling
> > registers, we can utilize these registers to check program counter
> > value with combined CPU exception level, secure state, etc. So this is
> > helpful for CPU lockup bugs, e.g. if one CPU has run into infinite loop
> > with IRQ disabled; the 'hang' CPU cannot switch context and handle any
> > interrupt, so it cannot handle SMP call for stack dump, etc.
> >
> > This patch series is to enable coresight debug module with sample-based
> > registers and register call back notifier for PCSR register dumping
> > when panic happens, so we can see below dumping info for panic; and
> > this patch series has considered the conditions for access permission
> > for debug registers self, so this can avoid access debug registers when
> > CPU power domain is off; the driver also try to figure out the CPU is
> > in secure or non-secure state.
>
> I have queued patches 1 to 7 to my tree. I can't do anything about
> patches 8 and 9 because they haven't been ack'ed. From here you can
> either chase them to get an ACK or send a separate patch to them
> directly.
Thanks a lot, Mathieu. I will ping Wei and Andy/David saperately.
> Thanks,
> Mathieu
prev parent reply other threads:[~2017-05-30 8:23 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-25 15:57 [PATCH v13 0/9] coresight: enable debug module Leo Yan
2017-05-25 15:57 ` [PATCH v13 1/9] coresight: bindings for CPU " Leo Yan
2017-05-25 15:57 ` [PATCH v13 2/9] doc: Add documentation for Coresight CPU debug Leo Yan
2017-05-25 15:57 ` [PATCH v13 3/9] doc: Add coresight_cpu_debug.enable to kernel-parameters.txt Leo Yan
2017-05-25 15:57 ` [PATCH v13 4/9] MAINTAINERS: update file entries for Coresight subsystem Leo Yan
2017-05-25 15:57 ` [PATCH v13 5/9] coresight: of_get_coresight_platform_data: Add missing of_node_put Leo Yan
2017-05-25 15:57 ` [PATCH v13 6/9] coresight: refactor with function of_coresight_get_cpu Leo Yan
2017-05-25 15:57 ` [PATCH v13 7/9] coresight: add support for CPU debug module Leo Yan
2017-05-25 15:57 ` [PATCH v13 8/9] arm64: dts: hi6220: register " Leo Yan
2017-05-30 10:39 ` Leo Yan
2017-06-05 8:33 ` Wei Xu
2017-06-05 14:17 ` Mathieu Poirier
2017-06-05 15:02 ` Wei Xu
2017-05-29 16:41 ` [PATCH v13 0/9] coresight: enable " Mathieu Poirier
2017-05-30 8:23 ` Leo Yan [this message]
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=20170530082345.GB7177@leoy-ThinkPad-T440 \
--to=leo.yan@linaro.org \
--cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox