Skip to content

Conversation

@BluezTestBot
Copy link
Owner

  1. Implementing the LE Event Mask to include events required for
    LE Channel Sounding.
  2. Enabling the Channel Sounding feature bit in the
    LE Host Supported Features command.
  3. Defining HCI command and event structures necessary for
    LE Channel Sounding functionality.

Signed-off-by: Naga Bhavani Akella naga.akella@oss.qualcomm.com

include/net/bluetooth/hci.h | 323 +++++++++++++++++++++++++++++++
include/net/bluetooth/hci_core.h | 6 +
net/bluetooth/hci_sync.c | 15 ++
3 files changed, 344 insertions(+)

tedd-an and others added 2 commits December 15, 2025 18:36
This patch adds workflow files for ci:

[sync.yml]
 - The workflow file for scheduled work
 - Sync the repo with upstream repo and rebase the workflow branch
 - Review the patches in the patchwork and creates the PR if needed

[ci.yml]
 - The workflow file for CI tasks
 - Run CI tests when PR is created

Signed-off-by: Tedd Ho-Jeong An <tedd.an@intel.com>
…required HCI command/event structures.

1. Implementing the LE Event Mask to include events required for
   LE Channel Sounding.
2. Enabling the Channel Sounding feature bit in the
   LE Host Supported Features command.
3. Defining HCI command and event structures necessary for
   LE Channel Sounding functionality.

Signed-off-by: Naga Bhavani Akella <naga.akella@oss.qualcomm.com>
@github-actions
Copy link

CheckPatch
Desc: Run checkpatch.pl script
Duration: 0.33 seconds
Result: PENDING

@github-actions
Copy link

GitLint
Desc: Run gitlint
Duration: 0.33 seconds
Result: PENDING

@github-actions
Copy link

SubjectPrefix
Desc: Check subject contains "Bluetooth" prefix
Duration: 0.11 seconds
Result: PASS

@github-actions
Copy link

BuildKernel
Desc: Build Kernel for Bluetooth
Duration: 9.57 seconds
Result: FAIL
Output:


In file included from ./include/net/bluetooth/hci_core.h:35,
                 from drivers/bluetooth/hci_vhci.c:28:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/bnep/core.c:36:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/core.c:34:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/hidp/core.c:31:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [scripts/Makefile.build:287: drivers/bluetooth/hci_vhci.o] Error 1
make[3]: *** [scripts/Makefile.build:556: drivers/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: drivers] Error 2
make[2]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/bnep/core.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/bnep] Error 2
make[4]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/hidp/core.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/hidp] Error 2
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/core.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/tty.c:35:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/tty.o] Error 1
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/sock.c:33:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/sock.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[1]: *** [/github/workspace/src/src/Makefile:2010: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2

@github-actions
Copy link

CheckAllWarning
Desc: Run linux kernel with all warning enabled
Duration: 11.02 seconds
Result: FAIL
Output:


In file included from ./include/net/bluetooth/hci_core.h:35,
                 from drivers/bluetooth/hci_vhci.c:28:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/bnep/core.c:36:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/core.c:34:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/hidp/core.c:31:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [scripts/Makefile.build:287: drivers/bluetooth/hci_vhci.o] Error 1
make[3]: *** [scripts/Makefile.build:556: drivers/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: drivers] Error 2
make[2]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/bnep/core.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/bnep] Error 2
make[4]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/hidp/core.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/core.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/sock.c:33:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/sock.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/hidp] Error 2
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[1]: *** [/github/workspace/src/src/Makefile:2010: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2

@github-actions
Copy link

CheckSparse
Desc: Run sparse tool with linux kernel
Duration: 11.07 seconds
Result: FAIL
Output:


In file included from ./include/net/bluetooth/hci_core.h:35,
                 from drivers/bluetooth/hci_vhci.c:28:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/bnep/core.c:36:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/core.c:34:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/hidp/core.c:31:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [scripts/Makefile.build:287: drivers/bluetooth/hci_vhci.o] Error 1
make[3]: *** [scripts/Makefile.build:556: drivers/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: drivers] Error 2
make[2]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/bnep/core.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/hidp/core.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/hidp] Error 2
make[4]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/core.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/tty.c:35:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/tty.o] Error 1
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/sock.c:33:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/sock.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/bnep] Error 2
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[1]: *** [/github/workspace/src/src/Makefile:2010: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2

@github-actions
Copy link

BuildKernel32
Desc: Build 32bit Kernel for Bluetooth
Duration: 9.40 seconds
Result: FAIL
Output:


In file included from ./include/net/bluetooth/hci_core.h:35,
                 from drivers/bluetooth/hci_vhci.c:28:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/bnep/core.c:36:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/core.c:34:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/hidp/core.c:31:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [scripts/Makefile.build:287: drivers/bluetooth/hci_vhci.o] Error 1
make[3]: *** [scripts/Makefile.build:556: drivers/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: drivers] Error 2
make[2]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/bnep/core.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/bnep] Error 2
make[4]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/hidp/core.o] Error 1
make[5]: *** Waiting for unfinished jobs....
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/core.o] Error 1
make[5]: *** Waiting for unfinished jobs....
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/sock.c:33:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/sock.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/hidp] Error 2
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[1]: *** [/github/workspace/src/src/Makefile:2010: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2

@github-actions
Copy link

TestRunnerSetup
Desc: Setup kernel and bluez for test-runner
Duration: 507.77 seconds
Result: FAIL
Output:

Kernel: 
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from net/bluetooth/rfcomm/core.c:34:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[5]: *** [scripts/Makefile.build:287: net/bluetooth/rfcomm/core.o] Error 1
make[4]: *** [scripts/Makefile.build:556: net/bluetooth/rfcomm] Error 2
make[3]: *** [scripts/Makefile.build:556: net/bluetooth] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [scripts/Makefile.build:556: net] Error 2
make[2]: *** Waiting for unfinished jobs....
In file included from ./include/net/bluetooth/hci_core.h:35,
                 from drivers/bluetooth/hci_vhci.c:28:
./include/net/bluetooth/hci.h:2430:8: error: redefinition of ‘struct hci_cp_le_cs_set_proc_param’
 2430 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
./include/net/bluetooth/hci.h:2407:8: note: originally defined here
 2407 | struct hci_cp_le_cs_set_proc_param {
      |        ^~~~~~~~~~~~~~~~~~~~~~~~~~~
make[4]: *** [scripts/Makefile.build:287: drivers/bluetooth/hci_vhci.o] Error 1
make[3]: *** [scripts/Makefile.build:556: drivers/bluetooth] Error 2
make[3]: *** Waiting for unfinished jobs....
make[2]: *** [scripts/Makefile.build:556: drivers] Error 2
make[1]: *** [/github/workspace/src/src/Makefile:2010: .] Error 2
make: *** [Makefile:248: __sub-make] Error 2

@github-actions
Copy link

TestRunner_l2cap-tester
Desc: Run l2cap-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_iso-tester
Desc: Run iso-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_bnep-tester
Desc: Run bnep-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_mgmt-tester
Desc: Run mgmt-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_rfcomm-tester
Desc: Run rfcomm-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_sco-tester
Desc: Run sco-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_ioctl-tester
Desc: Run ioctl-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_mesh-tester
Desc: Run mesh-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_smp-tester
Desc: Run smp-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

TestRunner_userchan-tester
Desc: Run userchan-tester with test-runner
Duration: 0.14 seconds
Result: FAIL
Output:


Could not access KVM kernel module: No such file or directory
qemu-system-x86_64: failed to initialize KVM: No such file or directory
qemu-system-x86_64: Back to tcg accelerator
qemu: could not open kernel file '/github/workspace/src/src/arch/x86/boot/bzImage': No such file or directory

@github-actions
Copy link

IncrementalBuild
Desc: Incremental build with the patches in the series
Duration: 0.60 seconds
Result: PENDING

@github-actions github-actions bot force-pushed the workflow branch 5 times, most recently from 8eabaf6 to b7ba526 Compare December 22, 2025 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants