[PATCH 0/3] serial core type consistency and overflow checks
From: Vamshi Gajjela
Date: Sat Oct 14 2023 - 06:50:00 EST
From: VAMSHI GAJJELA <vamshigajjela@xxxxxxxxxx>
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