Linux bluetooth development
 help / color / mirror / Atom feed
From: michael kong <noreply@github.com>
To: linux-bluetooth@vger.kernel.org
Subject: [bluez/bluez] 247044: tester.config: add missing CRYPTO_AES
Date: Thu, 21 May 2026 07:30:35 -0700	[thread overview]
Message-ID: <bluez/bluez/push/refs/heads/master/757cd9-d167d3@github.com> (raw)

  Branch: refs/heads/master
  Home:   https://github.com/bluez/bluez
  Commit: 2470448ed9d7ddff2347215a91b28de3a4565b0c
      https://github.com/bluez/bluez/commit/2470448ed9d7ddff2347215a91b28de3a4565b0c
  Author: Pauli Virtanen <pav@iki.fi>
  Date:   2026-05-19 (Tue, 19 May 2026)

  Changed paths:
    M doc/ci.config
    M doc/test-runner.rst
    M doc/tester.config

  Log Message:
  -----------
  tester.config: add missing CRYPTO_AES

Kernel commit 4a1507625b0 ("Bluetooth: SMP: Use AES-CMAC library
API") removed CRYPTO_AES from the default Bluetooth kernel config.

This causes Bluetooth testbots to fail silently with "Not Run" status:

Basic Framework - Success - init
  Read Index List callback
    Status: 0x00
Bluetooth: hci0: Opcode 0x0c03 failed: -110
Bluetooth: hci0: Opcode 0x0c03 failed: -110
  hciemu: Failed to open vhci
  Failed to setup HCI emulation
Basic Framework - Success - pre setup failed
Basic Framework - Success - done
...
SCO CVSD Listen Send - Success                       Not Run
Total: 30, Passed: 0 (0.0%), Failed: 0, Not Run: 30

Fix by explicitly requiring CRYPTO_AES.


  Commit: 0e55974d713b699166fe56f11974e8520596076b
      https://github.com/bluez/bluez/commit/0e55974d713b699166fe56f11974e8520596076b
  Author: Frédéric Danis <frederic.danis@collabora.com>
  Date:   2026-05-19 (Tue, 19 May 2026)

  Changed paths:
    M client/btpclient/bap.c
    M client/btpclient/btpclient.c
    M client/btpclient/btpclient.h
    M client/btpclient/core.c
    M client/btpclient/gap.c
    M client/btpclient/gatt.c

  Log Message:
  -----------
  client/btpclient: refactor read-commands bitmap building

Add add_supported_command() and use it across all btp_*_read_commands
handlers.

This replaces fixed-size bitmask assembly with a dynamically growing
command bitmap based on opcode index, avoiding shift-width issues with
higher opcodes.
This will allow to add opcodes like GAP_SET_EXTENDED_ADVERTISING
(0x21).

Refactor core, gap, gatt and bap read-commands paths to build response
bitmaps through the shared helper and preserve existing error handling
for allocation failures.

Assisted-by: GPT:GPT-5.3-Codex


  Commit: 9074d38c5fed33cd6b611b9663f600c4f68bb741
      https://github.com/bluez/bluez/commit/9074d38c5fed33cd6b611b9663f600c4f68bb741
  Author: Frédéric Danis <frederic.danis@collabora.com>
  Date:   2026-05-19 (Tue, 19 May 2026)

  Changed paths:
    M client/btpclient/gap.c

  Log Message:
  -----------
  client/btpclient: Replace advertising defines by shared ones

The advertisement types are already defined in src/shared/ad.h


  Commit: 588a0267d8fabf146a0f35c85f30e06394fb526f
      https://github.com/bluez/bluez/commit/588a0267d8fabf146a0f35c85f30e06394fb526f
  Author: Frédéric Danis <frederic.danis@collabora.com>
  Date:   2026-05-19 (Tue, 19 May 2026)

  Changed paths:
    M client/btpclient/gap.c
    M src/shared/btp.h

  Log Message:
  -----------
  client/btpclient: Add BTP_OP_GAP_SET_EXTENDED_ADVERTISING support

This set LEAdvertisement1's SecondaryChannel property to "2M" to
force Extended advertisement type.


  Commit: 29fb17c909a0998b09aaee1dc0fb6163bd2619cb
      https://github.com/bluez/bluez/commit/29fb17c909a0998b09aaee1dc0fb6163bd2619cb
  Author: michael_kong <kx960506@163.com>
  Date:   2026-05-21 (Thu, 21 May 2026)

  Changed paths:
    M src/shared/bap.c

  Log Message:
  -----------
  shared/bap: Fix unused value in qos

In bt_bap_parse_base, PresentationDelay is parsed but not written to QoS.


  Commit: fd25b4b1e5968a68ab9e9ef626c25d9cb4c24241
      https://github.com/bluez/bluez/commit/fd25b4b1e5968a68ab9e9ef626c25d9cb4c24241
  Author: michael_kong <kx960506@163.com>
  Date:   2026-05-21 (Thu, 21 May 2026)

  Changed paths:
    M profiles/audio/transport.c

  Log Message:
  -----------
  transport: Add support for obtaining PresentationDelay in broadcast QoS


  Commit: d167d3409e94440da7fb021d7d6d4601b65a83b5
      https://github.com/bluez/bluez/commit/d167d3409e94440da7fb021d7d6d4601b65a83b5
  Author: michael_kong <kx960506@163.com>
  Date:   2026-05-21 (Thu, 21 May 2026)

  Changed paths:
    M doc/btmon-le-audio.rst

  Log Message:
  -----------
  doc: Fix Data Path direction in btmon-le-audio.rst

The Data Path direction 0x01 should be Output (Controller to Host).


Compare: https://github.com/bluez/bluez/compare/757cd98f4186...d167d3409e94

To unsubscribe from these emails, change your notification settings at https://github.com/bluez/bluez/settings/notifications

                 reply	other threads:[~2026-05-21 14:30 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=bluez/bluez/push/refs/heads/master/757cd9-d167d3@github.com \
    --to=noreply@github.com \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox