Re: [PATCH 0/3] USB: serial: endianness and DBZ fixes

2017-05-15 Thread Johan Hovold
On Thu, May 11, 2017 at 11:54:58AM +0200, Greg Kroah-Hartman wrote: > On Thu, May 11, 2017 at 11:41:18AM +0200, Johan Hovold wrote: > > A run of sparse on USB-serial revealed a couple of endianness issues of > > which one would break baud-rate handling on big-endian hosts. > > > > Also included

Re: [PATCH 0/3] USB: serial: endianness and DBZ fixes

2017-05-11 Thread Greg KH
On Thu, May 11, 2017 at 11:41:18AM +0200, Johan Hovold wrote: > A run of sparse on USB-serial revealed a couple of endianness issues of > which one would break baud-rate handling on big-endian hosts. > > Also included is a division-by-zero bug in io_ti that was found through > inspection. All

[PATCH 0/3] USB: serial: endianness and DBZ fixes

2017-05-11 Thread Johan Hovold
A run of sparse on USB-serial revealed a couple of endianness issues of which one would break baud-rate handling on big-endian hosts. Also included is a division-by-zero bug in io_ti that was found through inspection. Johan Johan Hovold (3): USB: serial: ir-usb: fix big-endian baud-rate