From: Ingo Molnar <mingo@kernel.org>
To: "Paul E. McKenney" <paulmck@linux.vnet.ibm.com>
Cc: rostedt@goodmis.org, linux-kernel@vger.kernel.org
Subject: Re: Use case for TASKS_RCU
Date: Tue, 16 May 2017 08:22:33 +0200 [thread overview]
Message-ID: <20170516062233.tyz7ze7ilmbkxtjc@gmail.com> (raw)
In-Reply-To: <20170515182354.GA25440@linux.vnet.ibm.com>
* Paul E. McKenney <paulmck@linux.vnet.ibm.com> wrote:
> Hello!
>
> The question of the use case for TASKS_RCU came up, and here is my
> understanding. Steve will not be shy about correcting any misconceptions
> I might have. ;-)
>
> The use case is to support freeing of trampolines used in tracing/probing
> in CONFIG_PREEMPT=y kernels. It is necessary to wait until any task
> executing in the trampoline in question has left it, taking into account
> that the trampoline's code might be interrupted and preempted. However,
> the code in the trampolines is guaranteed never to context switch.
>
> Note that in CONFIG_PREEMPT=n kernels, synchronize_sched() suffices.
> It is therefore tempting to think in terms of disabling preemption across
> the trampolines, but there is apparently not enough room to accommodate
> the needed preempt_disable() and preempt_enable() in the code invoking
> the trampoline, and putting the preempt_disable() and preempt_enable()
> in the trampoline itself fails because of the possibility of preemption
> just before the preempt_disable() and just after the preempt_enable().
> Similar reasoning rules out use of rcu_read_lock() and rcu_read_unlock().
So how was this solved before TASKS_RCU? Also, nothing uses call_rcu_tasks() at
the moment, so it's hard for me to review its users. What am I missing?
Thanks,
Ingo
next prev parent reply other threads:[~2017-05-16 6:22 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-05-15 18:23 Paul E. McKenney
2017-05-15 18:48 ` Steven Rostedt
2017-05-15 20:12 ` Paul E. McKenney
2017-05-16 6:22 ` Ingo Molnar [this message]
2017-05-16 12:23 ` Paul E. McKenney
2017-05-16 13:07 ` Steven Rostedt
2017-05-24 9:37 ` Masami Hiramatsu
2017-05-19 6:23 ` Ingo Molnar
2017-05-19 13:35 ` Paul E. McKenney
2017-05-19 14:04 ` Steven Rostedt
2017-05-19 14:23 ` Steven Rostedt
2017-05-19 19:06 ` Paul E. McKenney
2017-05-23 0:00 ` Paul E. McKenney
2017-05-23 5:19 ` Steven Rostedt
2017-05-23 15:33 ` Paul E. McKenney
2017-05-23 19:39 ` Steven Rostedt
2017-05-23 20:00 ` Paul E. McKenney
2017-05-23 20:38 ` Steven Rostedt
2017-05-23 21:10 ` 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=20170516062233.tyz7ze7ilmbkxtjc@gmail.com \
--to=mingo@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=paulmck@linux.vnet.ibm.com \
--cc=rostedt@goodmis.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
Powered by JetHome