From 304b817a84c425404bc0801cb44e74d8ae54d875 Mon Sep 17 00:00:00 2001 From: suezzelur Date: Wed, 25 Oct 2017 16:52:15 -0700 Subject: [PATCH] Enable x86 vsyscall emulation Change-Id: I1c7ecd901f2b0ad2e841db90a324a20239ba8724 Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4144 Reviewed-by: Sharath George Tested-by: Sharath George --- SPECS/linux/config-esx | 2 +- SPECS/linux/linux-esx.spec | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/SPECS/linux/config-esx b/SPECS/linux/config-esx index 4274ce3581..0e8b023913 100644 --- a/SPECS/linux/config-esx +++ b/SPECS/linux/config-esx @@ -455,7 +455,7 @@ CONFIG_PERF_EVENTS_INTEL_UNCORE=y # CONFIG_VM86 is not set CONFIG_X86_16BIT=y CONFIG_X86_ESPFIX64=y -# CONFIG_X86_VSYSCALL_EMULATION is not set +CONFIG_X86_VSYSCALL_EMULATION=y # CONFIG_I8K is not set # CONFIG_MICROCODE is not set CONFIG_X86_MSR=y diff --git a/SPECS/linux/linux-esx.spec b/SPECS/linux/linux-esx.spec index eecc8e2e89..6f1cead67e 100644 --- a/SPECS/linux/linux-esx.spec +++ b/SPECS/linux/linux-esx.spec @@ -2,7 +2,7 @@ Summary: Kernel Name: linux-esx Version: 4.9.53 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 URL: http://www.kernel.org/ Group: System Environment/Kernel @@ -198,6 +198,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg /usr/src/linux-headers-%{uname_r} %changelog +* Wed Oct 25 2017 Anish Swaminathan 4.9.53-5 +- Enable x86 vsyscall emulation * Tue Oct 17 2017 Alexey Makhalov 4.9.53-4 - Enable vsyscall emulation - Do not use deprecated -q depmod option