Re: [PATCH] ieee802154: cc2520: fix FIFOP work use-after-free
Fan Wu <[email protected]>
| Newsgroups | org.kernel.vger.linux-wpan,org.kernel.vger.linux-kernel,org.kernel.vger.netdev,org.kernel.vger.stable |
|---|---|
| Message-ID | <[email protected]> |
Thanks, this is a much simpler solution, I will respin accordingly. > On Aug 7, 2026, at 20:39, Miquel Raynal <[email protected]> wrote: > > Hi Fan, > > While I may agree on the problem, I don't like the solution. It is > overly complex. If the problem is the fact that we might queue works, > what about disable_work[_sync]() ? > > Thanks, > Miquèl