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=751481 ---Test result--- Test Summary: CheckPatch FAIL 0.81 seconds GitLint FAIL 0.54 seconds SubjectPrefix PASS 0.09 seconds BuildKernel PASS 31.67 seconds CheckAllWarning PASS 34.90 seconds CheckSparse PASS 39.38 seconds CheckSmatch PASS 110.87 seconds BuildKernel32 PASS 30.74 seconds TestRunnerSetup PASS 441.52 seconds TestRunner_l2cap-tester PASS 16.65 seconds TestRunner_iso-tester PASS 21.28 seconds TestRunner_bnep-tester PASS 5.47 seconds TestRunner_mgmt-tester PASS 110.94 seconds TestRunner_rfcomm-tester PASS 8.76 seconds TestRunner_sco-tester PASS 8.05 seconds TestRunner_ioctl-tester PASS 9.27 seconds TestRunner_mesh-tester PASS 6.87 seconds TestRunner_smp-tester PASS 7.98 seconds TestRunner_userchan-tester PASS 5.72 seconds IncrementalBuild PASS 29.11 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb WARNING: Possible unwrapped commit description (prefer a maximum 75 chars per line) #74: > >> net/bluetooth/l2cap_sock.c:1418:9: error: implicit declaration of function 'l2cap_sock_cleanup_listen'; did you mean 'l2cap_sock_listen'? [-Werror=implicit-function-declaration] ERROR: trailing whitespace #113: FILE: net/bluetooth/l2cap_sock.c:1418: +^I^I$ total: 1 errors, 1 warnings, 0 checks, 16 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. NOTE: Whitespace errors detected. You may wish to use scripts/cleanpatch or scripts/cleanfile /github/workspace/src/src/13257259.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: Bluetooth: L2CAP: Fix use-after-free in l2cap_sock_ready_cb 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 4: B1 Line exceeds max length (182>80): "> >> net/bluetooth/l2cap_sock.c:1418:9: error: implicit declaration of function 'l2cap_sock_cleanup_listen'; did you mean 'l2cap_sock_listen'? [-Werror=implicit-function-declaration]" 12: B1 Line exceeds max length (127>80): "> >> net/bluetooth/l2cap_sock.c:1436:13: warning: conflicting types for 'l2cap_sock_cleanup_listen'; have 'void(struct sock *)'" 15: B1 Line exceeds max length (128>80): "> >> net/bluetooth/l2cap_sock.c:1436:13: error: static declaration of 'l2cap_sock_cleanup_listen' follows non-static declaration" 16: B1 Line exceeds max length (138>80): "> net/bluetooth/l2cap_sock.c:1418:9: note: previous implicit declaration of 'l2cap_sock_cleanup_listen' with type 'void(struct sock *)'" --- Regards, Linux Bluetooth