On Fri, Aug 14, 2020 at 11:18:58PM -0400, Joel Fernandes (Google) wrote: > Currently only RCU hooks for idle entry/exit are called. In later > patches, kernel-entry protection functionality will be added. > > Signed-off-by: Joel Fernandes (Google) <[email protected]>
NAK, rcu_idle_enter() is broken where it is now, it needs to be pushed in deeper: http://lkml.kernel.org/r/[email protected]

