[PATCH v3 0/2] nfc: llcp: fix double put/unlock on LLCP_CLOSED in recv handlers

Qianchang Zhao posted 2 patches 1 month, 3 weeks ago
net/nfc/llcp_core.c | 6 +-----
1 file changed, 1 insertion(+), 5 deletions(-)
[PATCH v3 0/2] nfc: llcp: fix double put/unlock on LLCP_CLOSED in recv handlers
Posted by Qianchang Zhao 1 month, 3 weeks ago
Changes in v3:
- Wrap commit messages to <= 75 columns
- Use 12-char SHA in Fixes tags
- Verify Fixes with git blame (both handlers trace back to d646960f7986)
- Run scripts/checkpatch.pl --strict


Qianchang Zhao (2):
  nfc: llcp: avoid double release/put on LLCP_CLOSED in
    nfc_llcp_recv_disc()
  nfc: llcp: stop processing on LLCP_CLOSED in nfc_llcp_recv_hdlc()

 net/nfc/llcp_core.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

-- 
2.34.1
Re: [PATCH v3 0/2] nfc: llcp: fix double put/unlock on LLCP_CLOSED in recv handlers
Posted by Krzysztof Kozlowski 1 month, 3 weeks ago
On 18/12/2025 03:59, Qianchang Zhao wrote:
> Changes in v3:
> - Wrap commit messages to <= 75 columns
> - Use 12-char SHA in Fixes tags
> - Verify Fixes with git blame (both handlers trace back to d646960f7986)
> - Run scripts/checkpatch.pl --strict
> 


Don't send new version while discussion is still going. You already did
this with v2 (twice) and now with v3.

Best regards,
Krzysztof