Files
kernel_arpi/include/linux
Thomas Gleixner b1fcf9b83c rcu: Provide __rcu_is_watching()
Same as rcu_is_watching() but without the preempt_disable/enable() pair
inside the function. It is merked noinstr so it ends up in the
non-instrumentable text section.

This is useful for non-preemptible code especially in the low level entry
section. Using rcu_is_watching() there results in a call to the
preempt_schedule_notrace() thunk which triggers noinstr section warnings in
objtool.

Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Acked-by: Peter Zijlstra <peterz@infradead.org>
Link: https://lkml.kernel.org/r/20200512213810.518709291@linutronix.de
2020-05-19 15:51:21 +02:00
..
2020-04-10 15:36:21 -07:00
2020-05-04 09:16:37 -07:00
2020-04-15 11:48:21 +02:00
2020-04-10 15:36:21 -07:00
2020-05-05 16:58:36 +02:00
2020-04-07 10:43:38 -07:00
2020-04-07 10:43:38 -07:00
2020-04-09 12:15:35 -05:00
2020-05-19 15:51:21 +02:00
2020-05-19 15:51:21 +02:00
2020-04-07 10:43:42 -07:00
2020-05-04 09:16:37 -07:00
2020-04-17 06:05:30 -04:00
2020-04-17 06:05:30 -04:00