Skip to content
Commit 52a67fbf authored by Dan Carpenter's avatar Dan Carpenter Committed by Jakub Kicinski
Browse files

ionic: fix a sleeping in atomic bug

This code is holding spin_lock_bh(&lif->rx_filters.lock); so the
allocation needs to be atomic.

Fixes: 969f8439

 ("ionic: sync the filters in the work task")
Signed-off-by: default avatarDan Carpenter <dan.carpenter@oracle.com>
Signed-off-by: default avatarShannon Nelson <snelson@pensando.io>
Link: https://lore.kernel.org/r/20210903131856.GA25934@kili
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parent 9756e44f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment