-
Notifications
You must be signed in to change notification settings - Fork 177
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
Support DKMS #7
base: main
Are you sure you want to change the base?
Support DKMS #7
Conversation
Use a proper format with short summary line and a long description. The commit message is also missing Signed-off-by tag. You should describe in the commit message why the change is needed and how it manages to get it done. |
I simplified it a bit.
If I clone this repository into |
The fact that |
+1 on this PR. Being able to automatically update the isgx driver after a kernel upgrade would be awfully nice. Is there something that can be done to help get this out the door? |
please update the patches with proper sign-off and comments format as mentioned above @jsakkine-intel |
I"m happy to add a comment about what problem this code solves - that is easy - it automatically rebuilds the driver after a kernel upgrade. This is super userful, at least for organizations that stay on top of security advisories. But, not being the author, I am not sure I am in a position to sign off on this. Can anyone other than @michwill sign off on this patch? |
@donporter feel free to do whatever you like with the patch :-) |
Standard "make install" fails in Ubuntu 16.04 because kernel there requires signed modules.
DKMS cares about all of that.