mbox series

[GIT,PULL] USB-serial fixes for 6.12-rc7

Message ID Zy2-G5Q_9ECZsu9q@hovoldconsulting.com (mailing list archive)
State New
Headers show
Series [GIT,PULL] USB-serial fixes for 6.12-rc7 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.12-rc7

Message

Johan Hovold Nov. 8, 2024, 7:30 a.m. UTC
The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:

  Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.12-rc7

for you to fetch changes up to 25eb47eed52979c2f5eee3f37e6c67714e02c49c:

  USB: serial: qcserial: add support for Sierra Wireless EM86xx (2024-11-06 15:09:51 +0100)

----------------------------------------------------------------
USB-serial fixes for 6.12-rc7

Here's a fix for a long-standing use-after-free in an io_edgeport debug
printk and some new modem device ids.

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

----------------------------------------------------------------
BenoƮt Monin (1):
      USB: serial: option: add Quectel RG650V

Dan Carpenter (1):
      USB: serial: io_edgeport: fix use after free in debug printk

Jack Wu (1):
      USB: serial: qcserial: add support for Sierra Wireless EM86xx

Reinhard Speyerer (1):
      USB: serial: option: add Fibocom FG132 0x0112 composition

 drivers/usb/serial/io_edgeport.c | 8 ++++----
 drivers/usb/serial/option.c      | 6 ++++++
 drivers/usb/serial/qcserial.c    | 2 ++
 3 files changed, 12 insertions(+), 4 deletions(-)

Comments

Greg Kroah-Hartman Nov. 8, 2024, 7:36 a.m. UTC | #1
On Fri, Nov 08, 2024 at 08:30:35AM +0100, Johan Hovold wrote:
> The following changes since commit 42f7652d3eb527d03665b09edac47f85fb600924:
> 
>   Linux 6.12-rc4 (2024-10-20 15:19:38 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.12-rc7

Pulled and pushed out, thanks.

greg k-h