commit | 7df5cb75cfb8acf96c7f2342530eb41e0c11f4c3 | [log] [tgz] |
---|---|---|
author | Subash Abhinov Kasiviswanathan <subashab@codeaurora.org> | Thu Jul 23 11:31:48 2020 -0600 |
committer | David S. Miller <davem@davemloft.net> | Fri Jul 24 19:59:22 2020 -0700 |
tree | 0b5782d4828dde5370aad8f386803651288c0c1c | |
parent | af9f691f0f5bdd1ade65a7b84927639882d7c3e5 [diff] |
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: 145dd5f9c88f ("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>