Message ID | 20240614133024.1299311-1-arkadiusz.bokowy@gmail.com (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | [BlueZ] shared/util: Update SDO defined UUIDs | expand |
Context | Check | Description |
---|---|---|
tedd_an/pre-ci_am | success | Success |
tedd_an/CheckPatch | warning | WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #91: https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf /github/workspace/src/src/13698701.patch total: 0 errors, 1 warnings, 26 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/13698701.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. |
tedd_an/GitLint | fail | 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 4: B1 Line exceeds max length (114>80): "https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf" |
tedd_an/BuildEll | success | Build ELL PASS |
tedd_an/BluezMake | success | Bluez Make PASS |
tedd_an/MakeCheck | success | Bluez Make Check PASS |
tedd_an/MakeDistcheck | success | Make Distcheck PASS |
tedd_an/CheckValgrind | success | Check Valgrind PASS |
tedd_an/CheckSmatch | success | CheckSparse PASS |
tedd_an/bluezmakeextell | success | Make External ELL PASS |
tedd_an/IncrementalBuild | success | Incremental Build PASS |
tedd_an/ScanBuild | success | Scan Build PASS |
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=862085 ---Test result--- Test Summary: CheckPatch FAIL 0.65 seconds GitLint FAIL 0.51 seconds BuildEll PASS 24.55 seconds BluezMake PASS 1660.46 seconds MakeCheck PASS 13.52 seconds MakeDistcheck PASS 176.12 seconds CheckValgrind PASS 251.96 seconds CheckSmatch PASS 354.20 seconds bluezmakeextell PASS 119.26 seconds IncrementalBuild PASS 1417.18 seconds ScanBuild PASS 990.64 seconds Details ############################## Test: CheckPatch - FAIL Desc: Run checkpatch.pl script Output: [BlueZ] shared/util: Update SDO defined UUIDs WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #91: https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf /github/workspace/src/src/13698701.patch total: 0 errors, 1 warnings, 26 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/13698701.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] shared/util: Update SDO defined UUIDs 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 4: B1 Line exceeds max length (114>80): "https://www.bluetooth.com/wp-content/uploads/Files/Specification/HTML/Assigned_Numbers/out/en/Assigned_Numbers.pdf" --- Regards, Linux Bluetooth
diff --git a/src/shared/util.c b/src/shared/util.c index ee59b94a0..98bf1a178 100644 --- a/src/shared/util.c +++ b/src/shared/util.c @@ -1566,9 +1566,23 @@ static const struct { { 0xfd60, "Sercomm Corporation" }, { 0xfd5f, "Oculus VR, LLC" }, /* SDO defined */ - { 0xfffc, "AirFuel Alliance" }, - { 0xfffe, "Alliance for Wireless Power (A4WP)" }, - { 0xfffd, "Fast IDentity Online Alliance (FIDO)" }, + { 0xfccc, "Wi-Fi Easy Connect Specification Service" }, + { 0xffef, "Wi-Fi Direct Specification Service" }, + { 0xfff0, "Public Key Open Credential (PKOC) Service" }, + { 0xfff1, "ICCE Digital Key Service" }, + { 0xfff2, "Aliro Service" }, + { 0xfff3, "FiRa Consortium Service" }, + { 0xfff4, "FiRa Consortium Service" }, + { 0xfff5, "Car Connectivity Consortium, LLC Service" }, + { 0xfff6, "Matter Profile ID Service" }, + { 0xfff7, "Zigbee Direct Service" }, + { 0xfff8, "Mopria Alliance BLE Service" }, + { 0xfff9, "FIDO2 Secure Client-To-Authenticator Transport Service" }, + { 0xfffa, "ASTM Remote ID Service" }, + { 0xfffb, "Direct Thread Commissioning Service" }, + { 0xfffc, "Wireless Power Transfer (WPT) Service" }, + { 0xfffd, "Universal Second Factor Authenticator Service" }, + { 0xfffe, "Wireless Power Transfer Service" }, { } };