From: Ard Biesheuvel <ardb@kernel.org>
To: linux-efi@vger.kernel.org
Cc: Ingo Molnar <mingo@redhat.com>,
Thomas Gleixner <tglx@linutronix.de>,
Borislav Petkov <bp@alien8.de>
Subject: [GIT PULL] More EFI fixes for v5.12-rc
Date: Fri, 19 Mar 2021 13:58:10 +0100 [thread overview]
Message-ID: <20210319125810.230557-1-ardb@kernel.org> (raw)
The following changes since commit 9e9888a0fe97b9501a40f717225d2bef7100a2c1:
efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP table (2021-03-07 09:31:02 +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.12-rc3
for you to fetch changes up to fb98cc0b3af2ba4d87301dff2b381b12eee35d7d:
efi: use 32-bit alignment for efi_guid_t literals (2021-03-19 07:44:28 +0100)
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>
----------------------------------------------------------------
Another couple of EFI fixes for v5.12-rc:
- anothing missing RT_PROP table related fix, to ensure that the efivarfs
pseudo filesystem fails gracefully if variable services are unsupported
- use the correct alignment for literal EFI GUIDs
- fix a use after unmap issue in the memreserve code
----------------------------------------------------------------
Ard Biesheuvel (1):
efi: use 32-bit alignment for efi_guid_t literals
Lv Yunlong (1):
firmware/efi: Fix a use after bug in efi_mem_reserve_persistent
Shawn Guo (1):
efivars: respect EFI_UNSUPPORTED return from firmware
drivers/firmware/efi/efi.c | 3 ++-
drivers/firmware/efi/vars.c | 4 ++++
include/linux/efi.h | 6 ++++--
3 files changed, 10 insertions(+), 3 deletions(-)
next reply other threads:[~2021-03-19 12:59 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-19 12:58 Ard Biesheuvel [this message]
2021-03-19 13:24 ` [GIT PULL] More EFI fixes for v5.12-rc Ingo Molnar
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=20210319125810.230557-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.