lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <1444245233-19229-2-git-send-email-hock.leong.kweh@intel.com> Date: Thu, 8 Oct 2015 03:13:52 +0800 From: "Kweh, Hock Leong" <hock.leong.kweh@...el.com> To: Matt Fleming <matt@...sole-pimps.org>, Greg Kroah-Hartman <gregkh@...uxfoundation.org> Cc: Ong Boon Leong <boon.leong.ong@...el.com>, LKML <linux-kernel@...r.kernel.org>, linux-efi@...r.kernel.org, Sam Protsenko <semen.protsenko@...aro.org>, Peter Jones <pjones@...hat.com>, Andy Lutomirski <luto@...capital.net>, Roy Franz <roy.franz@...aro.org>, Borislav Petkov <bp@...en8.de>, James Bottomley <James.Bottomley@...senpartnership.com>, Linux FS Devel <linux-fsdevel@...r.kernel.org>, "Kweh, Hock Leong" <hock.leong.kweh@...el.com>, Fleming Matt <matt.fleming@...el.com>, h.peter.anvin@...el.com Subject: [PATCH v8 1/2] efi: export efi_capsule_supported() function symbol From: "Kweh, Hock Leong" <hock.leong.kweh@...el.com> This patch export efi_capsule_supported() function symbol for capsule kernel module to use. Cc: Matt Fleming <matt.fleming@...el.com> Signed-off-by: Kweh, Hock Leong <hock.leong.kweh@...el.com> --- NOTE: This patch will be merge into Matt's [PATCH 2/2] efi: Capsule update support "https://lkml.org/lkml/2014/10/7/391", if he is agreeing to expose the function interface. drivers/firmware/efi/capsule.c | 1 1 file changed, 1 insertion(+) diff --git a/drivers/firmware/efi/capsule.c b/drivers/firmware/efi/capsule.c index d8cd75c0..738d437 100644 --- a/drivers/firmware/efi/capsule.c +++ b/drivers/firmware/efi/capsule.c @@ -101,6 +101,7 @@ out: kfree(capsule); return rv; } +EXPORT_SYMBOL_GPL(efi_capsule_supported); /** * efi_capsule_update - send a capsule to the firmware -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists