* efi: Auto-load the efi-pstore module
@ 2015-09-28 0:44 Ben Hutchings
[not found] ` <1443401056.2517.27.camel-/+tVBieCtBitmTQ+vhA3Yw@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Ben Hutchings @ 2015-09-28 0:44 UTC (permalink / raw)
To: Matt Fleming; +Cc: linux-efi-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 640 bytes --]
efi-pstore should be auto-loaded on EFI systems, same as efivars.
Signed-off-by: Ben Hutchings <ben-/+tVBieCtBitmTQ+vhA3Yw@public.gmane.org>
---
This was included in Debian 8 "jessie" with no complaints so far
(and without CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE set), so it seems
to be safe to do.
Ben.
--- a/drivers/firmware/efi/efi-pstore.c
+++ b/drivers/firmware/efi/efi-pstore.c
@@ -400,3 +400,4 @@ module_exit(efivars_pstore_exit);
MODULE_DESCRIPTION("EFI variable backend for pstore");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:efivars");
--
Ben Hutchings
All extremists should be taken out and shot.
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 811 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-10-07 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-28 0:44 efi: Auto-load the efi-pstore module Ben Hutchings
[not found] ` <1443401056.2517.27.camel-/+tVBieCtBitmTQ+vhA3Yw@public.gmane.org>
2015-10-07 21:16 ` Matt Fleming
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).