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

From: Fan Wu

Date: Tue Aug 11 2026 - 06:09:57 EST


You're right. I failed to trace the receive-enable path, please drop patch
2/2. Patch 1/2 is unchanged.

Sorry for the noise, and thanks for catching this.

> On Aug 11, 2026, at 16:28, Miquel Raynal <miquel.raynal@xxxxxxxxxxx> wrote:
>
> 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