Re: [ 068/108] HID: hidraw: add proper error handling to raw event reporting

2012-10-09 Thread Ben Hutchings
On Mon, 2012-10-08 at 16:34 -0300, Herton Ronaldo Krzesinski wrote: > On Sun, Oct 07, 2012 at 11:59:42PM +0100, Ben Hutchings wrote: > > 3.2-stable review patch. If anyone has any objections, please let me know. > > > > -- > > > > From: Jiri Kosina > > > > commit

Re: [ 068/108] HID: hidraw: add proper error handling to raw event reporting

2012-10-09 Thread Ben Hutchings
On Mon, 2012-10-08 at 16:34 -0300, Herton Ronaldo Krzesinski wrote: On Sun, Oct 07, 2012 at 11:59:42PM +0100, Ben Hutchings wrote: 3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Kosina jkos...@suse.cz commit

Re: [ 068/108] HID: hidraw: add proper error handling to raw event reporting

2012-10-08 Thread Herton Ronaldo Krzesinski
On Sun, Oct 07, 2012 at 11:59:42PM +0100, Ben Hutchings wrote: > 3.2-stable review patch. If anyone has any objections, please let me know. > > -- > > From: Jiri Kosina > > commit b6787242f32700377d3da3b8d788ab3928bab849 upstream. > > If kmemdup() in hidraw_report_event()

Re: [ 068/108] HID: hidraw: add proper error handling to raw event reporting

2012-10-08 Thread Herton Ronaldo Krzesinski
On Sun, Oct 07, 2012 at 11:59:42PM +0100, Ben Hutchings wrote: 3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Kosina jkos...@suse.cz commit b6787242f32700377d3da3b8d788ab3928bab849 upstream. If kmemdup() in

[ 068/108] HID: hidraw: add proper error handling to raw event reporting

2012-10-07 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Kosina commit b6787242f32700377d3da3b8d788ab3928bab849 upstream. If kmemdup() in hidraw_report_event() fails, we are not propagating this fact properly. Let hidraw_report_event() and

[ 068/108] HID: hidraw: add proper error handling to raw event reporting

2012-10-07 Thread Ben Hutchings
3.2-stable review patch. If anyone has any objections, please let me know. -- From: Jiri Kosina jkos...@suse.cz commit b6787242f32700377d3da3b8d788ab3928bab849 upstream. If kmemdup() in hidraw_report_event() fails, we are not propagating this fact properly. Let