Re: [patch V6 05/37] genirq: Provide irq_enter/exit_rcu()

2020-05-18 Thread Andy Lutomirski
On Fri, May 15, 2020 at 5:10 PM 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. Reviewed-by: Andy Lutomirski

[patch V6 05/37] genirq: Provide irq_enter/exit_rcu()

2020-05-15 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 diff --git a/include/linux/hardirq.h b/include/linux/hardirq.h index a4c5a1df067e..f6f25fab34cb 100644 ---