lkml.org 
[lkml]   [2022]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 03/21] rcu: Add a note about noinstr VS unsafe eqs functions
On Tue, May 03, 2022 at 12:00:33PM +0200, Frederic Weisbecker wrote:
> @@ -895,6 +899,10 @@ static void noinstr rcu_eqs_exit(bool user)
> *
> * If you add or remove a call to rcu_idle_exit(), be sure to test with
> * CONFIG_RCU_EQS_DEBUG=y.
> + *
> + * FIXME: This function should be noinstr but the below local_irq_save() is
> + * unsafe because it involves illegal RCU uses through tracing and lockdep.
> + * This must be fixed first.
> */
> void rcu_idle_exit(void)
> {

Urgh, except this one... I'm sure I fixed that at some point. Clearly
that never made it in :/

\
 
 \ /
  Last update: 2022-05-19 17:04    [W:0.385 / U:0.892 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site