Re: [PATCH] android: binder: Change return type to vm_fault_t

From: Greg KH
Date: Mon Apr 23 2018 - 05:18:32 EST


On Mon, Apr 16, 2018 at 08:41:21PM +0530, Souptick Joarder wrote:
> Use new return type vm_fault_t for fault handler
> in struct vm_operations_struct. For now, this is
> just documenting that the function returns a
> VM_FAULT value rather than an errno. Once all
> instances are converted, vm_fault_t will become
> a distinct type.
>
> Reference commit id->
> 1c8f422059ae5da07db7406ab916203f9417e396

As you know, that is not how you reference git commit ids. Please fix
up and resend.

thanks,

greg k-h