RE: [char-misc-next 2/3] mei: fix reading large reposnes

2013-04-19 Thread Winkler, Tomas
> > On Fri, Apr 19, 2013 at 09:16:54PM +0300, Tomas Winkler wrote: > > While writting to device is limitted to max_msg_length advertized in > > client properites the read can be much longer delivered consequiting > chunks. > > > > We use krealloc to enlarge the buffer when needed. > > > >

Re: [char-misc-next 2/3] mei: fix reading large reposnes

2013-04-19 Thread Greg KH
On Fri, Apr 19, 2013 at 09:16:54PM +0300, Tomas Winkler wrote: > While writting to device is limitted to max_msg_length advertized > in client properites the read can be much longer delivered consequiting > chunks. > > We use krealloc to enlarge the buffer when needed. > > Signed-off-by: Tomas

Re: [char-misc-next 2/3] mei: fix reading large reposnes

2013-04-19 Thread Greg KH
On Fri, Apr 19, 2013 at 09:16:54PM +0300, Tomas Winkler wrote: While writting to device is limitted to max_msg_length advertized in client properites the read can be much longer delivered consequiting chunks. We use krealloc to enlarge the buffer when needed. Signed-off-by: Tomas Winkler

RE: [char-misc-next 2/3] mei: fix reading large reposnes

2013-04-19 Thread Winkler, Tomas
On Fri, Apr 19, 2013 at 09:16:54PM +0300, Tomas Winkler wrote: While writting to device is limitted to max_msg_length advertized in client properites the read can be much longer delivered consequiting chunks. We use krealloc to enlarge the buffer when needed. Signed-off-by: Tomas