subsys: sdfw services: add device information service. #79747
Annotations
8 errors and 7 warnings
check-warns:
KconfigBasic.txt#L1
See https://docs.zephyrproject.org/latest/build/kconfig/tips.html for more details.
Undefined Kconfig symbols:
warning: undefined symbol WIFI_NM_WPA_SUPPLICANT_CRYPTO_EXT:
- Referenced at /home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf/subsys/net/lib/hostap_crypto/Kconfig:9:
choice WIFI_NM_WPA_SUPPLICANT_CRYPTO_BACKEND
bool
default WIFI_NM_WPA_SUPPLICANT_CRYPTO_EXT
depends on WIFI_NM_WPA_SUPPLICANT
|
check-warns:
GitDiffCheck.txt#L1
Git conflict markers and whitespace errors are not allowed in added changes
93012b1cb3d01943499a4b7bdd619a4887da0a1e: subsys/sdfw_services/services/device_info/device_info_service.c:37: trailing whitespace.
94d06bb346119bfbdfd6304a8e70b4bc137e5766: include/sdfw/sdfw_services/device_info_service.h:18: trailing whitespace.
94d06bb346119bfbdfd6304a8e70b4bc137e5766: include/sdfw/sdfw_services/device_info_service.h:19: trailing whitespace.
94d06bb346119bfbdfd6304a8e70b4bc137e5766: subsys/sdfw_services/services/device_info/device_info_service.cddl:10: trailing whitespace.
94d06bb346119bfbdfd6304a8e70b4bc137e5766: subsys/sdfw_services/services/device_info/device_info_service.cddl:13: trailing whitespace.
|
check-warns:
Identity.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
93012b1cb3d01943499a4b7bdd619a4887da0a1e: author email (Aymen LAOUINI <[email protected]>) needs to match one of the signed-off-by entries.
94d06bb346119bfbdfd6304a8e70b4bc137e5766: author email (Aymen LAOUINI <[email protected]>) needs to match one of the signed-off-by entries.
|
check-warns:
Gitlint.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#commit-guidelines for more details
Commit 93012b1cb3:
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC3 Commit title does not follow [subsystem]: [subject] (and should not start with literal subsys or treewide): "Fix check-warns from CI"
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
Commit 94d06bb346:
1: UC2 Commit message does not contain a 'Signed-off-by:' line
1: UC3 Commit title does not follow [subsystem]: [subject] (and should not start with literal subsys or treewide): "Add device information service to secure domain"
1: UC6 Commit message body is empty, should at least have 1 line(s).
3: B6 Body message is missing
|
check-warns:
Checkpatch.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#coding-style for more details.
TRAILING_WHITESPACE: trailing whitespace
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:37
LONG_LINE: line length of 112 exceeds 100 columns
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:59
MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'read_resp.device_info_resp_msg_device_info_service_read_resp_m'
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:61
LONG_LINE: line length of 103 exceeds 100 columns
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:62
MULTILINE_DEREFERENCE: Avoid multiple line dereference - prefer 'device_info_resp_msg_device_info_service_read_resp_m.device_info_service_read_resp_status.device_info_status_choice'
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:62
LONG_LINE: line length of 101 exceeds 100 columns
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:79
LINE_SPACING: Missing a blank line after declarations
File:subsys/sdfw_services/services/device_info/device_info_service.c
Line:80
|
check-warns
Process completed with exit code 1.
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L37
subsys/sdfw_services/services/device_info/device_info_service.c:37 trailing whitespace
|
Run Compliance Tests
Process completed with exit code 5.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L59
subsys/sdfw_services/services/device_info/device_info_service.c:59 line length of 112 exceeds 100 columns
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L61
subsys/sdfw_services/services/device_info/device_info_service.c:61 Avoid multiple line dereference - prefer 'read_resp.device_info_resp_msg_device_info_service_read_resp_m'
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L62
subsys/sdfw_services/services/device_info/device_info_service.c:62 line length of 103 exceeds 100 columns
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L62
subsys/sdfw_services/services/device_info/device_info_service.c:62 Avoid multiple line dereference - prefer 'device_info_resp_msg_device_info_service_read_resp_m.device_info_service_read_resp_status.device_info_status_choice'
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L79
subsys/sdfw_services/services/device_info/device_info_service.c:79 line length of 101 exceeds 100 columns
|
Run Compliance Tests:
subsys/sdfw_services/services/device_info/device_info_service.c#L80
subsys/sdfw_services/services/device_info/device_info_service.c:80 Missing a blank line after declarations
|
Loading