* [bluez/bluez] 247044: tester.config: add missing CRYPTO_AES
@ 2026-05-21 14:30 michael kong
0 siblings, 0 replies; only message in thread
From: michael kong @ 2026-05-21 14:30 UTC (permalink / raw)
To: linux-bluetooth
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2026-05-21 14:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-05-21 14:30 [bluez/bluez] 247044: tester.config: add missing CRYPTO_AES michael kong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox