Commits
Martin Schwidefsky committed 054732837c3
s390/keyboard: sanitize array index in do_kdsk_ioctl The kbd_ioctl uses two user controlled indexes for KDGKBENT/KDSKBENT. Use array_index_nospec to prevent any out of bounds speculation. Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>