Skip to content
Commit f92fcb5c authored by Jakub Kicinski's avatar Jakub Kicinski
Browse files

Merge branch 'ice-avoid-sleeping-scheduling-in-atomic-contexts'



Alexander Lobakin says:

====================
ice: avoid sleeping/scheduling in atomic contexts

The `ice_misc_intr() + ice_send_event_to_aux()` infamous pair failed
once again.
Fix yet another (hopefully last one) 'scheduling while atomic' splat
and finally plug the hole to gracefully return prematurely when
invoked in wrong context instead of panicking.
====================

Link: https://lore.kernel.org/r/20220323124353.2762181-1-alexandr.lobakin@intel.com
Signed-off-by: default avatarJakub Kicinski <kuba@kernel.org>
parents 6a7d8cff 5a315693
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