summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@gmail.com>2017-04-07 07:53:08 +0100
committerPeter Robinson <pbrobinson@gmail.com>2017-04-07 07:53:08 +0100
commit4b0ddc9565f51de48338e349c502657ec988f04d (patch)
tree1d0d7d2a7d58c3c7fc4663962942d08c8b96eadf
parent5f794a70b7e385a40397ff43d05a42eeca5bcc4b (diff)
downloadkernel-4b0ddc9565f51de48338e349c502657ec988f04d.tar.gz
kernel-4b0ddc9565f51de48338e349c502657ec988f04d.tar.xz
kernel-4b0ddc9565f51de48338e349c502657ec988f04d.zip
Enable VDSO for aarch64 and ARMv7-LPAE
-rw-r--r--baseconfig/arm/arm64/CONFIG_VDSO1
-rw-r--r--baseconfig/arm/armv7/lpae/CONFIG_VDSO1
-rw-r--r--kernel-aarch64-debug.config2
-rw-r--r--kernel-aarch64.config2
-rw-r--r--kernel-armv7hl-lpae-debug.config2
-rw-r--r--kernel-armv7hl-lpae.config2
-rw-r--r--kernel.spec3
7 files changed, 9 insertions, 4 deletions
diff --git a/baseconfig/arm/arm64/CONFIG_VDSO b/baseconfig/arm/arm64/CONFIG_VDSO
new file mode 100644
index 000000000..cab5ebafb
--- /dev/null
+++ b/baseconfig/arm/arm64/CONFIG_VDSO
@@ -0,0 +1 @@
+CONFIG_VDSO=y
diff --git a/baseconfig/arm/armv7/lpae/CONFIG_VDSO b/baseconfig/arm/armv7/lpae/CONFIG_VDSO
new file mode 100644
index 000000000..cab5ebafb
--- /dev/null
+++ b/baseconfig/arm/armv7/lpae/CONFIG_VDSO
@@ -0,0 +1 @@
+CONFIG_VDSO=y
diff --git a/kernel-aarch64-debug.config b/kernel-aarch64-debug.config
index 7294b87e0..8296aa4e7 100644
--- a/kernel-aarch64-debug.config
+++ b/kernel-aarch64-debug.config
@@ -5949,7 +5949,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set
# CONFIG_VCNL4000 is not set
-# CONFIG_VDSO is not set
+CONFIG_VDSO=y
# CONFIG_VEML6070 is not set
CONFIG_VETH=m
CONFIG_VEXPRESS_SYSCFG=y
diff --git a/kernel-aarch64.config b/kernel-aarch64.config
index 022c906d5..ec0632862 100644
--- a/kernel-aarch64.config
+++ b/kernel-aarch64.config
@@ -5926,7 +5926,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set
# CONFIG_VCNL4000 is not set
-# CONFIG_VDSO is not set
+CONFIG_VDSO=y
# CONFIG_VEML6070 is not set
CONFIG_VETH=m
CONFIG_VEXPRESS_SYSCFG=y
diff --git a/kernel-armv7hl-lpae-debug.config b/kernel-armv7hl-lpae-debug.config
index 2313b9fe8..1a92289a0 100644
--- a/kernel-armv7hl-lpae-debug.config
+++ b/kernel-armv7hl-lpae-debug.config
@@ -6114,7 +6114,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set
# CONFIG_VCNL4000 is not set
-# CONFIG_VDSO is not set
+CONFIG_VDSO=y
# CONFIG_VEML6070 is not set
CONFIG_VETH=m
CONFIG_VEXPRESS_SYSCFG=y
diff --git a/kernel-armv7hl-lpae.config b/kernel-armv7hl-lpae.config
index b40f4e279..0637ed134 100644
--- a/kernel-armv7hl-lpae.config
+++ b/kernel-armv7hl-lpae.config
@@ -6091,7 +6091,7 @@ CONFIG_V4L_MEM2MEM_DRIVERS=y
# CONFIG_V4L_PLATFORM_DRIVERS is not set
# CONFIG_V4L_TEST_DRIVERS is not set
# CONFIG_VCNL4000 is not set
-# CONFIG_VDSO is not set
+CONFIG_VDSO=y
# CONFIG_VEML6070 is not set
CONFIG_VETH=m
CONFIG_VEXPRESS_SYSCFG=y
diff --git a/kernel.spec b/kernel.spec
index 79a7651c0..04eaf1a9a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2169,6 +2169,9 @@ fi
#
#
%changelog
+* Fri Apr 7 2017 Peter Robinson <pbrobinson@fedoraproject.org>
+- Enable VDSO for aarch64 and ARMv7-LPAE
+
* Thu Apr 06 2017 Laura Abbott <labbott@fedoraproject.org>
- Fix for powerpc booting with large initrd (rhbz 1435154)