]> 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:38:03 +0000 (11:38 +0200)
commit1d2c89dc4837cdd9d0e672ec6d3357cd1362b1b7
tree76faef2eef7fb1fd9fa0090e50f6fdc4161c7f43
parentd29cdf865ae133810e55d15867d9ebf45fc75f37
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