Re: [PATCH v3 2/2] ieee802154: cc2520: fix RX tasklet use-after-free

From: Miquel Raynal

Date: Tue Aug 11 2026 - 04:29:01 EST


Hi,

On 11/08/2026 at 01:03:59 GMT, Fan Wu <fanwu01@xxxxxxxxxx> wrote:

> The FIFOP interrupt was requested before cc2520_register(), so a failed
> registration could still have let the FIFOP handler queue RX work.

Really? How? SRXON is only set in ->start(), which means radio is off
until the user asks for it, which can only happen after proper netdev
registration.

It feels like the rest of this commit is pure AI hallucination, so I'll
stop there.

Thanks,
Miquèl