mbox series

[GIT,PULL] USB-serial fixes for 5.18-rc4

Message ID YmLGUMFqVl6NrO3M@hovoldconsulting.com
State New
Headers show
Series [GIT,PULL] USB-serial fixes for 5.18-rc4 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.18-rc4

Message

Johan Hovold April 22, 2022, 3:14 p.m. UTC
The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:

  Linux 5.18-rc1 (2022-04-03 14:08:21 -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.18-rc4

for you to fetch changes up to e23e50e7acc8d8f16498e9c129db33e6a00e80eb:

  USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS (2022-04-21 10:08:06 +0200)

----------------------------------------------------------------
USB-serial fixes for 5.18-rc4

Here's a fix for a potential overflow issue in the whiteheat driver when
using the old ARM ABI.

Included are also some new modem device ids.

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

----------------------------------------------------------------
Bruno Thomsen (1):
      USB: serial: cp210x: add PIDs for Kamstrup USB Meter Reader

Daniele Palmas (1):
      USB: serial: option: add Telit 0x1057, 0x1058, 0x1075 compositions

Kees Cook (1):
      USB: serial: whiteheat: fix heap overflow in WHITEHEAT_GET_DTR_RTS

Slark Xiao (1):
      USB: serial: option: add support for Cinterion MV32-WA/MV32-WB

 drivers/usb/serial/cp210x.c    |  2 ++
 drivers/usb/serial/option.c    | 12 ++++++++++++
 drivers/usb/serial/whiteheat.c |  5 ++---
 3 files changed, 16 insertions(+), 3 deletions(-)

Comments

Greg Kroah-Hartman April 23, 2022, 8:39 a.m. UTC | #1
On Fri, Apr 22, 2022 at 05:14:24PM +0200, Johan Hovold wrote:
> The following changes since commit 3123109284176b1532874591f7c81f3837bbdc17:
> 
>   Linux 5.18-rc1 (2022-04-03 14:08:21 -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.18-rc4

Pulled and pushed out, thanks.

greg k-h