]> git.baikalelectronics.ru Git - kernel.git/commit
softirq: Avoid bad tracing / lockdep interaction
authorPeter Zijlstra <peterz@infradead.org>
Fri, 18 Dec 2020 15:39:14 +0000 (16:39 +0100)
committerPeter Zijlstra <peterz@infradead.org>
Fri, 18 Dec 2020 15:53:13 +0000 (16:53 +0100)
commita58fb40c11cbd021b57b9f2aad6852ab1c2b80c5
tree531563294d9ea18a4b4797b91fafee39d3a5f720
parent3a5b3b9ae6a905d1ffb654894062f75d030dbf99
softirq: Avoid bad tracing / lockdep interaction

Similar to commit:

  e8ab78c32857 ("softirq: Reorder trace_softirqs_on to prevent lockdep splat")

__local_bh_enable_ip() can also call into tracing with inconsistent
state. Unlike that commit we don't need to bother about the tracepoint
because 'cnt-1' never matches preempt_count() (by construction).

Reported-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Peter Zijlstra (Intel) <peterz@infradead.org>
Tested-by: Heiko Carstens <hca@linux.ibm.com>
Link: https://lkml.kernel.org/r/20201218154519.GW3092@hirez.programming.kicks-ass.net
kernel/softirq.c