[linux] 05/11: udeb: Add efivarfs to efi-modules.
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sun Jun 4 02:04:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit 4ff30925bbdafc191be5e1dbd180732a98a5b1e3
Author: Cyril Brulebois <kibi at debian.org>
Date: Sun May 14 15:31:45 2017 +0200
udeb: Add efivarfs to efi-modules.
This might be needed to retrieve firmware or configuration bits from
d-i.
[bwh: Add closes: #862555]
---
debian/changelog | 4 ++++
debian/installer/modules/efi-modules | 1 +
2 files changed, 5 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index e6e8d5b..b56085b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -427,6 +427,10 @@ linux (4.9.30-1) UNRELEASED; urgency=medium
* crypto: skcipher - Add missing API setkey checks (CVE-2017-9211)
* ipv6: fix out of bound writes in __ip6_append_data() (CVE-2017-9242)
+ [ Cyril Brulebois ]
+ * udeb: Add efivarfs to efi-modules, which can be needed to retrieve
+ firmware or configuration bits from d-i. (Closes: #862555)
+
-- Ben Hutchings <ben at decadent.org.uk> Mon, 08 May 2017 21:11:08 +0200
linux (4.9.25-1) unstable; urgency=medium
diff --git a/debian/installer/modules/efi-modules b/debian/installer/modules/efi-modules
index 9173272..63bedfc 100644
--- a/debian/installer/modules/efi-modules
+++ b/debian/installer/modules/efi-modules
@@ -1 +1,2 @@
efivars
+efivarfs
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list