From 00dcb084682b7599f2a3e69dcb4978cbb38f5c58 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Wed, 20 Aug 2014 12:21:29 -0400 Subject: linux-yocto/3.14: KASLR and VDSO backports Updating the 3.14 linux-yocto SRCREVs for feature backports: 6cfe9c448741 x86, kaslr: boot-time selectable with hibernation 881a5f5812fd x86, kaslr: fix module lock ordering problem 121ec40d905d x86, kaslr: randomize module base load address 6efd2d21273c x86, vdso: Add 32 bit VDSO time support for 64 bit kernel 642441e17072 x86, vdso: Add 32 bit VDSO time support for 32 bit kernel 1d8dd2e617d4 x86, vdso: Patch alternatives in the 32-bit VDSO 353f3eadb16d x86, vdso: Introduce VVAR marco for vdso32 5e6e6ec6eb5c x86, vdso: Cleanup __vdso_gettimeofday() 91efa61ed6c2 x86, vdso: Replace VVAR(vsyscall_gtod_data) by gtod macro f9c259ee1b2f x86, vdso: __vdso_clock_gettime() cleanup 63d9b1c4ec72 x86, vdso: Revamp vclock_gettime.c e3a8ed44c964 mm: Add new func _install_special_mapping() to mmap.c 02a67e32e58d x86, vdso: Make vsyscall_gtod_data handling x86 generic d076cfb68504 x86, vdso, xen: Remove stray reference to FIX_VDSO 949153696c99 x86_32, mm: Remove user bit from identity map PDE e5cf7dfec74d x86, vdso: Remove compat vdso support Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb index ffe198e58b..50a742f888 100644 --- a/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb +++ b/meta/recipes-kernel/linux/linux-yocto-tiny_3.14.bb @@ -8,8 +8,8 @@ LINUX_VERSION ?= "3.14.13" KMETA = "meta" -SRCREV_machine ?= "59ed057796efe35d264c2ebe4f79acdbe40026e5" -SRCREV_meta ?= "3a897e59cb5de59e7fdaabdfa89db5da69966def" +SRCREV_machine ?= "6cfe9c448741ab317d70a8ded3a953a0e66bb0a5" +SRCREV_meta ?= "3eefa4379f073768df150184e9dad1ff3228a0ff" PV = "${LINUX_VERSION}+git${SRCPV}" -- cgit 1.2.3-korg