* [GIT PULL] EFI changes for v5.12
@ 2021-01-27 10:56 Ard Biesheuvel
2021-01-27 17:56 ` Borislav Petkov
0 siblings, 1 reply; 2+ messages in thread
From: Ard Biesheuvel @ 2021-01-27 10:56 UTC (permalink / raw)
To: linux-efi; +Cc: ardb, Ingo Molnar, Thomas Gleixner, Borislav Petkov
The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.12
for you to fetch changes up to 1c761ee9da1ac6ba7e40d14457fac94c87eaff35:
efi/arm64: Update debug prints to reflect other entropy sources (2021-01-21 10:54:08 +0100)
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>
----------------------------------------------------------------
EFI updates for v5.12
A few cleanups left and right, some of which were part of a initrd
measured boot series that needs some more work, and so only the cleanup
patches have been included for this release.
----------------------------------------------------------------
Ard Biesheuvel (6):
efi: ia64: move IA64-only declarations to new asm/efi.h header
efi/libstub: whitespace cleanup
efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()
efi/libstub: move TPM related prototypes into efistub.h
efi: x86: move mixed mode stack PA variable out of 'efi_scratch'
efi: x86: clean up previous struct mm switching
Mark Brown (1):
efi/arm64: Update debug prints to reflect other entropy sources
arch/ia64/include/asm/efi.h | 13 +++++++++++++
arch/ia64/kernel/efi.c | 1 +
arch/ia64/kernel/machine_kexec.c | 1 +
arch/ia64/kernel/mca.c | 1 +
arch/ia64/kernel/smpboot.c | 1 +
arch/ia64/kernel/time.c | 1 +
arch/ia64/kernel/uncached.c | 4 +---
arch/ia64/mm/contig.c | 1 +
arch/ia64/mm/discontig.c | 1 +
arch/ia64/mm/init.c | 1 +
arch/x86/include/asm/efi.h | 20 ++++++--------------
arch/x86/platform/efi/efi_64.c | 29 ++++++++++++++++-------------
arch/x86/platform/efi/efi_thunk_64.S | 6 +++++-
drivers/firmware/efi/libstub/arm64-stub.c | 4 ++--
drivers/firmware/efi/libstub/efistub.h | 11 ++++++++++-
include/linux/efi.h | 19 ++-----------------
16 files changed, 63 insertions(+), 51 deletions(-)
create mode 100644 arch/ia64/include/asm/efi.h
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [GIT PULL] EFI changes for v5.12
2021-01-27 10:56 [GIT PULL] EFI changes for v5.12 Ard Biesheuvel
@ 2021-01-27 17:56 ` Borislav Petkov
0 siblings, 0 replies; 2+ messages in thread
From: Borislav Petkov @ 2021-01-27 17:56 UTC (permalink / raw)
To: Ard Biesheuvel; +Cc: linux-efi, Ingo Molnar, Thomas Gleixner
On Wed, Jan 27, 2021 at 11:56:04AM +0100, Ard Biesheuvel wrote:
> The following changes since commit 5c8fe583cce542aa0b84adc939ce85293de36e5e:
>
> Linux 5.11-rc1 (2020-12-27 15:30:22 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.12
>
> for you to fetch changes up to 1c761ee9da1ac6ba7e40d14457fac94c87eaff35:
>
> efi/arm64: Update debug prints to reflect other entropy sources (2021-01-21 10:54:08 +0100)
>
> Cc: Ingo Molnar <mingo@redhat.com>
> Cc: Thomas Gleixner <tglx@linutronix.de>
> Cc: Borislav Petkov <bp@alien8.de>
>
> ----------------------------------------------------------------
> EFI updates for v5.12
>
> A few cleanups left and right, some of which were part of a initrd
> measured boot series that needs some more work, and so only the cleanup
> patches have been included for this release.
>
> ----------------------------------------------------------------
> Ard Biesheuvel (6):
> efi: ia64: move IA64-only declarations to new asm/efi.h header
> efi/libstub: whitespace cleanup
> efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()
> efi/libstub: move TPM related prototypes into efistub.h
> efi: x86: move mixed mode stack PA variable out of 'efi_scratch'
> efi: x86: clean up previous struct mm switching
>
> Mark Brown (1):
> efi/arm64: Update debug prints to reflect other entropy sources
>
> arch/ia64/include/asm/efi.h | 13 +++++++++++++
> arch/ia64/kernel/efi.c | 1 +
> arch/ia64/kernel/machine_kexec.c | 1 +
> arch/ia64/kernel/mca.c | 1 +
> arch/ia64/kernel/smpboot.c | 1 +
> arch/ia64/kernel/time.c | 1 +
> arch/ia64/kernel/uncached.c | 4 +---
> arch/ia64/mm/contig.c | 1 +
> arch/ia64/mm/discontig.c | 1 +
> arch/ia64/mm/init.c | 1 +
> arch/x86/include/asm/efi.h | 20 ++++++--------------
> arch/x86/platform/efi/efi_64.c | 29 ++++++++++++++++-------------
> arch/x86/platform/efi/efi_thunk_64.S | 6 +++++-
> drivers/firmware/efi/libstub/arm64-stub.c | 4 ++--
> drivers/firmware/efi/libstub/efistub.h | 11 ++++++++++-
> include/linux/efi.h | 19 ++-----------------
> 16 files changed, 63 insertions(+), 51 deletions(-)
> create mode 100644 arch/ia64/include/asm/efi.h
Pulled, thanks.
--
Regards/Gruss,
Boris.
https://people.kernel.org/tglx/notes-about-netiquette
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-01-27 17:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-27 10:56 [GIT PULL] EFI changes for v5.12 Ard Biesheuvel
2021-01-27 17:56 ` Borislav Petkov
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox