From mboxrd@z Thu Jan 1 00:00:00 1970 From: Peter =?utf-8?q?M=C3=BCller?= To: development@lists.ipfire.org Subject: [PATCH] kernel: disable CONFIG_MODIFY_LDT_SYSCALL on i586 and x86_64 Date: Sun, 07 Jun 2020 16:32:26 +0000 Message-ID: <62aee582-3d49-6662-9285-c9566c17575a@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0101783054134109213==" List-Id: --===============0101783054134109213== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Fixes: #12382 Cc: Arne Fitzenreiter Signed-off-by: Peter M=C3=BCller --- config/kernel/kernel.config.i586-ipfire | 1 - config/kernel/kernel.config.x86_64-ipfire | 1 - 2 files changed, 2 deletions(-) diff --git a/config/kernel/kernel.config.i586-ipfire b/config/kernel/kernel.c= onfig.i586-ipfire index 0b6e0ca08..d21718829 100644 --- a/config/kernel/kernel.config.i586-ipfire +++ b/config/kernel/kernel.config.i586-ipfire @@ -633,7 +633,6 @@ CONFIG_HOTPLUG_CPU=3Dy # CONFIG_DEBUG_HOTPLUG_CPU0 is not set # CONFIG_COMPAT_VDSO is not set # CONFIG_CMDLINE_BOOL is not set -CONFIG_MODIFY_LDT_SYSCALL=3Dy CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=3Dy =20 # diff --git a/config/kernel/kernel.config.x86_64-ipfire b/config/kernel/kernel= .config.x86_64-ipfire index 27b073ec7..193c6e3a9 100644 --- a/config/kernel/kernel.config.x86_64-ipfire +++ b/config/kernel/kernel.config.x86_64-ipfire @@ -650,7 +650,6 @@ CONFIG_HOTPLUG_CPU=3Dy # CONFIG_LEGACY_VSYSCALL_EMULATE is not set CONFIG_LEGACY_VSYSCALL_NONE=3Dy # CONFIG_CMDLINE_BOOL is not set -CONFIG_MODIFY_LDT_SYSCALL=3Dy CONFIG_HAVE_LIVEPATCH=3Dy # CONFIG_LIVEPATCH is not set CONFIG_ARCH_HAS_ADD_PAGES=3Dy --=20 2.26.2 --===============0101783054134109213==--