Re: [PATCH] usb: mon: Change return type to vm_fault_t

2018-04-16 Thread Greg KH
On Mon, Apr 16, 2018 at 05:18:35PM +0530, Souptick Joarder wrote: > On Mon, Apr 16, 2018 at 1:17 PM, Greg KH wrote: > > On Sun, Apr 15, 2018 at 04:10:08AM -0700, Matthew Wilcox wrote: > >> On Sun, Apr 15, 2018 at 07:49:16AM +0200, Greg KH wrote: > >> > On Sun, Apr 15,

Re: [PATCH] usb: mon: Change return type to vm_fault_t

2018-04-16 Thread Matthew Wilcox
On Mon, Apr 16, 2018 at 05:18:35PM +0530, Souptick Joarder wrote: > On Mon, Apr 16, 2018 at 1:17 PM, Greg KH wrote: > > When a maintainer gets a patch with no context at all, the first > > reaction is to just reject it (especially as many of these patches were > > sent

Re: [PATCH] usb: mon: Change return type to vm_fault_t

2018-04-16 Thread Souptick Joarder
On Mon, Apr 16, 2018 at 1:17 PM, Greg KH wrote: > On Sun, Apr 15, 2018 at 04:10:08AM -0700, Matthew Wilcox wrote: >> On Sun, Apr 15, 2018 at 07:49:16AM +0200, Greg KH wrote: >> > On Sun, Apr 15, 2018 at 12:36:02AM +0530, Souptick Joarder wrote: >> > > Use new return

Re: [PATCH] usb: mon: Change return type to vm_fault_t

2018-04-16 Thread Greg KH
On Sun, Apr 15, 2018 at 04:10:08AM -0700, Matthew Wilcox wrote: > On Sun, Apr 15, 2018 at 07:49:16AM +0200, Greg KH wrote: > > On Sun, Apr 15, 2018 at 12:36:02AM +0530, Souptick Joarder wrote: > > > Use new return type vm_fault_t for fault handler > > > in struct vm_operations_struct. > > > >

Re: [PATCH] usb: mon: Change return type to vm_fault_t

2018-04-15 Thread Matthew Wilcox
On Sun, Apr 15, 2018 at 07:49:16AM +0200, Greg KH wrote: > On Sun, Apr 15, 2018 at 12:36:02AM +0530, Souptick Joarder wrote: > > Use new return type vm_fault_t for fault handler > > in struct vm_operations_struct. > > Why? commit 1c8f422059ae5da07db7406ab916203f9417e396 Author: Souptick Joarder

Re: [PATCH] usb: mon: Change return type to vm_fault_t

2018-04-15 Thread Greg KH
On Sun, Apr 15, 2018 at 12:36:02AM +0530, Souptick Joarder wrote: > Use new return type vm_fault_t for fault handler > in struct vm_operations_struct. Why? -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majord...@vger.kernel.org More majordomo

[PATCH] usb: mon: Change return type to vm_fault_t

2018-04-14 Thread Souptick Joarder
Use new return type vm_fault_t for fault handler in struct vm_operations_struct. Signed-off-by: Souptick Joarder Reviewed-by: Matthew Wilcox --- drivers/usb/mon/mon_bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git