Skip to content
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

remoteproc_virtio: fix vrings_info structure init #554

Merged
merged 1 commit into from
Feb 15, 2024

Conversation

arnopo
Copy link
Collaborator

@arnopo arnopo commented Feb 8, 2024

Only the first index of the vring_info is set to 0. Apply the memset to the whole memory allocated.

Only the first index of the vring_info is set to 0.
Apply the memset to the whole memory allocated.

Signed-off-by: Arnaud Pouliquen <[email protected]>
Copy link
Collaborator

@tnmysh tnmysh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Contributor

@edmooring edmooring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to go.

@arnopo arnopo merged commit 7bf3cff into OpenAMP:main Feb 15, 2024
3 checks passed
@arnopo arnopo added this to the Release V2024.04 milestone Feb 19, 2024
@arnopo arnopo deleted the fix_memset branch May 20, 2024 07:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants