-
Notifications
You must be signed in to change notification settings - Fork 72
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
Work around Linux 5.8's unexporting of native_write_cr4 #1
Comments
We believe this is fixed with 671b079, although more testing is needed. Closing the issue for now (can reopen if necessary). |
I can confirm that it builds, at least on:
|
itoffshore
referenced
this issue
Nov 12, 2021
Starting from the commit 066f883 LKRG can't be compiled without CONFIG_SECCOMP. Let's fix it here.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linux 5.8 no longer exports the
native_write_cr4
symbol unlessCONFIG_LKDTM
is enabled. We use that symbol, and need to work around that, perhaps by usingkallsyms_lookup_name
to locate it.Reference: https://www.openwall.com/lists/lkrg-users/2020/08/07/1
The text was updated successfully, but these errors were encountered: