Re: [patch V4 part 5 01/31] genirq: Provide irq_enter/exit_rcu()

2020-05-14 Thread Andy Lutomirski
On Tue, May 5, 2020 at 7:16 AM Thomas Gleixner wrote: > > irq_enter()/exit() include the RCU handling. To properly separate the RCU > handling provide variants which contain only the non-RCU related > functionality. Acked-by: Andy Lutomirski

[patch V4 part 5 01/31] genirq: Provide irq_enter/exit_rcu()

2020-05-05 Thread Thomas Gleixner
irq_enter()/exit() include the RCU handling. To properly separate the RCU handling provide variants which contain only the non-RCU related functionality. Signed-off-by: Thomas Gleixner --- include/linux/hardirq.h | 13 +++-- kernel/softirq.c| 35