[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220816144539.371752-1-dinguyen@kernel.org>
Date: Tue, 16 Aug 2022 09:45:39 -0500
From: Dinh Nguyen <dinguyen@...nel.org>
To: torvalds@...ux-foundation.org
Cc: dinguyen@...nel.org, linux-kernel@...r.kernel.org
Subject: [GIT PULL] NIOS2: fixes for v6.0
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(-)
Powered by blists - more mailing lists