mbox series

[GIT,PULL] USB-serial fixes for 5.11-rc3

Message ID X/WbS27KrQAbUgfK@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 10a05404c4fe184ae9087fb49f1df5b84c1534dc
Headers show
Series [GIT,PULL] USB-serial fixes for 5.11-rc3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-5.11-rc3

Message

Johan Hovold Jan. 6, 2021, 11:13 a.m. UTC
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:

  Linux 5.11-rc1 (2020-12-27 15:30:22 -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.11-rc3

for you to fetch changes up to 54d0a3ab80f49f19ee916def62fe067596833403:

  USB: serial: iuu_phoenix: fix DMA from stack (2021-01-04 16:30:09 +0100)

----------------------------------------------------------------
USB-serial fixes for 5.11-rc3

Here's a fix for a DMA-from-stack issue in iuu_phoenix and a couple of
new modem device ids.

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

----------------------------------------------------------------
Bjørn Mork (1):
      USB: serial: option: add Quectel EM160R-GL

Daniel Palmer (1):
      USB: serial: option: add LongSung M5710 module support

Johan Hovold (1):
      USB: serial: iuu_phoenix: fix DMA from stack

 drivers/usb/serial/iuu_phoenix.c | 20 +++++++++++++++-----
 drivers/usb/serial/option.c      |  3 +++
 2 files changed, 18 insertions(+), 5 deletions(-)

Comments

Greg Kroah-Hartman Jan. 6, 2021, 5:53 p.m. UTC | #1
On Wed, Jan 06, 2021 at 12:13:15PM +0100, Johan Hovold wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
> 
>   Linux 5.11-rc1 (2020-12-27 15:30:22 -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.11-rc3

Pulled and pushed out, thanks,

greg k-h