Commit c9fa6e32 authored by Colin Ian King's avatar Colin Ian King Committed by Kleber Sacilotto de Souza

Revert "UBUNTU: SAUCE: arch/x86/entry/vdso: temporarily disable vdso"

CVE-2017-5754

This reverts commit b94ff634.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarKleber Sacilotto de Souza <kleber.souza@canonical.com>
parent 692e22e8
......@@ -17,7 +17,7 @@
#ifdef CONFIG_COMPAT_VDSO
#define VDSO_DEFAULT 0
#else
#define VDSO_DEFAULT 0
#define VDSO_DEFAULT 1
#endif
/*
......
......@@ -22,7 +22,7 @@
#include <asm/cpufeature.h>
#if defined(CONFIG_X86_64)
unsigned int __read_mostly vdso64_enabled = 0;
unsigned int __read_mostly vdso64_enabled = 1;
#endif
void __init init_vdso_image(const struct vdso_image *image)
......
Markdown is supported
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