-
Notifications
You must be signed in to change notification settings - Fork 56
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
Patches for kernel 5.19 #4
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
check here if you want to make it a bit easier on yourself: https://github.com/torvalds/linux/blob/master/drivers/android/binder.c |
that's what I meant by "cross-referencing with the in-tree version". My changes should reflect those in the mainline kernel, save for the versioning macros... |
Okay, I think it may have been the return parameter on the dynamic func pointer that was still using an |
nvm it works!!! |
I have test a patch, which works well. patch file as follow
hope it will help you! ^-^ |
Thanks but I already got it working! |
Currently not working on 5.19 so I hope this fixes it! I'm just waiting for it to be approved. |
maybe his notification settings are still bad, so let me try pinging him |
Hello all, actually, I was able to fix my notification settings :-) .. Thanks a lot for all your contributions that make everything work with newer kernels. I will review also this patch, but as I am about to travel, I need to ask for another 1-2 weeks of patience. Then, I will be able to review it. Best regards, Christian |
Thanks! This works! |
Thank you very much, @Thesola10 for your contribution for kernel 5.19 support! I have merged your PR now. I want to apologize for the long review period - unfortunately, I have been very busy during the last weeks :-( |
This update reflects the signature change in
close_fd_get_file_ptr
fromint close_fd_get_file_ptr(unsigned int fd, struct file **res)
tostruct file *close_fd_get_file_ptr(unsigned int fd)
.