linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johan Hovold <johan@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB-serial fixes for 5.12-rc3
Date: Thu, 11 Mar 2021 09:40:01 +0100	[thread overview]
Message-ID: <YEnXYe6HUrK+mysK@hovoldconsulting.com> (raw)

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(-)

             reply	other threads:[~2021-03-11  8:40 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-03-11  8:40 Johan Hovold [this message]
2021-03-11  9:02 ` [GIT PULL] USB-serial fixes for 5.12-rc3 Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=YEnXYe6HUrK+mysK@hovoldconsulting.com \
    --to=johan@kernel.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-usb@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).