Skip to content

arc: Add support for cooperative sharing of VPX vector registers #151186

arc: Add support for cooperative sharing of VPX vector registers

arc: Add support for cooperative sharing of VPX vector registers #151186

Triggered via pull request September 25, 2024 00:56
Status Success
Total duration 2m 34s
Artifacts 1

compliance.yml

on: pull_request
Run compliance checks on patch series (PR)
2m 25s
Run compliance checks on patch series (PR)
Fit to window
Zoom out
Zoom in

Annotations

1 error, 1 warning, and 3 notices
Run compliance checks on patch series (PR)
Process completed with exit code 1.
Run compliance checks on patch series (PR): ClangFormat.txt#L1
See https://docs.zephyrproject.org/latest/contribute/guidelines.html#clang-format for more details. You may want to run clang-format on this change: - arc_vpx_lock_unlock_timed_payload, - (void *)(uintptr_t)cpu_id, NULL, NULL, + arc_vpx_lock_unlock_timed_payload, (void *)(uintptr_t)cpu_id, NULL, NULL, File:tests/arch/arc/arc_vpx_lock/src/main.c Line:86 You may want to run clang-format on this change: - zassert_equal(-EBUSY, status, "Expected return value %d (-EBUSY), not %d\n", - -EBUSY, status); + zassert_equal(-EBUSY, status, "Expected return value %d (-EBUSY), not %d\n", -EBUSY, + status); status = arc_vpx_lock(K_MSEC(10)); - zassert_equal(-EAGAIN, status, "Expected return value %d (-EAGAIN), not %d\n", - -EAGAIN, status); + zassert_equal(-EAGAIN, status, "Expected return value %d (-EAGAIN), not %d\n", -EAGAIN, + status); File:tests/arch/arc/arc_vpx_lock/src/main.c Line:118 You may want to run clang-format on this change: - k_thread_create(&payload_thread, payload_stack, STACK_SIZE, - arc_vpx_lock_unlock_payload, NULL, NULL, NULL, - priority - 2, 0, K_FOREVER); + k_thread_create(&payload_thread, payload_stack, STACK_SIZE, arc_vpx_lock_unlock_payload, + NULL, NULL, NULL, priority - 2, 0, K_FOREVER); File:tests/arch/arc/arc_vpx_lock/src/main.c Line:139
You may want to run clang-format on this change: tests/arch/arc/arc_vpx_lock/src/main.c#L86
tests/arch/arc/arc_vpx_lock/src/main.c:86 - arc_vpx_lock_unlock_timed_payload, - (void *)(uintptr_t)cpu_id, NULL, NULL, + arc_vpx_lock_unlock_timed_payload, (void *)(uintptr_t)cpu_id, NULL, NULL,
You may want to run clang-format on this change: tests/arch/arc/arc_vpx_lock/src/main.c#L118
tests/arch/arc/arc_vpx_lock/src/main.c:118 - zassert_equal(-EBUSY, status, "Expected return value %d (-EBUSY), not %d\n", - -EBUSY, status); + zassert_equal(-EBUSY, status, "Expected return value %d (-EBUSY), not %d\n", -EBUSY, + status); status = arc_vpx_lock(K_MSEC(10)); - zassert_equal(-EAGAIN, status, "Expected return value %d (-EAGAIN), not %d\n", - -EAGAIN, status); + zassert_equal(-EAGAIN, status, "Expected return value %d (-EAGAIN), not %d\n", -EAGAIN, + status);
You may want to run clang-format on this change: tests/arch/arc/arc_vpx_lock/src/main.c#L139
tests/arch/arc/arc_vpx_lock/src/main.c:139 - k_thread_create(&payload_thread, payload_stack, STACK_SIZE, - arc_vpx_lock_unlock_payload, NULL, NULL, NULL, - priority - 2, 0, K_FOREVER); + k_thread_create(&payload_thread, payload_stack, STACK_SIZE, arc_vpx_lock_unlock_payload, + NULL, NULL, NULL, priority - 2, 0, K_FOREVER);

Artifacts

Produced during runtime
Name Size
compliance.xml
906 Bytes