Files
kernel/include/linux
Sebastian Andrzej Siewior fbd9a2ceba net: Add lockdep asserts to ____napi_schedule().
____napi_schedule() needs to be invoked with disabled interrupts due to
__raise_softirq_irqoff (in order not to corrupt the per-CPU list).
____napi_schedule() needs also to be invoked from an interrupt context
so that the raised-softirq is processed while the interrupt context is
left.

Add lockdep asserts for both conditions.
While this is the second time the irq/softirq check is needed, provide a
generic lockdep_assert_softirq_will_run() which is used by both caller.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: David S. Miller <davem@davemloft.net>
2022-03-14 10:09:28 +00:00
..
2022-02-01 14:25:50 +02:00
2022-01-22 08:33:34 +02:00
2022-01-15 08:47:31 -08:00
2022-01-09 10:36:51 -07:00
2022-01-15 08:47:31 -08:00
2022-01-20 08:52:54 +02:00
2022-03-02 22:44:49 -08:00
2022-02-05 15:20:34 +00:00
2022-01-27 13:53:26 +00:00
2022-02-09 09:24:40 -05:00
2022-01-12 10:14:09 -06:00
2022-01-22 08:33:37 +02:00
2022-01-08 12:43:57 -06:00
2022-01-24 14:45:02 +01:00
2022-01-22 08:33:37 +02:00
2022-01-22 08:33:38 +02:00
2022-03-09 11:22:58 +00:00
2022-01-27 13:53:27 +00:00
2022-01-08 00:28:41 -05:00