mbox series

[GIT,PULL] USB-serial fixes for 5.8-rc6

Message ID 20200716083226.GA19339@localhost (mailing list archive)
State Mainlined
Commit c7300cdf8f683ae00cf74616b5fd14ffac327979
Headers show
Series [GIT,PULL] USB-serial fixes for 5.8-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.8-rc6

Message

Johan Hovold July 16, 2020, 8:32 a.m. UTC
Hi Greg,

Here's a fix for 5.8 that should go to Linus this week.

Johan


The following changes since commit da6902e5b6dbca9081e3d377f9802d4fd0c5ea59:

  USB: serial: option: add Quectel EG95 LTE modem (2020-07-07 17:40:52 +0200)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.8-rc6

for you to fetch changes up to e7b931bee739e8a77ae216e613d3b99342b6dec0:

  USB: serial: iuu_phoenix: fix memory corruption (2020-07-16 10:20:21 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.8-rc6

Here's a fix for 5.8 addressing a long-standing bug in iuu_phoenix.

----------------------------------------------------------------
Johan Hovold (1):
      USB: serial: iuu_phoenix: fix memory corruption

 drivers/usb/serial/iuu_phoenix.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

Greg Kroah-Hartman July 16, 2020, 3:50 p.m. UTC | #1
On Thu, Jul 16, 2020 at 10:32:26AM +0200, Johan Hovold wrote:
> Hi Greg,
> 
> Here's a fix for 5.8 that should go to Linus this week.

Pulled and pushed out, thanks.

greg k-h