-
Notifications
You must be signed in to change notification settings - Fork 148
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
runner/lib: use uint64_t for dev_size #360
base: main
Are you sure you want to change the base?
Conversation
Attached is the correct patch for the kernel. |
Use uint64_t for dev_size to prevent issues with 32 bit setups.
de9294c
to
b6efaa8
Compare
Did you maybe try to send this patch to linux mainling lists? |
The kernel patch is merged upstream already. It was only attached in this PR to make it easier for people to test. The userspace parts in this PR are not merged so it's still open. I don't work on this project anymore, so feel free to take up the issue/PR/code. |
Well, would be cool if someone would maintain this software, but it seems pretty dead :/ |
Your commit does loads of other things, not only uses uint64_t for dev size. |
@lxbsz what do you think about this PR? It seems to fix some issues I've stepped into on 32-bit arches, but would need rebase and also probably spliting into more commits. |
I am okay with it. If you can test on the 32-bit arches, please go ahead to take it. |
Use uint64_t for dev_size to prevent issues with 32 bit setups.
Attached is the kernel patch that will also be pushed.
dev-size64-target-pending.txt