Re: [PATCH net 0/2] net: fix netpoll crash with bnxt

2020-08-26 Thread David Miller
From: Jakub Kicinski Date: Wed, 26 Aug 2020 12:40:05 -0700 > Rob run into crashes when using XDP on bnxt. Upon investigation > it turns out that during driver reconfig irq core produces > a warning message when IRQs are requested. This triggers netpoll, > which in turn accesses uninitialized driv

[PATCH net 0/2] net: fix netpoll crash with bnxt

2020-08-26 Thread Jakub Kicinski
Hi! Rob run into crashes when using XDP on bnxt. Upon investigation it turns out that during driver reconfig irq core produces a warning message when IRQs are requested. This triggers netpoll, which in turn accesses uninitialized driver state. Same crash can also be triggered on this platform by c