mbox series

[GIT,PULL] USB-serial fixes for 5.12-rc3

Message ID YEnXYe6HUrK+mysK@hovoldconsulting.com (mailing list archive)
State Accepted
Commit a949b9eab039eb668ff2a15fdec04dfae8ec82ec
Headers show
Series [GIT,PULL] USB-serial fixes for 5.12-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.12-rc3

Message

Johan Hovold March 11, 2021, 8:40 a.m. UTC
The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -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.12-rc3

for you to fetch changes up to cfdc67acc785e01a8719eeb7012709d245564701:

  USB: serial: io_edgeport: fix memory leak in edge_startup (2021-03-09 09:05:37 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.12-rc3

Here's a fix for a long-standing memory leak after probe failure in
io_edgeport and a fix for a NULL-deref on disconnect in the new xr
driver.

Included are also some new device ids.

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

----------------------------------------------------------------
Johan Hovold (1):
      USB: serial: xr: fix NULL-deref on disconnect

Karan Singhal (1):
      USB: serial: cp210x: add ID for Acuity Brands nLight Air Adapter

Niv Sardi (1):
      USB: serial: ch341: add new Product ID

Pavel Skripkin (1):
      USB: serial: io_edgeport: fix memory leak in edge_startup

Sebastian Reichel (1):
      USB: serial: cp210x: add some more GE USB IDs

 drivers/usb/serial/ch341.c       |  1 +
 drivers/usb/serial/cp210x.c      |  3 +++
 drivers/usb/serial/io_edgeport.c | 26 ++++++++++++++++----------
 drivers/usb/serial/xr_serial.c   | 25 -------------------------
 4 files changed, 20 insertions(+), 35 deletions(-)

Comments

Greg Kroah-Hartman March 11, 2021, 9:02 a.m. UTC | #1
On Thu, Mar 11, 2021 at 09:40:01AM +0100, Johan Hovold wrote:
> The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:
> 
>   Linux 5.12-rc2 (2021-03-05 17:33:41 -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.12-rc3

Pulled and pushed out, thanks.

greg k-h