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=1153622 ---Test result--- Test Summary: CheckPatch FAIL 9.75 seconds VerifyFixes PASS 0.09 seconds VerifySignedoff PASS 0.09 seconds GitLint PASS 3.65 seconds SubjectPrefix PASS 1.36 seconds BuildKernel PASS 22.58 seconds CheckAllWarning PASS 25.40 seconds CheckSparse PASS 24.17 seconds BuildKernel32 PASS 22.14 seconds CheckKernelLLVM SKIP 0.00 seconds TestRunnerSetup PASS 379.29 seconds TestRunner_l2cap-tester PASS 58.14 seconds TestRunner_6lowpan-tester PASS 19.38 seconds IncrementalBuild PASS 74.33 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [02/16] Bluetooth: L2CAP: add l2cap_chan_close_unlocked() and locking helpers WARNING: The commit message has 'syzkaller', perhaps it also needs a 'Fixes:' tag? total: 0 errors, 1 warnings, 0 checks, 132 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/patch/14774767.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. [03/16] Bluetooth: L2CAP: fix race condition in l2cap_sock_shutdown() WARNING: Reported-by: should be immediately followed by Closes: or Link: with a URL to the report #113: Reported-by: Eulgyu Kim Reported-by: Jaeyoung Chung total: 0 errors, 1 warnings, 0 checks, 31 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/patch/14774781.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. [11/16] Bluetooth: L2CAP: hold chan in l2cap_ecred_conn_rsp() WARNING: Assisted-by expects 'AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]' format #104: Assisted-by: deepseek-v4-flash total: 0 errors, 1 warnings, 0 checks, 29 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/patch/14774789.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. [12/16] Bluetooth: L2CAP: annotate locking for l2cap_chan_del() ERROR: "foo * bar" should be "foo *bar" #156: FILE: include/net/bluetooth/l2cap.h:657: + int (*recv) (struct l2cap_chan * chan, WARNING: Unnecessary space before function pointer arguments #156: FILE: include/net/bluetooth/l2cap.h:657: + int (*recv) (struct l2cap_chan * chan, WARNING: Unnecessary space before function pointer arguments #158: FILE: include/net/bluetooth/l2cap.h:659: + void (*teardown) (struct l2cap_chan *chan, int err) WARNING: Unnecessary space before function pointer arguments #160: FILE: include/net/bluetooth/l2cap.h:661: + void (*close) (struct l2cap_chan *chan); WARNING: Unnecessary space before function pointer arguments #161: FILE: include/net/bluetooth/l2cap.h:662: + void (*state_change) (struct l2cap_chan *chan, WARNING: Unnecessary space before function pointer arguments #163: FILE: include/net/bluetooth/l2cap.h:664: + void (*ready) (struct l2cap_chan *chan) WARNING: Unnecessary space before function pointer arguments #166: FILE: include/net/bluetooth/l2cap.h:667: + void (*defer) (struct l2cap_chan *chan); WARNING: Unnecessary space before function pointer arguments #167: FILE: include/net/bluetooth/l2cap.h:668: + void (*resume) (struct l2cap_chan *chan); WARNING: Unnecessary space before function pointer arguments #168: FILE: include/net/bluetooth/l2cap.h:669: + void (*suspend) (struct l2cap_chan *chan); WARNING: Unnecessary space before function pointer arguments #169: FILE: include/net/bluetooth/l2cap.h:670: + void (*set_shutdown) (struct l2cap_chan *chan); WARNING: Unnecessary space before function pointer arguments #170: FILE: include/net/bluetooth/l2cap.h:671: + long (*get_sndtimeo) (struct l2cap_chan *chan); WARNING: Unnecessary space before function pointer arguments #171: FILE: include/net/bluetooth/l2cap.h:672: + struct pid *(*get_peer_pid) (struct l2cap_chan *chan); WARNING: Unnecessary space before function pointer arguments #172: FILE: include/net/bluetooth/l2cap.h:673: + struct sk_buff *(*alloc_skb) (struct l2cap_chan *chan, ERROR: "foo * bar" should be "foo *bar" #175: FILE: include/net/bluetooth/l2cap.h:676: + int (*filter) (struct l2cap_chan * chan, WARNING: Unnecessary space before function pointer arguments #175: FILE: include/net/bluetooth/l2cap.h:676: + int (*filter) (struct l2cap_chan * chan, total: 2 errors, 13 warnings, 0 checks, 272 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/patch/14774790.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. [13/16] Bluetooth: L2CAP: annotate locking for l2cap_ops callbacks WARNING: Unnecessary space before function pointer arguments #118: FILE: include/net/bluetooth/l2cap.h:663: + void (*close) (struct l2cap_chan *chan) WARNING: Unnecessary space before function pointer arguments #127: FILE: include/net/bluetooth/l2cap.h:671: + void (*resume) (struct l2cap_chan *chan) WARNING: Unnecessary space before function pointer arguments #131: FILE: include/net/bluetooth/l2cap.h:674: + void (*set_shutdown) (struct l2cap_chan *chan) total: 0 errors, 3 warnings, 0 checks, 37 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/patch/14774791.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. [16/16] Bluetooth: L2CAP: refuse __l2cap_chan_add if chan already has conn WARNING: Assisted-by expects 'AGENT_NAME:MODEL_VERSION [TOOL1] [TOOL2]' format #121: Assisted-by: deepseek-4-flash # finding the race condition total: 0 errors, 1 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/patch/14774794.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: CheckKernelLLVM - SKIP Desc: Build kernel with LLVM + context analysis Output: Clang not found https://github.com/bluez/bluetooth-next/pull/664 --- Regards, Linux Bluetooth