From: bluez.test.bot@gmail.com
To: linux-bluetooth@vger.kernel.org, neeraj.sanjaykale@nxp.com
Subject: RE: Bluetooth: btnxpuart: Add secure interface support for NXP chipsets
Date: Tue, 13 Jan 2026 00:46:07 -0800 (PST) [thread overview]
Message-ID: <6966064f.9d0a0220.2ffb04.5285@mx.google.com> (raw)
In-Reply-To: <20260113074718.2384043-2-neeraj.sanjaykale@nxp.com>
[-- Attachment #1: Type: text/plain, Size: 2595 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=1041603
---Test result---
Test Summary:
CheckPatch PENDING 0.46 seconds
GitLint PENDING 0.29 seconds
SubjectPrefix PASS 0.91 seconds
BuildKernel PASS 25.06 seconds
CheckAllWarning PASS 27.40 seconds
CheckSparse PASS 31.77 seconds
BuildKernel32 PASS 26.42 seconds
TestRunnerSetup PASS 547.48 seconds
TestRunner_l2cap-tester PASS 28.02 seconds
TestRunner_iso-tester PASS 99.03 seconds
TestRunner_bnep-tester PASS 8.37 seconds
TestRunner_mgmt-tester FAIL 122.75 seconds
TestRunner_rfcomm-tester PASS 10.62 seconds
TestRunner_sco-tester FAIL 15.84 seconds
TestRunner_ioctl-tester PASS 10.97 seconds
TestRunner_mesh-tester FAIL 13.42 seconds
TestRunner_smp-tester PASS 10.56 seconds
TestRunner_userchan-tester PASS 8.68 seconds
IncrementalBuild PENDING 0.65 seconds
Details
##############################
Test: CheckPatch - PENDING
Desc: Run checkpatch.pl script
Output:
##############################
Test: GitLint - PENDING
Desc: Run gitlint
Output:
##############################
Test: TestRunner_mgmt-tester - FAIL
Desc: Run mgmt-tester with test-runner
Output:
Total: 494, Passed: 489 (99.0%), Failed: 1, Not Run: 4
Failed Test Cases
Read Exp Feature - Success Failed 0.107 seconds
##############################
Test: TestRunner_sco-tester - FAIL
Desc: Run sco-tester with test-runner
Output:
WARNING: possible circular locking dependency detected
BUG: sleeping function called from invalid context at net/core/sock.c:3782
Total: 30, Passed: 30 (100.0%), Failed: 0, Not Run: 0
##############################
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.853 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
next prev parent reply other threads:[~2026-01-13 8:46 UTC|newest]
Thread overview: 23+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 7:47 [RESEND PATCH v2 00/11] Bluetooth: btnxpuart: Add secure interface support for NXP chipsets Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 01/11] Bluetooth: btnxpuart: Add firmware metadata parsing for secure interface Neeraj Sanjay Kale
2026-01-13 8:46 ` bluez.test.bot [this message]
2026-01-13 7:47 ` [PATCH v2 02/11] Bluetooth: btnxpuart: Print FW version and enable chip specific features Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 03/11] Bluetooth: btnxpuart: Add secure interface TLS authentication support Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 04/11] Bluetooth: btnxpuart: Implement TLS authentication crypto framework Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 05/11] Bluetooth: btnxpuart: Add TLS host hello handshake implementation Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 06/11] Bluetooth: btnxpuart: Add TLS device hello processing Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 07/11] Bluetooth: btnxpuart: Add device authentication Neeraj Sanjay Kale
2026-01-21 19:19 ` Marcel Holtmann
2026-01-13 7:47 ` [PATCH v2 08/11] Bluetooth: btnxpuart: Derive traffic keys from TLS 1.3 handshake Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 09/11] Bluetooth: btnxpuart: Add command encryption for sensitive HCI commands Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 10/11] Bluetooth: btnxpuart: Add encrypted event handling Neeraj Sanjay Kale
2026-01-13 7:47 ` [PATCH v2 11/11] Bluetooth: btnxpuart: Select crypto algorithms for secure interface Neeraj Sanjay Kale
2026-01-13 15:00 ` [RESEND PATCH v2 00/11] Bluetooth: btnxpuart: Add secure interface support for NXP chipsets Luiz Augusto von Dentz
2026-01-13 18:15 ` Luiz Augusto von Dentz
2026-01-14 9:19 ` [EXT] " Neeraj Sanjay Kale
2026-01-14 14:45 ` Luiz Augusto von Dentz
2026-01-16 9:49 ` Neeraj Sanjay Kale
2026-01-14 9:10 ` Neeraj Sanjay Kale
2026-01-21 19:21 ` Marcel Holtmann
-- strict thread matches above, loose matches on Subject: below --
2025-11-28 9:14 [PATCH v2 01/11] Bluetooth: btnxpuart: Add firmware metadata parsing for secure interface Neeraj Sanjay Kale
2025-11-28 10:02 ` Bluetooth: btnxpuart: Add secure interface support for NXP chipsets bluez.test.bot
2025-11-18 14:20 [PATCH v1 01/11] Bluetooth: btnxpuart: Add firmware metadata parsing for secure interface Neeraj Sanjay Kale
2025-11-18 15:07 ` Bluetooth: btnxpuart: Add secure interface support for NXP chipsets bluez.test.bot
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=6966064f.9d0a0220.2ffb04.5285@mx.google.com \
--to=bluez.test.bot@gmail.com \
--cc=linux-bluetooth@vger.kernel.org \
--cc=neeraj.sanjaykale@nxp.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox