public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] tty: another batch of conversions to guards
@ 2025-11-19 10:01 Jiri Slaby (SUSE)
  2025-11-19 10:01 ` [PATCH 01/10] tty: pty: use guard()s Jiri Slaby (SUSE)
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Jiri Slaby (SUSE) @ 2025-11-19 10:01 UTC (permalink / raw)
  To: gregkh; +Cc: linux-serial, linux-kernel, Jiri Slaby (SUSE)

Hi,

this is also for 6.19 or later.

This series continues to spread guards more both into the tty core code
and drivers.

Jiri Slaby (SUSE) (10):
  tty: pty: use guard()s
  tty: n_tty: use guard()s
  tty: n_hdlc: simplify return from n_hdlc_tty_ioctl()
  tty: n_hdlc: use guard()s
  tty: moxa: use guard()s
  tty: vt/keyboard: use __free()
  tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl()
  tty: vt/keyboard: use guard()s
  serial: serial_core: simplify uart_ioctl() returns
  serial: serial_core: use guard()s

 drivers/tty/moxa.c               | 169 +++++++---------
 drivers/tty/n_hdlc.c             |  79 +++-----
 drivers/tty/n_tty.c              | 109 +++++------
 drivers/tty/pty.c                | 103 +++++-----
 drivers/tty/serial/serial_core.c | 160 ++++++----------
 drivers/tty/vt/keyboard.c        | 318 ++++++++++++-------------------
 6 files changed, 378 insertions(+), 560 deletions(-)

-- 
2.51.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2025-11-19 10:02 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19 10:01 [PATCH 00/10] tty: another batch of conversions to guards Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 01/10] tty: pty: use guard()s Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 02/10] tty: n_tty: " Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 03/10] tty: n_hdlc: simplify return from n_hdlc_tty_ioctl() Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 04/10] tty: n_hdlc: use guard()s Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 05/10] tty: moxa: " Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 06/10] tty: vt/keyboard: use __free() Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 07/10] tty: vt/keyboard: simplify returns from vt_do_kbkeycode_ioctl() Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 08/10] tty: vt/keyboard: use guard()s Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 09/10] serial: serial_core: simplify uart_ioctl() returns Jiri Slaby (SUSE)
2025-11-19 10:01 ` [PATCH 10/10] serial: serial_core: use guard()s Jiri Slaby (SUSE)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox