]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
nios2: don't leave NULLs in sys_call_table[]
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 8 Aug 2022 15:06:46 +0000 (16:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 25 Aug 2022 09:09:29 +0000 (11:09 +0200)
commit8c7739f57084da2075f09de820b99da7e606dc8d
tree197cc1f1183ba262e0ca166f3ef6a5ef888716fc
parentc0710869c3cead7b404284bc2d9b11c570864973
nios2: don't leave NULLs in sys_call_table[]

commit 45ec746c65097c25e77d24eae8fee0def5b6cc5d upstream.

fill the gaps in there with sys_ni_syscall, as everyone does...

Fixes: 82ed08dd1b0e ("nios2: Exception handling")
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
arch/nios2/kernel/entry.S
arch/nios2/kernel/syscall_table.c