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

Add an ability to resolve addresses of kernel symbols #111

Merged
merged 2 commits into from
Sep 24, 2021

Conversation

bobrik
Copy link
Contributor

@bobrik bobrik commented Sep 24, 2021

This is convenient if you want to read the value of some global variable from the data section. Note that you need CONFIG_KALLSYMS_ALL to make us of it.

Removing unused ksyms member of Exporter as well.

This is convenient if you want to read the value of some global variable from
the data section. Note that you need `CONFIG_KALLSYMS_ALL` to make us of it.

Removing unused `ksyms` member of `Exporter` as well.
@bobrik bobrik merged commit 31fcb80 into cloudflare:master Sep 24, 2021
@bobrik bobrik deleted the ivan/kaddr-helper branch September 24, 2021 02:29
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.

1 participant