RE: Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready
| 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=1144631 ---Test result--- Test Summary: CheckPatch PASS 0.75 seconds VerifyFixes PASS 0.15 seconds VerifySignedoff PASS 0.13 seconds GitLint FAIL 0.33 seconds SubjectPrefix PASS 0.13 seconds BuildKernel PASS 27.42 seconds CheckAllWarning PASS 29.93 seconds CheckSparse PASS 28.65 seconds BuildKernel32 PASS 26.13 seconds CheckKernelLLVM SKIP 0.00 seconds TestRunnerSetup PASS 496.76 seconds TestRunner_iso-tester PASS 75.42 seconds IncrementalBuild PASS 25.49 seconds Details ############################## Test: GitLint - FAIL Desc: Run gitlint Output: Bluetooth: ISO: fix use-after-free of listener socket in iso_conn_ready 7: B3 Line contains hard tab characters (\t): " parent = iso_get_sock(hdev, ...);" 8: B3 Line contains hard tab characters (\t): " if (!parent)" 9: B3 Line contains hard tab characters (\t): " return;" 11: B3 Line contains hard tab characters (\t): " lock_sock(parent);" 12: B3 Line contains hard tab characters (\t): " sk = iso_sock_alloc(sock_net(parent), NULL, BTPROTO_ISO, ...);" 13: B3 Line contains hard tab characters (\t): " ..." 14: B3 Line contains hard tab characters (\t): " iso_chan_add(conn, sk, parent);" 15: B3 Line contains hard tab characters (\t): " ..." 16: B3 Line contains hard tab characters (\t): " release_sock(parent);" 17: B3 Line contains hard tab characters (\t): " sock_put(parent);" ############################## Test: CheckKernelLLVM - SKIP Desc: Build kernel with LLVM + context analysis Output: Clang not found https://github.com/bluez/bluetooth-next/pull/573 --- Regards, Linux Bluetooth