Re: [PATCH net] dev: Defer free of skbs in flush_backlog

2020-07-24 Thread David Miller
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

[PATCH net] dev: Defer free of skbs in flush_backlog

2020-07-23 Thread Subash Abhinov Kasiviswanathan
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 -