Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Updated binder.c to compile against Kernel 5.0+. #22

Closed
wants to merge 1 commit into from
Closed

Updated binder.c to compile against Kernel 5.0+. #22

wants to merge 1 commit into from

Conversation

ghost
Copy link

@ghost ghost commented May 26, 2019

Compile would fail on kernel 5.1.4, Changed binder_vm_fault() to return an unsigned int.
static unsigned int binder_vm_fault(struct vm_fault *vmf)

Author: James Drabb Jr[email protected]
Date: Sun May 26 19:24:03 2019 -0400
modified: binder/binder.c

…anged to return an unsigned int.

Author:    James Drabb Jr<[email protected]>
Date:      Sun May 26 19:24:03 2019 -0400
	modified:   binder/binder.c
@ghost
Copy link

ghost commented May 27, 2019

In #19, some users have confirmed that my patch works on 5.1.4. I also tested 5.1.5 and had no issues compiling the modules.

@morphis
Copy link
Member

morphis commented Jun 4, 2019

Closing this one in favor of #19. Thanks!

@morphis morphis closed this Jun 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant