mbox series

[GIT,PULL] USB-serial fix for v4.20-rc6

Message ID 20181206163346.GA25864@localhost (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] USB-serial fix for v4.20-rc6 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.20-rc6

Message

Johan Hovold Dec. 6, 2018, 4:33 p.m. UTC
The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:

  Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.20-rc6

for you to fetch changes up to f51ccf46217c28758b1f3b5bc0ccfc00eca658b2:

  USB: serial: console: fix reported terminal settings (2018-12-05 11:29:10 +0100)

----------------------------------------------------------------
USB-serial fix for v4.20-rc6

Here's a fix for a reported USB-console regression in 4.18 which
revealed a long-standing bug in the console implementation.

The patch has been in linux-next over night with no reported issues.

Signed-off-by: Johan Hovold <johan@kernel.org>

----------------------------------------------------------------
Johan Hovold (1):
      USB: serial: console: fix reported terminal settings

 drivers/tty/tty_io.c         | 11 +++++++++--
 drivers/usb/serial/console.c |  2 +-
 include/linux/tty.h          |  1 +
 3 files changed, 11 insertions(+), 3 deletions(-)

Comments

Greg KH Dec. 6, 2018, 5:03 p.m. UTC | #1
On Thu, Dec 06, 2018 at 05:33:46PM +0100, Johan Hovold wrote:
> The following changes since commit 2595646791c319cadfdbf271563aac97d0843dc7:
> 
>   Linux 4.20-rc5 (2018-12-02 15:07:55 -0800)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial.git tags/usb-serial-4.20-rc6
> 
> for you to fetch changes up to f51ccf46217c28758b1f3b5bc0ccfc00eca658b2:
> 
>   USB: serial: console: fix reported terminal settings (2018-12-05 11:29:10 +0100)
> 
> ----------------------------------------------------------------
> USB-serial fix for v4.20-rc6
> 
> Here's a fix for a reported USB-console regression in 4.18 which
> revealed a long-standing bug in the console implementation.
> 
> The patch has been in linux-next over night with no reported issues.
> 
> Signed-off-by: Johan Hovold <johan@kernel.org>

Pulled and pushed out, thanks.

greg k-h