[ 3.5.y.z extended stable ] Patch "efi: Export efi_query_variable_store() for efivars.ko" has been added to staging queue

Luis Henriques luis.henriques at canonical.com
Wed Jul 10 15:34:08 UTC 2013


This is a note to let you know that I have just added a patch titled

    efi: Export efi_query_variable_store() for efivars.ko

to the linux-3.5.y-queue branch of the 3.5.y.z extended stable tree 
which can be found at:

 http://kernel.ubuntu.com/git?p=ubuntu/linux.git;a=shortlog;h=refs/heads/linux-3.5.y-queue

If you, or anyone else, feels it should not be added to this tree, please 
reply to this email.

For more information about the 3.5.y.z tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable

Thanks.
-Luis

------

>From 915561daa9060f54abe4855e21cbda341ffe0592 Mon Sep 17 00:00:00 2001
From: Sergey Vlasov <vsu at altlinux.ru>
Date: Tue, 16 Apr 2013 18:31:09 +0400
Subject: [PATCH] efi: Export efi_query_variable_store() for efivars.ko

commit 3668011d4ad556224f7c012c1e870a6eaa0e59da upstream.

Fixes build with CONFIG_EFI_VARS=m which was broken after the commit
"x86, efivars: firmware bug workarounds should be in platform code".

Signed-off-by: Sergey Vlasov <vsu at altlinux.ru>
Signed-off-by: Matt Fleming <matt.fleming at intel.com>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
 arch/x86/platform/efi/efi.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/x86/platform/efi/efi.c b/arch/x86/platform/efi/efi.c
index 8bb9f83..b8699b3 100644
--- a/arch/x86/platform/efi/efi.c
+++ b/arch/x86/platform/efi/efi.c
@@ -989,3 +989,4 @@ efi_status_t efi_query_variable_store(u32 attributes, unsigned long size)

 	return EFI_SUCCESS;
 }
+EXPORT_SYMBOL_GPL(efi_query_variable_store);
--
1.8.1.2





More information about the kernel-team mailing list