lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite for Android: free password hash cracker in your pocket
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Sat, 13 Mar 2021 16:02:31 +0100
From:   Greg KH <gregkh@...uxfoundation.org>
To:     Linus Torvalds <torvalds@...ux-foundation.org>
Cc:     Jiri Slaby <jslaby@...e.cz>,
        Stephen Rothwell <sfr@...b.auug.org.au>,
        Andrew Morton <akpm@...ux-foundation.org>,
        linux-kernel@...r.kernel.org, linux-serial@...r.kernel.org
Subject: [GIT PULL] TTY / Serial driver fixes for 5.12-rc3

The following changes since commit a38fd8748464831584a19438cbb3082b5a2dab15:

  Linux 5.12-rc2 (2021-03-05 17:33:41 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty.git tags/tty-5.12-rc3

for you to fetch changes up to c776b77a279c327fe9e7710e71a3400766554255:

  Revert "drivers:tty:pty: Fix a race causing data loss on close" (2021-03-10 09:27:56 +0100)

----------------------------------------------------------------
TTY/Serial fixes for 5.12-rc3

Here are some small tty and serial driver fixes for 5.12-rc3 to resolve
some reported problems:
	- led tty trigger fixes based on review and were acked by the
	  led maintainer
	- revert a max310x serial driver patch as it was causing
	  problems.
	- revert a pty change as it was also causing problems

All of these have been in linux-next for a while with no reported
problems.

Signed-off-by: Greg Kroah-Hartman <gregkh@...uxfoundation.org>

----------------------------------------------------------------
Alexander Shiyan (1):
      Revert "serial: max310x: rework RX interrupt handling"

Greg Kroah-Hartman (1):
      Revert "drivers:tty:pty: Fix a race causing data loss on close"

Uwe Kleine-König (2):
      leds: trigger: Fix error path to not unlock the unlocked mutex
      leds: trigger/tty: Use led_set_brightness_sync() from workqueue

 drivers/leds/trigger/ledtrig-tty.c | 11 ++++-------
 drivers/tty/pty.c                  | 15 ++-------------
 drivers/tty/serial/max310x.c       | 29 +++++------------------------
 drivers/tty/tty_io.c               |  5 ++---
 4 files changed, 13 insertions(+), 47 deletions(-)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ