summaryrefslogtreecommitdiffstats
path: root/drivers/tty/vt/keyboard.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-26 15:07:17 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2021-07-27 12:21:21 +0200
commit3a96e97ab4e835078e6f27b7e1c0947814df3841 (patch)
treeef47e8b65d374ae7357daa729bbb598b986f7588 /drivers/tty/vt/keyboard.c
parent481975b24c3996352c100be1c3f962bc54ec552d (diff)
downloadlinux-stable-3a96e97ab4e835078e6f27b7e1c0947814df3841.tar.gz
linux-stable-3a96e97ab4e835078e6f27b7e1c0947814df3841.tar.bz2
linux-stable-3a96e97ab4e835078e6f27b7e1c0947814df3841.zip
serial: 8250_pci: make setup_port() parameters explicitly unsigned
The bar and offset parameters to setup_port() are used in pointer math, and while it would be very difficult to get them to wrap as a negative number, just be "safe" and make them unsigned so that static checkers do not trip over them unintentionally. Cc: Jiri Slaby <jirislaby@kernel.org> Reported-by: Jordy Zomer <jordy@pwning.systems> Link: https://lore.kernel.org/r/20210726130717.2052096-1-gregkh@linuxfoundation.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/vt/keyboard.c')
0 files changed, 0 insertions, 0 deletions