[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20231121092258.9334-1-jirislaby@kernel.org>
Date: Tue, 21 Nov 2023 10:22:41 +0100
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>,
"David S. Miller" <davem@...emloft.net>,
Eric Dumazet <edumazet@...gle.com>,
Ivan Kokshaysky <ink@...assic.park.msu.ru>,
Jakub Kicinski <kuba@...nel.org>,
Jan Kara <jack@...e.com>,
Laurentiu Tudor <laurentiu.tudor@....com>,
linux-alpha@...r.kernel.org,
linuxppc-dev@...ts.ozlabs.org,
linux-usb@...r.kernel.org,
Matt Turner <mattst88@...il.com>,
netdev@...r.kernel.org,
Paolo Abeni <pabeni@...hat.com>,
Richard Henderson <richard.henderson@...aro.org>
Subject: [PATCH 00/17] tty: small cleanups and fixes
This is a series to fix/clean up some obvious issues I revealed during
u8+size_t conversions (to be posted later).
Cc: "David S. Miller" <davem@...emloft.net>
Cc: Eric Dumazet <edumazet@...gle.com>
Cc: Ivan Kokshaysky <ink@...assic.park.msu.ru>
Cc: Jakub Kicinski <kuba@...nel.org>
Cc: Jan Kara <jack@...e.com>
Cc: Laurentiu Tudor <laurentiu.tudor@....com>
Cc: linux-alpha@...r.kernel.org
Cc: linuxppc-dev@...ts.ozlabs.org
Cc: linux-usb@...r.kernel.org
Cc: Matt Turner <mattst88@...il.com>
Cc: netdev@...r.kernel.org
Cc: Paolo Abeni <pabeni@...hat.com>
Cc: Richard Henderson <richard.henderson@...aro.org>
Jiri Slaby (SUSE) (17):
tty: deprecate tty_write_message()
tty: remove unneeded mbz from tiocsti()
tty: fix tty_operations types in documentation
tty: move locking docs out of Returns for functions in tty.h
tty: amiserial: return from receive_chars() without goto
tty: amiserial: use bool and rename overrun flag in receive_chars()
tty: ehv_bytecha: use memcpy_and_pad() in local_ev_byte_channel_send()
tty: goldfish: drop unneeded temporary variables
tty: hso: don't emit load/unload info to the log
tty: hso: don't initialize global serial_table
tty: hvc_console: use flexible array for outbuf
tty: nozomi: remove unused debugging DUMP()
tty: srmcons: use 'buf' directly in srmcons_do_write()
tty: srmcons: use 'count' directly in srmcons_do_write()
tty: srmcons: make srmcons_do_write() return void
tty: srmcons: switch need_cr to bool
tty: srmcons: make 'str_cr' const and non-array
arch/alpha/kernel/srmcons.c | 29 +++++++++++++----------------
drivers/net/usb/hso.c | 11 -----------
drivers/tty/amiserial.c | 10 ++++------
drivers/tty/ehv_bytechan.c | 7 +++++--
drivers/tty/goldfish.c | 7 ++-----
drivers/tty/hvc/hvc_console.c | 4 +---
drivers/tty/hvc/hvc_console.h | 2 +-
drivers/tty/nozomi.c | 18 ------------------
drivers/tty/tty_io.c | 8 ++++++--
include/linux/tty.h | 12 +++++++-----
include/linux/tty_driver.h | 5 ++---
11 files changed, 41 insertions(+), 72 deletions(-)
--
2.42.1
Powered by blists - more mailing lists