RE: Bluetooth: SCO: fix refcount over-put in sco_conn_del()
| Newsgroups | org.kernel.vger.linux-bluetooth |
|---|---|
| Message-ID | <[email protected]> |
This is automated email and please do not reply to this email!
Dear submitter,
Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=1133551
---Test result---
Test Summary:
CheckPatch PASS 0.57 seconds
VerifyFixes PASS 0.08 seconds
VerifySignedoff PASS 0.50 seconds
GitLint FAIL 0.22 seconds
SubjectPrefix PASS 0.07 seconds
BuildKernel PASS 27.98 seconds
CheckAllWarning PASS 30.76 seconds
CheckSparse PASS 29.85 seconds
BuildKernel32 PASS 27.22 seconds
CheckKernelLLVM SKIP 0.00 seconds
TestRunnerSetup PASS 517.17 seconds
TestRunner_sco-tester PASS 33.44 seconds
IncrementalBuild PASS 26.28 seconds
Details
##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
Bluetooth: SCO: fix refcount over-put in sco_conn_del()
10: B3 Line contains hard tab characters (\t): " conn = sco_conn_hold_unless_zero(conn);"
11: B3 Line contains hard tab characters (\t): " if (!conn)"
12: B3 Line contains hard tab characters (\t): " return;"
13: B3 Line contains hard tab characters (\t): " ..."
14: B3 Line contains hard tab characters (\t): " sco_conn_lock(conn);"
15: B3 Line contains hard tab characters (\t): " sk = sco_sock_hold(conn);"
16: B3 Line contains hard tab characters (\t): " sco_conn_unlock(conn);"
17: B3 Line contains hard tab characters (\t): " sco_conn_put(conn);"
19: B3 Line contains hard tab characters (\t): " if (!sk) {"
20: B3 Line contains hard tab characters (\t): " sco_conn_put(conn); /* drops a reference we do not own */"
21: B3 Line contains hard tab characters (\t): " return;"
22: B3 Line contains hard tab characters (\t): " }"
##############################
Test: CheckKernelLLVM - SKIP
Desc: Build kernel with LLVM + context analysis
Output:
Clang not found
https://github.com/bluez/bluetooth-next/pull/485
---
Regards,
Linux Bluetooth