From: Johan Hovold <johan@kernel.org>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: linux-usb@vger.kernel.org
Subject: [GIT PULL] USB-serial updates for 5.7-rc1
Date: Thu, 26 Mar 2020 11:09:09 +0100 [thread overview]
Message-ID: <20200326100909.GA21067@localhost> (raw)
The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
Linux 5.6-rc1 (2020-02-09 16:08:48 -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.7-rc1
for you to fetch changes up to 57aa9f294b09463492f604feaa5cc719beaace32:
USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback (2020-03-26 10:22:15 +0100)
----------------------------------------------------------------
USB-serial updates for 5.7-rc1
Here are the USB-serial updates for 5.7-rc1, including:
- support for a new family of Fintek devices
- fix for an io-edgeport slab-out-of-bounds access
- fixes for a couple of kernel-doc issues
Included are also various clean ups and some new modem device ids.
All but the io-edgeport fix have been in linux-next with no reported
issues.
----------------------------------------------------------------
Colin Ian King (1):
USB: serial: digi_acceleport: remove redundant assignment to pointer priv
Ji-Ze Hong (Peter Hong) (6):
USB: serial: f81232: extract LSR handler
USB: serial: f81232: add tx_empty function
USB: serial: f81232: use devm_kzalloc for port data
USB: serial: f81232: add F81534A support
USB: serial: f81232: set F81534A serial port with RS232 mode
USB: serial: f81232: add control driver for F81534A
Johan Hovold (3):
USB: serial: relax unthrottle memory barrier
USB: serial: clean up carrier-detect helper
USB: serial: fix tty cleanup-op kernel-doc
Pawel Dembicki (3):
USB: serial: option: add support for ASKEY WWHC050
USB: serial: option: add BroadMobi BM806U
USB: serial: option: add Wistron Neweb D19Q1
Qiujun Huang (1):
USB: serial: io_edgeport: fix slab-out-of-bounds read in edge_interrupt_callback
drivers/usb/serial/digi_acceleport.c | 2 +-
drivers/usb/serial/f81232.c | 354 +++++++++++++++++++++++++++++++----
drivers/usb/serial/generic.c | 12 +-
drivers/usb/serial/io_edgeport.c | 2 +-
drivers/usb/serial/option.c | 6 +
drivers/usb/serial/usb-serial.c | 2 +-
6 files changed, 332 insertions(+), 46 deletions(-)
next reply other threads:[~2020-03-26 10:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-26 10:09 Johan Hovold [this message]
2020-03-26 10:16 ` [GIT PULL] USB-serial updates for 5.7-rc1 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=20200326100909.GA21067@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.