Skip to content
Snippets Groups Projects
Commit 0b2991a8 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

kernel: make ledtrig-netdev use a work queue for updates


This fixes hangs in igb that happen if the update call interrupts an
already existing dev_get_stats call. In that case the calling CPU
deadlocks because it's trying to acquire the same spinlock recursively.

Signed-off-by: default avatarFelix Fietkau <nbd@nbd.name>
parent 9c55dede
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment