Re: [tip: core/rcu] rcu/tree: Mark the idle relevant functions noinstr
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- Subject: Re: [tip: core/rcu] rcu/tree: Mark the idle relevant functions noinstr
- From: Peter Zijlstra <peterz@xxxxxxxxxxxxx>
- Date: Tue, 29 Sep 2020 13:25:41 +0200
- Cc: linux-tip-commits@xxxxxxxxxxxxxxx, Thomas Gleixner <tglx@xxxxxxxxxxxxx>, Alexandre Chartre <alexandre.chartre@xxxxxxxxxx>, "Paul E. McKenney" <paulmck@xxxxxxxxxx>, x86 <x86@xxxxxxxxxx>, Steven Rostedt <rostedt@xxxxxxxxxxx>
- In-reply-to: <158991795300.17951.11897222265664137612.tip-bot2@tip-bot2>
- References: <20200505134100.575356107@linutronix.de> <158991795300.17951.11897222265664137612.tip-bot2@tip-bot2>
On Tue, May 19, 2020 at 07:52:33PM -0000, tip-bot2 for Thomas Gleixner wrote:
> @@ -979,7 +988,7 @@ static void rcu_disable_urgency_upon_qs(struct rcu_data *rdp)
> * if the current CPU is not in its idle loop or is in an interrupt or
> * NMI handler, return true.
> */
> -bool notrace rcu_is_watching(void)
> +bool rcu_is_watching(void)
> {
> bool ret;
>
This ^..
it is required because __ftrace_ops_list_func() /
ftrace_ops_assist_func() call it outside of ftrace recursion, but only
when FL_RCU, and perf happens to be the only user of that.
another morning wasted... :/
[Index of Archives]
[Linux Stable Commits]
[Linux Stable Kernel]
[Linux Kernel]
[Linux USB Devel]
[Linux Video &Media]
[Linux Audio Users]
[Yosemite News]
[Linux SCSI]