Browse code

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

suezzelur authored on 2017/10/26 08:52:15
Showing 2 changed files
... ...
@@ -455,7 +455,7 @@ CONFIG_PERF_EVENTS_INTEL_UNCORE=y
455 455
 # CONFIG_VM86 is not set
456 456
 CONFIG_X86_16BIT=y
457 457
 CONFIG_X86_ESPFIX64=y
458
-# CONFIG_X86_VSYSCALL_EMULATION is not set
458
+CONFIG_X86_VSYSCALL_EMULATION=y
459 459
 # CONFIG_I8K is not set
460 460
 # CONFIG_MICROCODE is not set
461 461
 CONFIG_X86_MSR=y
... ...
@@ -2,7 +2,7 @@
2 2
 Summary:        Kernel
3 3
 Name:           linux-esx
4 4
 Version:        4.9.53
5
-Release:        4%{?dist}
5
+Release:        5%{?dist}
6 6
 License:        GPLv2
7 7
 URL:            http://www.kernel.org/
8 8
 Group:          System Environment/Kernel
... ...
@@ -198,6 +198,8 @@ ln -sf linux-%{uname_r}.cfg /boot/photon.cfg
198 198
 /usr/src/linux-headers-%{uname_r}
199 199
 
200 200
 %changelog
201
+*   Wed Oct 25 2017 Anish Swaminathan <anishs@vmware.com> 4.9.53-5
202
+-   Enable x86 vsyscall emulation
201 203
 *   Tue Oct 17 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.53-4
202 204
 -   Enable vsyscall emulation
203 205
 -   Do not use deprecated -q depmod option