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

numactl.c: Fix merging of neighboring pages' policies in dump_shm #171

Merged
merged 1 commit into from
Mar 15, 2023

Conversation

ackerleytng
Copy link

In addition to checking that the policies are equal, also check that the nodes are equal, since the policies may be the same but apply to different nodes.

Fixes #170

In addition to checking that the policies are equal, also check that
the nodes are equal, since the policies may be the same but apply to
different nodes.

Fixes numactl#170
@andikleen andikleen merged commit 6587ed2 into numactl:master Mar 15, 2023
@andikleen
Copy link
Contributor

Thanks!

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.

numactl --dump doesn't merge neighboring pages' policies correctly
2 participants