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=653346 ---Test result--- Test Summary: CheckPatch FAIL 3.12 seconds GitLint PASS 2.26 seconds SubjectPrefix PASS 1.98 seconds BuildKernel PASS 32.24 seconds BuildKernel32 PASS 28.83 seconds Incremental Build with patchesPASS 46.96 seconds TestRunner: Setup PASS 479.27 seconds TestRunner: l2cap-tester PASS 17.47 seconds TestRunner: bnep-tester PASS 6.18 seconds TestRunner: mgmt-tester PASS 102.90 seconds TestRunner: rfcomm-tester PASS 9.68 seconds TestRunner: sco-tester PASS 9.51 seconds TestRunner: smp-tester PASS 9.47 seconds TestRunner: userchan-tester PASS 6.41 seconds Details ############################## Test: CheckPatch - FAIL - 3.12 seconds Run checkpatch.pl script with rule in .checkpatch.conf [v2,1/2] Bluetooth: Add support for devcoredump\Traceback (most recent call last): File "scripts/spdxcheck.py", line 6, in <module> from ply import lex, yacc ModuleNotFoundError: No module named 'ply' WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #130: new file mode 100644 WARNING:SPDX_LICENSE_TAG: Improper SPDX comment style for 'include/net/bluetooth/coredump.h', please use '/*' instead #135: FILE: include/net/bluetooth/coredump.h:1: +// SPDX-License-Identifier: GPL-2.0-only WARNING:SPDX_LICENSE_TAG: Missing or malformed SPDX-License-Identifier tag in line 1 #135: FILE: include/net/bluetooth/coredump.h:1: +// SPDX-License-Identifier: GPL-2.0-only WARNING:SPLIT_STRING: quoted string split across lines #585: FILE: net/bluetooth/coredump.c:300: + "Devcoredump complete with size %u " + "(expect %u)", WARNING:SPLIT_STRING: quoted string split across lines #604: FILE: net/bluetooth/coredump.c:319: + "Devcoredump aborted with size %u " + "(expect %u)", WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #687: FILE: net/bluetooth/coredump.c:402: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump init"); WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #730: FILE: net/bluetooth/coredump.c:445: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump pattern"); WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #756: FILE: net/bluetooth/coredump.c:471: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump complete"); WARNING:OOM_MESSAGE: Possible unnecessary 'out of memory' message #778: FILE: net/bluetooth/coredump.c:493: + if (!skb) { + bt_dev_err(hdev, "Failed to allocate devcoredump abort"); total: 0 errors, 9 warnings, 0 checks, 669 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/12893145.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. --- Regards, Linux Bluetooth