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

Fdavid/mi300 fixes #2482

Merged
merged 2 commits into from
Sep 17, 2024
Merged

Conversation

fdavid-amd
Copy link
Contributor

These are two problems that have come up while testing CRIU with latest MI300 hardware.

The first is an unitialized access left over from last year's SDMA copy rework.

The second increases the maximum length of topology parameters to accommodate some new io_link parameters.

This struct was being used un-initialized, meaning it
was filled with random garbage.

Mea culpa.

Signed-off-by: David Francis <[email protected]>
The topology parsing assumed that all parameter names were
30 characters or fewer, but

recommended_sdma_engine_id_mask

is 31 characters.

Make the maximum length a macro, and set it to 64.

Signed-off-by: David Francis <[email protected]>
@avagin avagin merged commit e451838 into checkpoint-restore:criu-dev Sep 17, 2024
30 of 40 checks passed
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.

2 participants