]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Revert "igb: Disable threaded IRQ for igb_msix_other"
authorWander Lairson Costa <wander@redhat.com>
Wed, 6 Nov 2024 11:14:26 +0000 (08:14 -0300)
committerJakub Kicinski <kuba@kernel.org>
Wed, 13 Nov 2024 02:05:40 +0000 (18:05 -0800)
commit50d325bb05cef24a2105e40e7cace5e2b237236d
tree6b158341ee0b2ea6e3b68090fba6bd2078b0fa27
parente707e366f35576a455678ad74c4835d1c62633c6
Revert "igb: Disable threaded IRQ for igb_msix_other"

This reverts commit 338c4d3902feb5be49bfda530a72c7ab860e2c9f.

Sebastian noticed the ISR indirectly acquires spin_locks, which are
sleeping locks under PREEMPT_RT, which leads to kernel splats.

Fixes: 338c4d3902feb ("igb: Disable threaded IRQ for igb_msix_other")
Reported-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Wander Lairson Costa <wander@redhat.com>
Reviewed-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Acked-by: Przemek Kitszel <przemyslaw.kitszel@intel.com>
Link: https://patch.msgid.link/20241106111427.7272-1-wander@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
drivers/net/ethernet/intel/igb/igb_main.c