[GIT,PULL] USB-serial fixes for 6.1-rc8

Message ID Y4o6ypWhDfI8DPuO@hovoldconsulting.com
State New
Headers
Series [GIT,PULL] USB-serial fixes for 6.1-rc8 |

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.1-rc8

Message

Johan Hovold Dec. 2, 2022, 5:50 p.m. UTC
  The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:

  Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.1-rc8

for you to fetch changes up to 188c9c2e0c7f4ae864113f80c40bafb394062271:

  USB: serial: f81534: fix division by zero on line-speed change (2022-11-30 12:27:59 +0100)

----------------------------------------------------------------
USB-serial fixes for 6.1-rc8

Here are two fixes for a division-by-zero issue in the Fintek drivers.

All have been in linux-next with no reported issues.

----------------------------------------------------------------
Johan Hovold (2):
      USB: serial: f81232: fix division by zero on line-speed change
      USB: serial: f81534: fix division by zero on line-speed change

 drivers/usb/serial/f81232.c | 12 +++++++-----
 drivers/usb/serial/f81534.c | 12 +++++++-----
 2 files changed, 14 insertions(+), 10 deletions(-)
  

Comments

Greg KH Dec. 2, 2022, 6:31 p.m. UTC | #1
On Fri, Dec 02, 2022 at 06:50:02PM +0100, Johan Hovold wrote:
> The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:
> 
>   Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.1-rc8

It's too late for 6.1-final for my tree, so I'll just queue these up for
6.2-rc1 and they can be backported if needed for 6.1.

thanks,

greg k-h
  
Johan Hovold Dec. 2, 2022, 8:18 p.m. UTC | #2
On Fri, Dec 02, 2022 at 07:31:13PM +0100, Greg Kroah-Hartman wrote:
> On Fri, Dec 02, 2022 at 06:50:02PM +0100, Johan Hovold wrote:
> > The following changes since commit b7b275e60bcd5f89771e865a8239325f86d9927d:
> > 
> >   Linux 6.1-rc7 (2022-11-27 13:31:48 -0800)
> > 
> > are available in the Git repository at:
> > 
> >   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.1-rc8
> 
> It's too late for 6.1-final for my tree, so I'll just queue these up for
> 6.2-rc1 and they can be backported if needed for 6.1.

Sounds good.

Johan