mbox series

[GIT,PULL] USB-serial fixes for 5.10-rc7

Message ID X8oaJPqNvhGB/2Sd@localhost (mailing list archive)
State Accepted
Commit b48a7e755939940136266248e79f9e4bdbe99521
Headers show
Series [GIT,PULL] USB-serial fixes for 5.10-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.10-rc7

Message

Johan Hovold Dec. 4, 2020, 11:14 a.m. UTC
The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:

  Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.10-rc7

for you to fetch changes up to 3f203f057edfcf6bd02c6b942799262bfcf31f73:

  USB: serial: kl5kusb105: fix memleak on open (2020-12-04 12:02:57 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.10-rc7

Here's a fix for a regression in the option driver which has been
backported to the stable trees and fix for a small memory leak on open
in the kl5kusb105 driver.

Included are also various new device ids.

All but the memleak fix has been in linux-next and with no reported
issues.

----------------------------------------------------------------
Bjørn Mork (1):
      USB: serial: option: fix Quectel BG96 matching

Giacinto Cifelli (1):
      USB: serial: option: add support for Thales Cinterion EXS82

Jan-Niklas Burfeind (1):
      USB: serial: ch341: add new Product ID for CH341A

Johan Hovold (2):
      USB: serial: ch341: sort device-id entries
      USB: serial: kl5kusb105: fix memleak on open

Vincent Palatin (1):
      USB: serial: option: add Fibocom NL668 variants

 drivers/usb/serial/ch341.c      |  5 +++--
 drivers/usb/serial/kl5kusb105.c | 10 ++++------
 drivers/usb/serial/option.c     | 10 ++++++----
 3 files changed, 13 insertions(+), 12 deletions(-)

Comments

Greg KH Dec. 4, 2020, 12:27 p.m. UTC | #1
On Fri, Dec 04, 2020 at 12:14:44PM +0100, Johan Hovold wrote:
> The following changes since commit 09162bc32c880a791c6c0668ce0745cf7958f576:
> 
>   Linux 5.10-rc4 (2020-11-15 16:44:31 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.10-rc7

Pulled and pushed out, thanks.

greg k-h