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=784822
---Test result---
Test Summary:
CheckPatch PASS 0.91 seconds
GitLint PASS 0.37 seconds
SubjectPrefix PASS 0.14 seconds
BuildKernel PASS 33.48 seconds
CheckAllWarning WARNING 36.77 seconds
CheckSparse WARNING 41.98 seconds
CheckSmatch WARNING 116.36 seconds
BuildKernel32 PASS 32.39 seconds
TestRunnerSetup PASS 492.52 seconds
TestRunner_l2cap-tester PASS 29.93 seconds
TestRunner_iso-tester PASS 49.64 seconds
TestRunner_bnep-tester PASS 9.88 seconds
TestRunner_mgmt-tester PASS 225.79 seconds
TestRunner_rfcomm-tester PASS 15.15 seconds
TestRunner_sco-tester PASS 18.73 seconds
TestRunner_ioctl-tester PASS 16.71 seconds
TestRunner_mesh-tester PASS 12.59 seconds
TestRunner_smp-tester PASS 13.48 seconds
TestRunner_userchan-tester PASS 10.36 seconds
IncrementalBuild PASS 30.54 seconds
Details
##############################
Test: CheckAllWarning - WARNING
Desc: Run linux kernel with all warning enabled
Output:
net/bluetooth/hci_core.c: In function ‘hci_register_dev’:net/bluetooth/hci_core.c:2620:47: warning: ‘%d’ directive output may be truncated writing between 1 and 10 bytes into a region of size 5 [-Wformat-truncation=] 2620 | snprintf(hdev->name, sizeof(hdev->name), "hci%d", id); | ^~net/bluetooth/hci_core.c:2620:43: note: directive argument in the range [0, 2147483647] 2620 | snprintf(hdev->name, sizeof(hdev->name), "hci%d", id); | ^~~~~~~net/bluetooth/hci_core.c:2620:2: note: ‘snprintf’ output between 5 and 14 bytes into a destination of size 8 2620 | snprintf(hdev->name, sizeof(hdev->name), "hci%d", id); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
##############################
Test: CheckSparse - WARNING
Desc: Run sparse tool with linux kernel
Output:
net/bluetooth/hci_event.c: note: in included file (through include/net/bluetooth/hci_core.h):
##############################
Test: CheckSmatch - WARNING
Desc: Run smatch tool with source
Output:
net/bluetooth/hci_event.c: note: in included file (through include/net/bluetooth/hci_core.h):
---
Regards,
Linux Bluetooth