[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20190918224608.77973-1-samitolvanen@google.com>
Date: Wed, 18 Sep 2019 15:46:03 -0700
From: Sami Tolvanen <samitolvanen@...gle.com>
To: Andy Lutomirski <luto@...nel.org>,
Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>, Borislav Petkov <bp@...en8.de>,
"H . Peter Anvin" <hpa@...or.com>,
Kees Cook <keescook@...omium.org>
Cc: x86@...nel.org, linux-kernel@...r.kernel.org,
Sami Tolvanen <samitolvanen@...gle.com>
Subject: [PATCH v2 0/5] x86: fix syscall function type mismatches
This patch set changes x86 syscall wrappers and related functions to
use function types that match sys_call_ptr_t. This fixes indirect call
mismatches with Control-Flow Integrity (CFI) checking.
Changes since v1:
- Use SYSCALL_DEFINE0 for __x64_sys_ni_syscall.
- Include Andy's COMPAT_SYSCALL_DEFINE0 patch and use the macro
for (rt_)sigreturn.
Andy Lutomirski (1):
x86/syscalls: Wire up COMPAT_SYSCALL_DEFINE0
Sami Tolvanen (4):
x86: use the correct function type in SYSCALL_DEFINE0
x86: use COMPAT_SYSCALL_DEFINE0 for IA32 (rt_)sigreturn
x86: use the correct function type for sys_ni_syscall
x86: fix function types in COND_SYSCALL
arch/x86/entry/syscall_32.c | 8 +--
arch/x86/entry/syscall_64.c | 14 +++--
arch/x86/entry/syscalls/syscall_32.tbl | 8 +--
arch/x86/ia32/ia32_signal.c | 5 +-
arch/x86/include/asm/syscall_wrapper.h | 76 ++++++++++++++++++++------
5 files changed, 78 insertions(+), 33 deletions(-)
--
2.23.0.351.gc4317032e6-goog
Powered by blists - more mailing lists