[PATCH 0/3] serial core type consistency and overflow checks

Vamshi Gajjela posted 3 patches 2 years, 3 months ago
Only 1 patches received!
drivers/tty/serial/serial_core.c | 4 ++--
include/linux/serial_core.h      | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
[PATCH 0/3] serial core type consistency and overflow checks
Posted by Vamshi Gajjela 2 years, 3 months ago
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