From: Ard Biesheuvel <ardb@kernel.org>
To: linux-efi@vger.kernel.org
Cc: ardb@kernel.org, Ingo Molnar <mingo@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
Borislav Petkov <bp@alien8.de>
Subject: [GIT PULL] EFI fixes for v5.10-rc5
Date: Fri, 27 Nov 2020 08:28:27 +0100 [thread overview]
Message-ID: <20201127072827.18308-1-ardb@kernel.org> (raw)
Please pull the changes below. The efivarfs patch fixes a regression that
was introduced by a 'bug fix' last week, but this turned out to result in
double frees that trigger BUG()s when CONFIG_SLAB_FREELIST_HARDENED is
enabled.
The following changes since commit c2fe61d8be491ff8188edaf22e838f819999146b:
efi/x86: Free efi_pgd with free_pages() (2020-11-10 19:18:11 +0100)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.10-rc5
for you to fetch changes up to 36a237526cd81ff4b6829e6ebd60921c6f976e3b:
efi: EFI_EARLYCON should depend on EFI (2020-11-25 16:55:02 +0100)
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>
----------------------------------------------------------------
More EFI fixes for v5.10-rc:
- revert efivarfs kmemleak fix again - it was a false positive;
- make CONFIG_EFI_EARLYCON depend on CONFIG_EFI explicitly so it does not
pull in other dependencies unnecessarily if CONFIG_EFI is not set
- defer attempts to load SSDT overrides from EFI vars until after the
efivar layer is up.
----------------------------------------------------------------
Amadeusz Sławiński (1):
efi/efivars: Set generic ops before loading SSDT
Ard Biesheuvel (1):
efivarfs: revert "fix memory leak in efivarfs_create()"
Geert Uytterhoeven (1):
efi: EFI_EARLYCON should depend on EFI
drivers/firmware/efi/Kconfig | 2 +-
drivers/firmware/efi/efi.c | 2 +-
fs/efivarfs/inode.c | 2 ++
fs/efivarfs/super.c | 1 -
4 files changed, 4 insertions(+), 3 deletions(-)
reply other threads:[~2020-11-27 7:28 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20201127072827.18308-1-ardb@kernel.org \
--to=ardb@kernel.org \
--cc=bp@alien8.de \
--cc=linux-efi@vger.kernel.org \
--cc=mingo@redhat.com \
--cc=tglx@linutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.