From: Linus Torvalds Date: Mon, 4 Sep 2017 18:18:17 +0000 (-0700) Subject: Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=6c51e67b64d169419fb13318035bb442f9176612;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'x86-syscall-for-linus' of git://git./linux/kernel/git/tip/tip Pull syscall updates from Ingo Molnar: "Improve the security of set_fs(): we now check the address limit on a number of key platforms (x86, arm, arm64) before returning to user-space - without adding overhead to the typical system call fast path" * 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: arm64/syscalls: Check address limit on user-mode return arm/syscalls: Check address limit on user-mode return x86/syscalls: Check address limit on user-mode return --- 6c51e67b64d169419fb13318035bb442f9176612 diff --cc arch/arm64/kernel/signal.c index 089c3747995d,0f0279148bdc..e3e3293d1123 --- a/arch/arm64/kernel/signal.c +++ b/arch/arm64/kernel/signal.c @@@ -23,12 -22,10 +23,13 @@@ #include #include #include +#include #include +#include +#include #include #include + #include #include #include