Skip to content

Commit

Permalink
Enable x86 vsyscall emulation
Browse files Browse the repository at this point in the history
Change-Id: I1c7ecd901f2b0ad2e841db90a324a20239ba8724
Reviewed-on: http://photon-jenkins.eng.vmware.com:8082/4144
Reviewed-by: Sharath George
Tested-by: Sharath George
  • Loading branch information
suezzelur authored and Sharath George committed Oct 26, 2017
1 parent 9a114b1 commit 304b817
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SPECS/linux/config-esx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion SPECS/linux/linux-esx.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <anishs@vmware.com> 4.9.53-5
- Enable x86 vsyscall emulation
* Tue Oct 17 2017 Alexey Makhalov <amakhalov@vmware.com> 4.9.53-4
- Enable vsyscall emulation
- Do not use deprecated -q depmod option
Expand Down

0 comments on commit 304b817

Please sign in to comment.