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: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20250425111315.1036184-1-jirislaby@kernel.org>
Date: Fri, 25 Apr 2025 13:13:09 +0200
From: "Jiri Slaby (SUSE)" <jirislaby@...nel.org>
To: gregkh@...uxfoundation.org
Cc: linux-serial@...r.kernel.org,
	linux-kernel@...r.kernel.org,
	"Jiri Slaby (SUSE)" <jirislaby@...nel.org>
Subject: [PATCH 0/6] tty: spring cleanup

Hi,

this is another series of various cleanup in tty of issues which popped
up at me during a larger rework.

Jiri Slaby (SUSE) (6):
  tty: simplify throttling using guard()s
  tty: use lock guard()s in tty_io
  serial: switch uart_port::iotype to enum uart_iotype
  serial: rename local uart_port_lock() -> uart_port_ref_lock()
  serial: use uart_port_ref_lock() helper
  serial: 8250: unexport serial8250_rpm_*() functions

 drivers/tty/serial/8250/8250.h       |  6 --
 drivers/tty/serial/8250/8250_core.c  |  2 +-
 drivers/tty/serial/8250/8250_early.c |  2 +
 drivers/tty/serial/8250/8250_port.c  | 16 ++---
 drivers/tty/serial/8250/8250_rsa.c   |  2 +
 drivers/tty/serial/amba-pl011.c      |  2 +-
 drivers/tty/serial/fsl_lpuart.c      |  5 +-
 drivers/tty/serial/samsung_tty.c     |  4 ++
 drivers/tty/serial/serial_core.c     | 97 ++++++++++++++--------------
 drivers/tty/tty_io.c                 | 96 ++++++++++++---------------
 drivers/tty/tty_ioctl.c              | 50 +++++++-------
 include/linux/serial_core.h          | 30 +++++----
 12 files changed, 149 insertions(+), 163 deletions(-)

-- 
2.49.0


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ