From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, johan@kernel.org
Subject: RE: Bluetooth: rfcomm: fix modem control handling
Date: Thu, 23 Oct 2025 05:50:18 -0700 (PDT) [thread overview]
Message-ID: <68fa248a.020a0220.229540.044f@mx.google.com> (raw)
In-Reply-To: <20251023120127.5274-1-johan@kernel.org>
[-- Attachment #1: Type: text/plain, Size: 7301 bytes --]
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=1014979
---Test result---
Test Summary:
CheckPatch PENDING 0.38 seconds
GitLint PENDING 0.28 seconds
SubjectPrefix PASS 0.08 seconds
BuildKernel FAIL 17.72 seconds
CheckAllWarning FAIL 19.38 seconds
CheckSparse FAIL 21.16 seconds
BuildKernel32 FAIL 16.88 seconds
TestRunnerSetup PASS 488.31 seconds
TestRunner_l2cap-tester PASS 23.91 seconds
TestRunner_iso-tester FAIL 60.16 seconds
TestRunner_bnep-tester PASS 6.34 seconds
TestRunner_mgmt-tester FAIL 125.50 seconds
TestRunner_rfcomm-tester PASS 9.36 seconds
TestRunner_sco-tester PASS 14.47 seconds
TestRunner_ioctl-tester PASS 10.09 seconds
TestRunner_mesh-tester FAIL 11.36 seconds
TestRunner_smp-tester PASS 8.45 seconds
TestRunner_userchan-tester PASS 6.38 seconds
IncrementalBuild PENDING 1.07 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: BuildKernel - FAIL
Desc: Build Kernel for Bluetooth
Output:
net/bluetooth/rfcomm/tty.c: In function ‘rfcomm_tty_tiocmget’:
net/bluetooth/rfcomm/tty.c:1062:30: error: ‘dlc’ undeclared (first use in this function)
1062 | rfcomm_dlc_get_modem_status(dlc, &v24_sig);
| ^~~
net/bluetooth/rfcomm/tty.c:1062:30: note: each undeclared identifier is reported only once for each function it appears in
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/tty.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2011: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: CheckAllWarning - FAIL
Desc: Run linux kernel with all warning enabled
Output:
net/bluetooth/rfcomm/tty.c: In function ‘rfcomm_tty_tiocmget’:
net/bluetooth/rfcomm/tty.c:1062:30: error: ‘dlc’ undeclared (first use in this function)
1062 | rfcomm_dlc_get_modem_status(dlc, &v24_sig);
| ^~~
net/bluetooth/rfcomm/tty.c:1062:30: note: each undeclared identifier is reported only once for each function it appears in
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/tty.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2011: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: CheckSparse - FAIL
Desc: Run sparse tool with linux kernel
Output:
net/bluetooth/rfcomm/tty.c: In function ‘rfcomm_tty_tiocmget’:
net/bluetooth/rfcomm/tty.c:1062:30: error: ‘dlc’ undeclared (first use in this function)
1062 | rfcomm_dlc_get_modem_status(dlc, &v24_sig);
| ^~~
net/bluetooth/rfcomm/tty.c:1062:30: note: each undeclared identifier is reported only once for each function it appears in
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/tty.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[4]: *** Waiting for unfinished jobs....
net/bluetooth/af_bluetooth.c:248:25: warning: context imbalance in 'bt_accept_enqueue' - different lock contexts for basic block
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[2]: *** Waiting for unfinished jobs....
drivers/bluetooth/hci_ag6xx.c:257:24: warning: restricted __le32 degrades to integer
drivers/bluetooth/hci_mrvl.c:170:23: warning: restricted __le16 degrades to integer
drivers/bluetooth/hci_mrvl.c:203:23: warning: restricted __le16 degrades to integer
drivers/bluetooth/hci_nokia.c:279:23: warning: incorrect type in assignment (different base types)
drivers/bluetooth/hci_nokia.c:279:23: expected unsigned short [usertype] baud
drivers/bluetooth/hci_nokia.c:279:23: got restricted __le16 [usertype]
drivers/bluetooth/hci_nokia.c:282:26: warning: incorrect type in assignment (different base types)
drivers/bluetooth/hci_nokia.c:282:26: expected unsigned short [usertype] sys_clk
drivers/bluetooth/hci_nokia.c:282:26: got restricted __le16 [usertype]
make[1]: *** [/github/workspace/src/src/Makefile:2011: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: BuildKernel32 - FAIL
Desc: Build 32bit Kernel for Bluetooth
Output:
net/bluetooth/rfcomm/tty.c: In function ‘rfcomm_tty_tiocmget’:
net/bluetooth/rfcomm/tty.c:1062:30: error: ‘dlc’ undeclared (first use in this function)
1062 | rfcomm_dlc_get_modem_status(dlc, &v24_sig);
| ^~~
net/bluetooth/rfcomm/tty.c:1062:30: note: each undeclared identifier is reported only once for each function it appears in
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/tty.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[4]: *** Waiting for unfinished jobs....
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [/github/workspace/src/src/Makefile:2011: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2
##############################
Test: TestRunner_iso-tester - FAIL
Desc: Run iso-tester with test-runner
Output:
No test result found
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 490, Passed: 483 (98.6%), Failed: 3, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.105 seconds
LL Privacy - Add Device 2 (2 Devices to AL) Failed 0.182 seconds
LL Privacy - Set Flags 2 (Enable RL) Failed 0.154 seconds
##############################
Test: TestRunner_mesh-tester - FAIL
Desc: Run mesh-tester with test-runner
Output:
Total: 10, Passed: 8 (80.0%), Failed: 2, Not Run: 0
Failed Test Cases
Mesh - Send cancel - 1 Timed out 1.878 seconds
Mesh - Send cancel - 2 Timed out 1.996 seconds
##############################
Test: IncrementalBuild - PENDING
Desc: Incremental build with the patches in the series
Output:
---
Regards,
Linux Bluetooth
prev parent reply other threads:[~2025-10-23 12:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-10-23 12:01 [PATCH] Bluetooth: rfcomm: fix modem control handling Johan Hovold
2025-10-23 12:50 ` bluez.test.bot [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=68fa248a.020a0220.229540.044f@mx.google.com \
--to=bluez.test.bot@gmail.com \
--cc=johan@kernel.org \
--cc=linux-bluetooth@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.