Skip to content
Commit 912a5257 authored by Andy Lutomirski's avatar Andy Lutomirski Committed by Paul Gortmaker
Browse files

x86/syscalls: Disallow compat entries for all types of 64-bit syscalls



commit f85a8573 upstream.

A "compat" entry in the syscall tables means to use a different entry on
32-bit and 64-bit builds.

This only makes sense for syscalls that exist in the first place in 32-bit
builds, so disallow it for anything other than i386.

Signed-off-by: default avatarAndy Lutomirski <luto@kernel.org>
Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
Link: https://lkml.kernel.org/r/4b7565954c5a06530ac01d98cb1592538fd8ae51.1562185330.git.luto@kernel.org


Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
parent 2d525aa4
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment