Re: [PATCH 00/15] USB: serial: fix control-message error handling

2017-01-12 Thread Johan Hovold
On Thu, Jan 12, 2017 at 06:19:53PM +0100, Greg Kroah-Hartman wrote: > On Thu, Jan 12, 2017 at 02:56:08PM +0100, Johan Hovold wrote: > > Several USB serial drivers failed to detect short control transfers, > > something which could lead to uninitialised data leaking to user space > > or being treate

Re: [PATCH 00/15] USB: serial: fix control-message error handling

2017-01-12 Thread Greg KH
On Thu, Jan 12, 2017 at 02:56:08PM +0100, Johan Hovold wrote: > Several USB serial drivers failed to detect short control transfers, > something which could lead to uninitialised data leaking to user space > or being treated as valid input. > > The two information-leak fixes are marked for stable,

[PATCH 00/15] USB: serial: fix control-message error handling

2017-01-12 Thread Johan Hovold
Several USB serial drivers failed to detect short control transfers, something which could lead to uninitialised data leaking to user space or being treated as valid input. The two information-leak fixes are marked for stable, and so is the spcp8x5 modem-status fix. Included is also a clean up re