[GIT PULL] NIOS2: fixes for v6.0

From: Dinh Nguyen
Date: Tue Aug 16 2022 - 10:45:54 EST


Hi Linus,

Please pull these fixes for NIOS2 for v6.0.

Thanks,

Dinh

The following changes since commit 568035b01cfb107af8d2e4bd2fb9aea22cf5b868:

Linux 6.0-rc1 (2022-08-14 15:50:18 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux.git tags/nios2_fixes_v6.0

for you to fetch changes up to fd0c153daad135d0ec1a53c5dbe6936a724d6ae1:

nios2: add force_successful_syscall_return() (2022-08-15 11:25:32 -0500)

----------------------------------------------------------------
NIOS2 fixes for v6.0
- Security fixes from Al Viro

----------------------------------------------------------------
Al Viro (6):
nios2: page fault et.al. are *not* restartable syscalls...
nios2: don't leave NULLs in sys_call_table[]
nios2: traced syscall does need to check the syscall number
nios2: fix syscall restart checks
nios2: restarts apply only to the first sigframe we build...
nios2: add force_successful_syscall_return()

arch/nios2/include/asm/entry.h | 3 ++-
arch/nios2/include/asm/ptrace.h | 2 ++
arch/nios2/kernel/entry.S | 22 +++++++++++++++-------
arch/nios2/kernel/signal.c | 3 ++-
arch/nios2/kernel/syscall_table.c | 1 +
5 files changed, 22 insertions(+), 9 deletions(-)