Re: [PATCH RFC 02/12] entry/idle: Add a common function for activites during idle entry/exit

2020-08-16 Thread Joel Fernandes
Hello Peter, On Sat, Aug 15, 2020 at 10:14:41AM +0200, pet...@infradead.org wrote: > 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. > >

[PATCH RFC 02/12] entry/idle: Add a common function for activites during idle entry/exit

2020-08-15 Thread Joel Fernandes (Google)
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) --- include/linux/entry-common.h | 16 kernel/sched/idle.c | 17 + 2 files changed, 25

Re: [PATCH RFC 02/12] entry/idle: Add a common function for activites during idle entry/exit

2020-08-15 Thread peterz
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) NAK, rcu_idle_enter() is broken where it is now,