mbox series

[GIT,PULL] USB-serial fix for 6.11-rc2

Message ID Zqzlq_8Cg8KnUwL_@hovoldconsulting.com (mailing list archive)
State Accepted
Commit 7d5cbd799a97b4483aa278663138b5af8bccffdf
Headers show
Series [GIT,PULL] USB-serial fix for 6.11-rc2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-6.11-rc2

Message

Johan Hovold Aug. 2, 2024, 1:56 p.m. UTC
The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:

  Linux 6.11-rc1 (2024-07-28 14:19:55 -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.11-rc2

for you to fetch changes up to 00af4f3dda1461ec90d892edc10bec6d3c50c554:

  USB: serial: debug: do not echo input by default (2024-07-31 15:13:45 +0200)

----------------------------------------------------------------
USB-serial fix for 6.11-rc2

Here's a fix for an issue when using the usb_debug driver with Xen.

This change has been in linux-next for a couple of days with no reported
issues.

----------------------------------------------------------------
Marek Marczykowski-Górecki (1):
      USB: serial: debug: do not echo input by default

 drivers/usb/serial/usb_debug.c | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Greg KH Aug. 7, 2024, 10:48 a.m. UTC | #1
On Fri, Aug 02, 2024 at 03:56:59PM +0200, Johan Hovold wrote:
> The following changes since commit 8400291e289ee6b2bf9779ff1c83a291501f017b:
> 
>   Linux 6.11-rc1 (2024-07-28 14:19:55 -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.11-rc2

Pulled and pushed out, thanks.

greg k-h