Skip to content

sfc: fix kernel panic when creating VF

Íñigo Huguet requested to merge ihuguet-rh/kernel-cs9:sfc_vmalloc into main

Bugzilla: https://bugzilla.redhat.com/2104536

Tested: tested with upstream kernel

Fix a bug produced by the deallocation of DMA coherent memory with BH disabled, which is forbidden.

Signed-off-by: Íñigo Huguet ihuguet@redhat.com

Merge request reports