From: Ingo Molnar <mingo@kernel.org>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>,
Russell King <linux@armlinux.org.uk>
Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org,
linux-arm-kernel@lists.infradead.org, linux-pm@vger.kernel.org,
linux-clk@vger.kernel.org, linux@roeck-us.net, tony@atomide.com,
linux@arm.linux.org.uk, rostedt@goodmis.org, rjw@rjwysocki.net,
pavel@ucw.cz, mturquette@baylibre.com, sboyd@codeaurora.org
Subject: Re: [GIT PULL arm] Use _rcuidle tracepoints to allow tracing from idle
Date: Wed, 8 Jun 2016 15:33:50 +0200 [thread overview]
Message-ID: <20160608133350.GA18357@gmail.com> (raw)
In-Reply-To: <20160526162727.GA21784@linux.vnet.ibm.com>
* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:
> On Thu, May 26, 2016 at 09:26:06AM -0700, Paul E. McKenney wrote:
> > Hello, Ingo,
> >
> > This series changes a number of event tracepoints to their _rcuidle() form
> > to allow use from idle without lockdep-RCU complaints, a straightforward
> > modification that has been successfully applied many times. These splats
> > were found in testing by Guenter Roeck and Tony Lindgren, who have
> > both successfully tested the full series. Tony asked that I carry these
> > in -rcu:
> >
> > http://lkml.kernel.org/g/20160426213630.GV5995@atomide.com
> >
> > These have been posted to LKML, CCing relevant maintainers, who have
> > not objected to the proposed changes:
> >
> > http://lkml.kernel.org/g/20160516184844.GA20144@linux.vnet.ibm.com
> >
> > These maintainers are also CCed on this pull request.
> >
> > They have also been subjected to 0day Test Robot and -next testing.
>
> And this time actually including the pull request... :-/
>
> Thanx, Paul
>
> These changes are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git for-mingo
>
> for you to fetch changes up to e7c38dda94b23965a3eb46ef4656bb8cb921933d:
>
> arm: Use _rcuidle suffix to allow clk_core_enable() to used from idle (2016-05-18 11:55:29 -0700)
>
> ----------------------------------------------------------------
> Paul E. McKenney (6):
> arm: Use _rcuidle tracepoint to allow use from idle
> arm: Use _rcuidle for suspend/resume tracepoints
> arm: Add _rcuidle tracepoints to allow clk_core_disable() use from idle
> arm: Add _rcuidle suffix to allow rpm_idle() use from idle
> arm: Add _rcuidle suffix to allow rpm_resume() to be called from idle
> arm: Use _rcuidle suffix to allow clk_core_enable() to used from idle
>
> arch/arm/kernel/smp.c | 2 +-
> arch/arm/mach-omap2/powerdomain.c | 9 +++++----
> drivers/base/power/runtime.c | 14 +++++++-------
> drivers/clk/clk.c | 8 ++++----
> 4 files changed, 17 insertions(+), 16 deletions(-)
Just wondering, wouldn't it be better for Russell to pull/apply, as it appears to
be a mostly ARM patch-set?
Thanks,
Ingo
WARNING: multiple messages have this Message-ID (diff)
From: mingo@kernel.org (Ingo Molnar)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL arm] Use _rcuidle tracepoints to allow tracing from idle
Date: Wed, 8 Jun 2016 15:33:50 +0200 [thread overview]
Message-ID: <20160608133350.GA18357@gmail.com> (raw)
In-Reply-To: <20160526162727.GA21784@linux.vnet.ibm.com>
* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:
> On Thu, May 26, 2016 at 09:26:06AM -0700, Paul E. McKenney wrote:
> > Hello, Ingo,
> >
> > This series changes a number of event tracepoints to their _rcuidle() form
> > to allow use from idle without lockdep-RCU complaints, a straightforward
> > modification that has been successfully applied many times. These splats
> > were found in testing by Guenter Roeck and Tony Lindgren, who have
> > both successfully tested the full series. Tony asked that I carry these
> > in -rcu:
> >
> > http://lkml.kernel.org/g/20160426213630.GV5995 at atomide.com
> >
> > These have been posted to LKML, CCing relevant maintainers, who have
> > not objected to the proposed changes:
> >
> > http://lkml.kernel.org/g/20160516184844.GA20144 at linux.vnet.ibm.com
> >
> > These maintainers are also CCed on this pull request.
> >
> > They have also been subjected to 0day Test Robot and -next testing.
>
> And this time actually including the pull request... :-/
>
> Thanx, Paul
>
> These changes are available in the git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu.git for-mingo
>
> for you to fetch changes up to e7c38dda94b23965a3eb46ef4656bb8cb921933d:
>
> arm: Use _rcuidle suffix to allow clk_core_enable() to used from idle (2016-05-18 11:55:29 -0700)
>
> ----------------------------------------------------------------
> Paul E. McKenney (6):
> arm: Use _rcuidle tracepoint to allow use from idle
> arm: Use _rcuidle for suspend/resume tracepoints
> arm: Add _rcuidle tracepoints to allow clk_core_disable() use from idle
> arm: Add _rcuidle suffix to allow rpm_idle() use from idle
> arm: Add _rcuidle suffix to allow rpm_resume() to be called from idle
> arm: Use _rcuidle suffix to allow clk_core_enable() to used from idle
>
> arch/arm/kernel/smp.c | 2 +-
> arch/arm/mach-omap2/powerdomain.c | 9 +++++----
> drivers/base/power/runtime.c | 14 +++++++-------
> drivers/clk/clk.c | 8 ++++----
> 4 files changed, 17 insertions(+), 16 deletions(-)
Just wondering, wouldn't it be better for Russell to pull/apply, as it appears to
be a mostly ARM patch-set?
Thanks,
Ingo
next prev parent reply other threads:[~2016-06-08 13:33 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-26 16:26 [GIT PULL arm] Use _rcuidle tracepoints to allow tracing from idle Paul E. McKenney
2016-05-26 16:26 ` Paul E. McKenney
2016-05-26 16:27 ` Paul E. McKenney
2016-05-26 16:27 ` Paul E. McKenney
2016-06-08 13:33 ` Ingo Molnar [this message]
2016-06-08 13:33 ` Ingo Molnar
2016-06-08 15:16 ` Paul E. McKenney
2016-06-08 15:16 ` Paul E. McKenney
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=20160608133350.GA18357@gmail.com \
--to=mingo@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-clk@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-omap@vger.kernel.org \
--cc=linux-pm@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=linux@armlinux.org.uk \
--cc=linux@roeck-us.net \
--cc=mturquette@baylibre.com \
--cc=paulmck@linux.vnet.ibm.com \
--cc=pavel@ucw.cz \
--cc=rjw@rjwysocki.net \
--cc=rostedt@goodmis.org \
--cc=sboyd@codeaurora.org \
--cc=tony@atomide.com \
/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.