diff mbox series

[BlueZ,v2,1/8] client/mgmt: Add missing settings strings

Message ID 20240201191016.1122194-1-luiz.dentz@gmail.com
State Superseded
Headers show
Series [BlueZ,v2,1/8] client/mgmt: Add missing settings strings | expand

Commit Message

Luiz Augusto von Dentz Feb. 1, 2024, 7:10 p.m. UTC
From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>

This adds "iso-broadcaster" and "sync-receiver" which were missing.
---
 client/mgmt.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

bluez.test.bot@gmail.com Feb. 1, 2024, 9:51 p.m. UTC | #1
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=822251

---Test result---

Test Summary:
CheckPatch                    FAIL      3.56 seconds
GitLint                       FAIL      2.70 seconds
BuildEll                      PASS      24.43 seconds
BluezMake                     PASS      722.71 seconds
MakeCheck                     PASS      11.91 seconds
MakeDistcheck                 PASS      166.66 seconds
CheckValgrind                 PASS      230.68 seconds
CheckSmatch                   PASS      336.62 seconds
bluezmakeextell               PASS      109.02 seconds
IncrementalBuild              PASS      5507.46 seconds
ScanBuild                     PASS      954.89 seconds

Details
##############################
Test: CheckPatch - FAIL
Desc: Run checkpatch.pl script
Output:
[BlueZ,v2,5/8] bap: Fix crash when a broadcast strean setup is pending
WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#103: 
bluetoothd[37]: #1  g_logv+0x270 (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557e3120]

/github/workspace/src/src/13541679.patch total: 0 errors, 1 warnings, 27 lines checked

NOTE: For some of the reported defects, checkpatch may be able to
      mechanically convert to the typical style using --fix or --fix-inplace.

/github/workspace/src/src/13541679.patch has style problems, please review.

NOTE: Ignored message types: COMMIT_MESSAGE COMPLEX_MACRO CONST_STRUCT FILE_PATH_CHANGES MISSING_SIGN_OFF PREFER_PACKED SPDX_LICENSE_TAG SPLIT_STRING SSCANF_TO_KSTRTO

NOTE: If any of the errors are false positives, please report
      them to the maintainer, see CHECKPATCH in MAINTAINERS.


##############################
Test: GitLint - FAIL
Desc: Run gitlint
Output:
[BlueZ,v2,5/8] bap: Fix crash when a broadcast strean setup is pending

WARNING: I3 - ignore-body-lines: gitlint will be switching from using Python regex 'match' (match beginning) to 'search' (match anywhere) semantics. Please review your ignore-body-lines.regex option accordingly. To remove this warning, set general.regex-style-search=True. More details: https://jorisroovers.github.io/gitlint/configuration/#regex-style-search
11: B1 Line exceeds max length (86>80): "bluetoothd[37]: #1  g_logv+0x270 (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557e3120]"
12: B1 Line exceeds max length (84>80): "bluetoothd[37]: #2  g_log+0x93 (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557e3403]"
13: B1 Line exceeds max length (108>80): "bluetoothd[37]: #3  g_io_channel_error_from_errno+0x4a (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557cd9da]"
14: B1 Line exceeds max length (94>80): "bluetoothd[37]: #4  g_io_unix_close+0x53 (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb55839d53]"
15: B1 Line exceeds max length (101>80): "bluetoothd[37]: #5  g_io_channel_shutdown+0x10f (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557cdf7f]"
16: B1 Line exceeds max length (97>80): "bluetoothd[37]: #6  g_io_channel_unref+0x39 (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557ce1e9]"
17: B1 Line exceeds max length (103>80): "bluetoothd[37]: #7  g_source_unref_internal+0x24f (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557db79f]"
18: B1 Line exceeds max length (103>80): "bluetoothd[37]: #8  g_main_context_dispatch+0x288 (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557dd638]"
19: B1 Line exceeds max length (109>80): "bluetoothd[37]: #9  g_main_context_iterate.isra.0+0x318 (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb5583b6b8]"
20: B1 Line exceeds max length (94>80): "bluetoothd[37]: #10 g_main_loop_run+0x7f (/usr/lib64/libglib-2.0.so.0.7600.6) [0x7feb557dcaff]"
22: B1 Line exceeds max length (96>80): "bluetoothd[37]: #12 mainloop_run_with_signal+0x128 (src/shared/mainloop-notify.c:190) [0x663368]"
24: B1 Line exceeds max length (87>80): "bluetoothd[37]: #14 __libc_start_call_main+0x7a (/usr/lib64/libc.so.6) [0x7feb54e1fb8a]"
25: B1 Line exceeds max length (94>80): "bluetoothd[37]: #15 __libc_start_main@@GLIBC_2.34+0x8b (/usr/lib64/libc.so.6) [0x7feb54e1fc4b]"


---
Regards,
Linux Bluetooth
patchwork-bot+bluetooth@kernel.org Feb. 2, 2024, 3:20 p.m. UTC | #2
Hello:

This series was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <luiz.von.dentz@intel.com>:

On Thu,  1 Feb 2024 14:10:09 -0500 you wrote:
> From: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
> 
> This adds "iso-broadcaster" and "sync-receiver" which were missing.
> ---
>  client/mgmt.c | 2 ++
>  1 file changed, 2 insertions(+)

Here is the summary with links:
  - [BlueZ,v2,1/8] client/mgmt: Add missing settings strings
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=17623000ef46
  - [BlueZ,v2,2/8] bap: Fix passing ep instead of setup to config_cb
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=17c1a9b49490
  - [BlueZ,v2,3/8] device: Don't remove object if a service is connecting
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=59bf065b6279
  - [BlueZ,v2,4/8] shared/bap: Allow using bt_bap_attach for broadcast
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b983c31d4a76
  - [BlueZ,v2,5/8] bap: Fix crash when a broadcast strean setup is pending
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=75095a9901f8
  - [BlueZ,v2,6/8] shared/bap: Fix not being able to reconfigure Broadcast Source
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=b4aae7f3d92b
  - [BlueZ,v2,7/8] transport: Fix crash when disable bcast stream
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=8527a218d9b5
  - [BlueZ,v2,8/8] shared/bap: Make broadcast disable and release more consistent
    https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=d14e0b5ef150

You are awesome, thank you!
diff mbox series

Patch

diff --git a/client/mgmt.c b/client/mgmt.c
index 62167727c1c0..44bf4d2019ea 100644
--- a/client/mgmt.c
+++ b/client/mgmt.c
@@ -359,6 +359,8 @@  static const char *settings_str[] = {
 				"wide-band-speech",
 				"cis-central",
 				"cis-peripheral",
+				"iso-broadcaster",
+				"sync-receiver"
 };
 
 static const char *settings2str(uint32_t settings)