From: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
To: "Luis Claudio R. Goncalves" <lclaudio@uudg.org>
Cc: linux-rt-users@vger.kernel.org
Subject: Re: [PATCH] rcutorture: fix missing function at build time
Date: Mon, 2 Mar 2015 13:30:19 -0800 [thread overview]
Message-ID: <20150302213019.GZ15405@linux.vnet.ibm.com> (raw)
In-Reply-To: <20150302212053.GB4189@uudg.org>
On Mon, Mar 02, 2015 at 06:20:53PM -0300, Luis Claudio R. Goncalves wrote:
> On Mon, Mar 02, 2015 at 01:18:15PM -0800, Paul E. McKenney wrote:
> ...
> | > diff --git a/kernel/rcu/tree.c b/kernel/rcu/tree.c
> | > index a4e9e25..28a54f6 100644
> | > --- a/kernel/rcu/tree.c
> | > +++ b/kernel/rcu/tree.c
> | > @@ -378,6 +378,11 @@ void rcu_bh_force_quiescent_state(void)
> | > force_quiescent_state(&rcu_bh_state);
> | > }
> | > EXPORT_SYMBOL_GPL(rcu_bh_force_quiescent_state);
> | > +#else
> | > +void rcu_force_quiescent_state(void)
> | > +{
> | > +}
> | > +EXPORT_SYMBOL_GPL(rcu_force_quiescent_state);
> |
> | This is -rt only, correct?
>
> Yes, -rt only. And the only complaint I saw was from rcutorture.
Agreed, nothing other than rcutorture should use these. Just thinking
out loud about what (if anything) should happen in mainline.
Thanx, Paul
next prev parent reply other threads:[~2015-03-02 21:30 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-02 20:15 [PATCH] rcutorture: fix missing function at build time Luis Claudio R. Goncalves
2015-03-02 21:18 ` Paul E. McKenney
2015-03-02 21:20 ` Luis Claudio R. Goncalves
2015-03-02 21:30 ` Paul E. McKenney [this message]
2015-03-06 18:32 ` Sebastian Andrzej Siewior
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=20150302213019.GZ15405@linux.vnet.ibm.com \
--to=paulmck@linux.vnet.ibm.com \
--cc=lclaudio@uudg.org \
--cc=linux-rt-users@vger.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).