From: Subash Abhinov Kasiviswanathan
Date: Thu, 23 Jul 2020 11:31:48 -0600
> IRQs are disabled when freeing skbs in input queue.
> Use the IRQ safe variant to free skbs here.
>
> Fixes: 145dd5f9c88f ("net: flush the softnet backlog in process context")
> Signed-off-by: Subash Abhinov Kasiviswana
IRQs are disabled when freeing skbs in input queue.
Use the IRQ safe variant to free skbs here.
Fixes: 145dd5f9c88f ("net: flush the softnet backlog in process context")
Signed-off-by: Subash Abhinov Kasiviswanathan
---
net/core/dev.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff -