Re: Crash in in __skb_unlink during net_rx_action

2019-10-18 Thread Rajendra Dendukuri
I find that below patch was not applied 4.9.y. Can this be a possible fix for the crash that is observed here. net: properly flush delay-freed skbs f52dffe049ee11ecc02588a118fbe4092672fbaa On Tue, Oct 15, 2019 at 8:31 PM Rajendra Dendukuri wrote: > > Observed below kernel oops on "Linux version

Crash in in __skb_unlink during net_rx_action

2019-10-15 Thread Rajendra Dendukuri
Observed below kernel oops on "Linux version 4.9.0-9-2-amd64" from Debian 9. This was observed when bridge vlan netdevs were getting deleted while packets were being received. I observed this only once, but wanted to put it out there for the record. Below is the decoded call path. It appears to be