linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] serial core type consistency and overflow checks
@ 2023-10-14 10:49 Vamshi Gajjela
  2023-10-14 10:49 ` [PATCH 2/3] serial: core: Make local variable size to u64 Vamshi Gajjela
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Vamshi Gajjela @ 2023-10-14 10:49 UTC (permalink / raw)
  To: Greg Kroah-Hartman, Jiri Slaby, ilpo.jarvinen
  Cc: linux-serial, linux-kernel, manugautam, Subhash Jadavani,
	Channa Kadabi, VAMSHI GAJJELA

From: VAMSHI GAJJELA <vamshigajjela@google.com>

This patch series introduces a set of enhancements to the serial core,
primarily focusing on improving type consistency and ensuring proper
handling of timeout values. The changes aim to enhance the reliability
and maintainability of the serial core.

VAMSHI GAJJELA (3):
  serial: core: Potential overflow of frame_time
  serial: core: Make local variable size to u64
  serial: core: Update uart_poll_timeout function to return unsigned int

 drivers/tty/serial/serial_core.c | 4 ++--
 include/linux/serial_core.h      | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.42.0.655.g421f12c284-goog


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

end of thread, other threads:[~2023-10-18 14:25 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-14 10:49 [PATCH 0/3] serial core type consistency and overflow checks Vamshi Gajjela
2023-10-14 10:49 ` [PATCH 2/3] serial: core: Make local variable size to u64 Vamshi Gajjela
2023-10-16 11:39   ` Ilpo Järvinen
2023-10-18 14:16     ` VAMSHI GAJJELA
2023-10-14 10:49 ` [PATCH 3/3] serial: core: Update uart_poll_timeout function to return unsigned int Vamshi Gajjela
2023-10-16 11:44   ` Ilpo Järvinen
     [not found] ` <20231014104942.856152-2-vamshigajjela@google.com>
2023-10-16 10:33   ` [PATCH 1/3] serial: core: Potential overflow of frame_time Ilpo Järvinen
2023-10-18 13:45     ` VAMSHI GAJJELA

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).