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

Skip rust compilation units and add version flag #66

Merged
merged 2 commits into from
Oct 8, 2024

Conversation

mkonshie
Copy link
Collaborator

@mkonshie mkonshie commented Oct 8, 2024

This is a short-term solution to unblock recent kernels. Additional work is needed to integrate Rust types, enums, and symbols. That work is being tracked here #63

Closes #57

Melka Konshie added 2 commits October 7, 2024 15:05
Some Linux kernel versions 6.5+ have Rust code in the kernel. This
can cause collisions between C and Rust symbols, types, and enums. This
change will skip Rust compilation units in the DWARF to avoid these
collisions.

Bumped tool version to 0.9.0
Updated README.md
@npetroni npetroni merged commit 9f14607 into volatilityfoundation:master Oct 8, 2024
1 check 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.

fs_struct type is not converted correctly
2 participants