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

Updating for Linux kernel 5.0.0 #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

Stanback
Copy link

I tried using with kernel 5.0.0 and noticed that do_gettimeofday and setup_timer are no longer available. I'm still in the process of testing but this seems to be working so far.

@Stanback Stanback force-pushed the kernel-5.x.x branch 3 times, most recently from 513f8bb to 7305859 Compare September 21, 2019 03:39
@Stanback
Copy link
Author

I was also getting a warning about atomic64_read returning a long long int, and the printf statement using a long int. This resolves the warning by changing the format strings to %lld and adding a cast to u64 (so that it works the same way across different architectures).

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