This is a note to let you know that I've just added the patch titled efi: Export efi_query_variable_store() for efivars.ko to the 3.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: efi-export-efi_query_variable_store-for-efivars.ko.patch and it can be found in the queue-3.4 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. >From c5ba30a73ebcca1b4068363ca08410fa3729ebeb Mon Sep 17 00:00:00 2001 From: Sergey Vlasov <vsu@xxxxxxxxxxx> Date: Tue, 16 Apr 2013 18:31:09 +0400 Subject: efi: Export efi_query_variable_store() for efivars.ko From: Sergey Vlasov <vsu@xxxxxxxxxxx> 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@xxxxxxxxxxx> Signed-off-by: Matt Fleming <matt.fleming@xxxxxxxxx> Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Cc: Rui Xiang <rui.xiang@xxxxxxxxxx> Signed-off-by: Greg Kroah-Hartman <gregkh@xxxxxxxxxxxxxxxxxxx> --- arch/x86/platform/efi/efi.c | 1 + 1 file changed, 1 insertion(+) --- a/arch/x86/platform/efi/efi.c +++ b/arch/x86/platform/efi/efi.c @@ -990,3 +990,4 @@ efi_status_t efi_query_variable_store(u3 return EFI_SUCCESS; } +EXPORT_SYMBOL_GPL(efi_query_variable_store); Patches currently in stable-queue which might be from vsu@xxxxxxxxxxx are queue-3.4/efi-export-efi_query_variable_store-for-efivars.ko.patch -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html