Skip to content

drivers/video/vnc: Replace direct semcount access with nxsem_get_value #16222

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conversation

jlaitine
Copy link
Contributor

Summary

Replace direct semaphore value access with nxsem_get_value().

This blocks CI for #16194

Impact

No functional impact

Testing

Built and executed sim:vncserver test, which uses this.

Use the dedicated nuttx internal interface for debugging semaphore value,
instead of accessing it directly.

Signed-off-by: Jukka Laitinen <[email protected]>
@github-actions github-actions bot added Area: Video Size: S The size of the change in this PR is small labels Apr 16, 2025
@nuttxpr
Copy link

nuttxpr commented Apr 16, 2025

[Experimental Bot, please feedback here]

No. The PR summary is insufficient. It does not explain why the change is necessary (i.e., what problem does it solve? Why is direct access bad?). The testing section is also inadequate. "Built and executed" is not sufficient testing information. What were the expected results? Did the tests pass both before and after the change, verifying the change did not introduce regressions? Provide actual log output, not just a general statement. The Impact section could also benefit from specifically answering each question with NO/YES, even if the answer is NO, for better clarity and consistency.

@xiaoxiang781216 xiaoxiang781216 merged commit b5144af into apache:master Apr 16, 2025
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Video Size: S The size of the change in this PR is small
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants