Re: [PATCH net v2] nfc: nci: Fix handling of zero-length payload packets in nci_rx_work()

From: Ryosuke Yasuoka
Date: Tue May 21 2024 - 11:29:20 EST


On Mon, May 20, 2024 at 11:58:47AM +0200, Krzysztof Kozlowski wrote:
> On 17/05/2024 04:06, Ryosuke Yasuoka wrote:
> > When nci_rx_work() receives a zero-length payload packet, it should not
> > discard the packet and exit the loop. Instead, it should continue
> > processing subsequent packets.
> >
> > Fixes: d24b03535e5e ("nfc: nci: Fix uninit-value in nci_dev_up and nci_ntf_packet")
> > Reported-by: Ryosuke Yasuoka <ryasuoka@xxxxxxxxxx>
>
> That's not a valid tag here. Every bug we find - like hundreds of my
> commits - is reported by us...
>
> Drop the tag.
>
> Best regards,
> Krzysztof

Thank you for pointing me out, Krzysztof. I didn't understand how to use
Reported-by tag correctly. Now I'm clear.
Yes, I remove the tag and send a new patch.

Very sorry for sending this patch again and again.

Ryosuke