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=744493 ---Test result--- Test Summary: CheckPatch FAIL 3.39 seconds GitLint FAIL 1.58 seconds SubjectPrefix PASS 0.42 seconds BuildKernel PASS 39.43 seconds CheckAllWarning PASS 43.86 seconds CheckSparse PASS 49.57 seconds CheckSmatch PASS 132.49 seconds BuildKernel32 PASS 38.58 seconds TestRunnerSetup PASS 539.76 seconds TestRunner_l2cap-tester PASS 19.52 seconds TestRunner_iso-tester PASS 25.90 seconds TestRunner_bnep-tester PASS 6.81 seconds TestRunner_mgmt-tester PASS 131.49 seconds TestRunner_rfcomm-tester PASS 10.59 seconds TestRunner_sco-tester PASS 9.65 seconds TestRunner_ioctl-tester PASS 11.70 seconds TestRunner_mesh-tester PASS 8.48 seconds TestRunner_smp-tester PASS 9.61 seconds TestRunner_userchan-tester PASS 7.19 seconds IncrementalBuild PASS 81.52 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [v2,1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink WARNING: Reported-by: should be immediately followed by Link: with a URL to the report #91: Reported-by: syzbot+690b90b14f14f43f4688@xxxxxxxxxxxxxxxxxxxxxxxxx Closes: https://lore.kernel.org/linux-bluetooth/000000000000484a8205faafe216@xxxxxxxxxx/ WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) #92: Closes: https://lore.kernel.org/linux-bluetooth/000000000000484a8205faafe216@xxxxxxxxxx/ WARNING: Unknown link reference 'Closes:', use 'Link:' instead #92: Closes: https://lore.kernel.org/linux-bluetooth/000000000000484a8205faafe216@xxxxxxxxxx/ WARNING: Duplicate signature #95: Reported-by: syzbot+690b90b14f14f43f4688@xxxxxxxxxxxxxxxxxxxxxxxxx WARNING: Reported-by: should be immediately followed by Link: with a URL to the report #95: Reported-by: syzbot+690b90b14f14f43f4688@xxxxxxxxxxxxxxxxxxxxxxxxx Reported-by: Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> WARNING: Reported-by: should be immediately followed by Link: with a URL to the report #96: Reported-by: Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> Reported-by: syzbot+8bb72f86fc823817bc5d@xxxxxxxxxxxxxxxxxxxxxxxxx WARNING: Reported-by: should be immediately followed by Link: with a URL to the report #97: Reported-by: syzbot+8bb72f86fc823817bc5d@xxxxxxxxxxxxxxxxxxxxxxxxx Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> total: 0 errors, 7 warnings, 0 checks, 33 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13229266.patch has style problems, please review. NOTE: Ignored message types: UNKNOWN_COMMIT_ID NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. [v2,2/4] Bluetooth: Refcnt drop must be placed last in hci_conn_unlink WARNING: Reported-by: should be immediately followed by Link: with a URL to the report #95: Reported-by: Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> Closes: https://lore.kernel.org/linux-bluetooth/CABBYNZ+1kce8_RJrLNOXd_8=Mdpb=2bx4Nto-hFORk=qiOkoCg@xxxxxxxxxxxxxx/ WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) #96: Closes: https://lore.kernel.org/linux-bluetooth/CABBYNZ+1kce8_RJrLNOXd_8=Mdpb=2bx4Nto-hFORk=qiOkoCg@xxxxxxxxxxxxxx/ WARNING: Unknown link reference 'Closes:', use 'Link:' instead #96: Closes: https://lore.kernel.org/linux-bluetooth/CABBYNZ+1kce8_RJrLNOXd_8=Mdpb=2bx4Nto-hFORk=qiOkoCg@xxxxxxxxxxxxxx/ total: 0 errors, 3 warnings, 0 checks, 15 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13229267.patch has style problems, please review. NOTE: Ignored message types: UNKNOWN_COMMIT_ID NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. [v2,3/4] Bluetooth: Fix UAF in hci_conn_hash_flush again WARNING: Reported-by: should be immediately followed by Link: with a URL to the report #105: Reported-by: syzbot+8bb72f86fc823817bc5d@xxxxxxxxxxxxxxxxxxxxxxxxx Closes: https://lore.kernel.org/linux-bluetooth/000000000000aa920505f60d25ad@xxxxxxxxxx/ WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) #106: Closes: https://lore.kernel.org/linux-bluetooth/000000000000aa920505f60d25ad@xxxxxxxxxx/ WARNING: Unknown link reference 'Closes:', use 'Link:' instead #106: Closes: https://lore.kernel.org/linux-bluetooth/000000000000aa920505f60d25ad@xxxxxxxxxx/ total: 0 errors, 3 warnings, 0 checks, 73 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. /github/workspace/src/src/13229269.patch has style problems, please review. NOTE: Ignored message types: UNKNOWN_COMMIT_ID NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. ############################## Test: GitLint - FAIL Desc: Run gitlint Output: [v2,1/4] Bluetooth: Fix potential double free caused by hci_conn_unlink WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 15: B1 Line exceeds max length (88>80): "Closes: https://lore.kernel.org/linux-bluetooth/000000000000484a8205faafe216@xxxxxxxxxx/" [v2,2/4] Bluetooth: Refcnt drop must be placed last in hci_conn_unlink WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 15: B1 Line exceeds max length (115>80): "Closes: https://lore.kernel.org/linux-bluetooth/CABBYNZ+1kce8_RJrLNOXd_8=Mdpb=2bx4Nto-hFORk=qiOkoCg@xxxxxxxxxxxxxx/" [v2,3/4] Bluetooth: Fix UAF in hci_conn_hash_flush again WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search 26: B1 Line exceeds max length (88>80): "Closes: https://lore.kernel.org/linux-bluetooth/000000000000aa920505f60d25ad@xxxxxxxxxx/" --- Regards, Linux Bluetooth