]> git.baikalelectronics.ru Git - kernel.git/commit
dev: Defer free of skbs in flush_backlog
authorSubash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Thu, 23 Jul 2020 17:31:48 +0000 (11:31 -0600)
committerDavid S. Miller <davem@davemloft.net>
Sat, 25 Jul 2020 02:59:22 +0000 (19:59 -0700)
commit6adb521846edc35f9c620c3d326fb032a83d12bc
tree0b5782d4828dde5370aad8f386803651288c0c1c
parent06557008fda21294b05444f70e634381233a5aa9
dev: Defer free of skbs in flush_backlog

IRQs are disabled when freeing skbs in input queue.
Use the IRQ safe variant to free skbs here.

Fixes: ba461fc01c7b ("net: flush the softnet backlog in process context")
Signed-off-by: Subash Abhinov Kasiviswanathan <subashab@codeaurora.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/dev.c