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.4-rc2
Date: Fri, 4 Oct 2019 15:52:19 +0200 [thread overview]
Message-ID: <20191004135219.GA19566@localhost> (raw)
The following changes since commit 54ecb8f7028c5eb3d740bb82b0f1d90f2df63c5c:
Linux 5.4-rc1 (2019-09-30 10:35:40 -0700)
are available in the Git repository at:
https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.4-rc2
for you to fetch changes up to 7d7e21fafdbc7fcf0854b877bd0975b487ed2717:
USB: serial: keyspan: fix NULL-derefs on open() and write() (2019-10-04 10:57:19 +0200)
----------------------------------------------------------------
USB-serial fixes for 5.4-rc2
Here's a fix for a long-standing issue in the keyspan driver which could
lead to NULL-pointer dereferences when a device had unexpected endpoint
descriptors.
Included are also some new device IDs.
All but the last two commits have been in linux-next with no reported
issues.
Signed-off-by: Johan Hovold <johan@kernel.org>
----------------------------------------------------------------
Beni Mahler (1):
USB: serial: ftdi_sio: add device IDs for Sienna and Echelon PL-20
Daniele Palmas (1):
USB: serial: option: add Telit FN980 compositions
Johan Hovold (1):
USB: serial: keyspan: fix NULL-derefs on open() and write()
Reinhard Speyerer (1):
USB: serial: option: add support for Cinterion CLS8 devices
drivers/usb/serial/ftdi_sio.c | 3 +++
drivers/usb/serial/ftdi_sio_ids.h | 9 +++++++++
drivers/usb/serial/keyspan.c | 4 ++--
drivers/usb/serial/option.c | 11 +++++++++++
4 files changed, 25 insertions(+), 2 deletions(-)
next reply other threads:[~2019-10-04 13:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-10-04 13:52 Johan Hovold [this message]
2019-10-04 14:01 ` [GIT PULL] USB-serial fixes for 5.4-rc2 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=20191004135219.GA19566@localhost \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.