]> Git Repo - linux.git/commit
x86/entry: Clarify irq_{enter,exit}_rcu()
authorPeter Zijlstra <[email protected]>
Fri, 29 May 2020 21:27:39 +0000 (23:27 +0200)
committerThomas Gleixner <[email protected]>
Thu, 11 Jun 2020 13:15:24 +0000 (15:15 +0200)
commit59bc300b712998d10254ee20e24f2e7ec09c560a
tree993a83042d9dfeeede2f80ad6714c55aabbb522e
parentfd501d4f0399700011acde486576c7c1eb8e7a61
x86/entry: Clarify irq_{enter,exit}_rcu()

Because:

  irq_enter_rcu() includes lockdep_hardirq_enter()
  irq_exit_rcu() does *NOT* include lockdep_hardirq_exit()

Which resulted in two 'stray' lockdep_hardirq_exit() calls in
idtentry.h, and me spending a long time trying to find the matching
enter calls.

Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Thomas Gleixner <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
arch/x86/include/asm/idtentry.h
kernel/softirq.c
This page took 0.055594 seconds and 4 git commands to generate.