All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] EFI fixes for v5.13-rc
@ 2021-05-23  9:04 Ard Biesheuvel
  2021-05-23  9:04 ` [GIT PULL] EFI updates for v5.14 Ard Biesheuvel
  2021-05-23  9:40 ` [GIT PULL] EFI fixes for v5.13-rc Ingo Molnar
  0 siblings, 2 replies; 4+ messages in thread
From: Ard Biesheuvel @ 2021-05-23  9:04 UTC (permalink / raw)
  To: linux-efi; +Cc: Ingo Molnar, Thomas Gleixner, Borislav Petkov

The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:

  Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.13-rc2

for you to fetch changes up to 942859d969de7f6f7f2659a79237a758b42782da:

  efi: cper: fix snprintf() use in cper_dimm_err_location() (2021-05-22 14:05:37 +0200)

Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>

----------------------------------------------------------------
EFI fixes for v5.13-rc

A handful of low urgency EFI fixes accumulated over the past couple of
months.

----------------------------------------------------------------
Changbin Du (1):
      efi/fdt: fix panic when no valid fdt found

Dan Carpenter (1):
      efi/libstub: prevent read overflow in find_file_option()

Heiner Kallweit (1):
      efi: Allow EFI_MEMORY_XP and EFI_MEMORY_RO both to be cleared

Rasmus Villemoes (1):
      efi: cper: fix snprintf() use in cper_dimm_err_location()

 drivers/firmware/efi/cper.c         | 4 +---
 drivers/firmware/efi/fdtparams.c    | 3 +++
 drivers/firmware/efi/libstub/file.c | 2 +-
 drivers/firmware/efi/memattr.c      | 5 -----
 4 files changed, 5 insertions(+), 9 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] EFI updates for v5.14
  2021-05-23  9:04 [GIT PULL] EFI fixes for v5.13-rc Ard Biesheuvel
@ 2021-05-23  9:04 ` Ard Biesheuvel
  2021-05-23  9:42   ` Ingo Molnar
  2021-05-23  9:40 ` [GIT PULL] EFI fixes for v5.13-rc Ingo Molnar
  1 sibling, 1 reply; 4+ messages in thread
From: Ard Biesheuvel @ 2021-05-23  9:04 UTC (permalink / raw)
  To: linux-efi; +Cc: Ingo Molnar, Thomas Gleixner, Borislav Petkov

The following changes since commit 942859d969de7f6f7f2659a79237a758b42782da:

  efi: cper: fix snprintf() use in cper_dimm_err_location() (2021-05-22 14:05:37 +0200)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.14

for you to fetch changes up to bb11580f61b6c4ba5c35706abd927c8ac8c32852:

  x86/efi: Log 32/64-bit mismatch with kernel as an error (2021-05-22 14:09:07 +0200)

Cc: Ingo Molnar <mingo@redhat.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Borislav Petkov <bp@alien8.de>

----------------------------------------------------------------
EFI updates for v5.14

First microbatch of EFI updates - not a lot going on these days.

----------------------------------------------------------------
Andy Shevchenko (1):
      efi/dev-path-parser: Switch to use for_each_acpi_dev_match()

Heikki Krogerus (1):
      efi/apple-properties: Handle device properties with software node API

Paul Menzel (1):
      x86/efi: Log 32/64-bit mismatch with kernel as an error

 arch/x86/platform/efi/efi.c             |  2 +-
 drivers/firmware/efi/apple-properties.c |  2 +-
 drivers/firmware/efi/dev-path-parser.c  | 49 ++++++++++++---------------------
 3 files changed, 20 insertions(+), 33 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] EFI fixes for v5.13-rc
  2021-05-23  9:04 [GIT PULL] EFI fixes for v5.13-rc Ard Biesheuvel
  2021-05-23  9:04 ` [GIT PULL] EFI updates for v5.14 Ard Biesheuvel
@ 2021-05-23  9:40 ` Ingo Molnar
  1 sibling, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2021-05-23  9:40 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: linux-efi, Ingo Molnar, Thomas Gleixner, Borislav Petkov


* Ard Biesheuvel <ardb@kernel.org> wrote:

> The following changes since commit 6efb943b8616ec53a5e444193dccf1af9ad627b5:
> 
>   Linux 5.13-rc1 (2021-05-09 14:17:44 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-urgent-for-v5.13-rc2

> EFI fixes for v5.13-rc
> 
> A handful of low urgency EFI fixes accumulated over the past couple of
> months.

>  drivers/firmware/efi/cper.c         | 4 +---
>  drivers/firmware/efi/fdtparams.c    | 3 +++
>  drivers/firmware/efi/libstub/file.c | 2 +-
>  drivers/firmware/efi/memattr.c      | 5 -----
>  4 files changed, 5 insertions(+), 9 deletions(-)

Pulled into tip:efi/urgent, thanks a lot Ard!

	Ingo

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] EFI updates for v5.14
  2021-05-23  9:04 ` [GIT PULL] EFI updates for v5.14 Ard Biesheuvel
@ 2021-05-23  9:42   ` Ingo Molnar
  0 siblings, 0 replies; 4+ messages in thread
From: Ingo Molnar @ 2021-05-23  9:42 UTC (permalink / raw)
  To: Ard Biesheuvel; +Cc: linux-efi, Ingo Molnar, Thomas Gleixner, Borislav Petkov


* Ard Biesheuvel <ardb@kernel.org> wrote:

> The following changes since commit 942859d969de7f6f7f2659a79237a758b42782da:
> 
>   efi: cper: fix snprintf() use in cper_dimm_err_location() (2021-05-22 14:05:37 +0200)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/efi/efi.git tags/efi-next-for-v5.14
> 
> for you to fetch changes up to bb11580f61b6c4ba5c35706abd927c8ac8c32852:
> 
>   x86/efi: Log 32/64-bit mismatch with kernel as an error (2021-05-22 14:09:07 +0200)

> EFI updates for v5.14
> 
> First microbatch of EFI updates - not a lot going on these days.

>  arch/x86/platform/efi/efi.c             |  2 +-
>  drivers/firmware/efi/apple-properties.c |  2 +-
>  drivers/firmware/efi/dev-path-parser.c  | 49 ++++++++++++---------------------
>  3 files changed, 20 insertions(+), 33 deletions(-)

Pulled into tip:efi/core, thanks a lot Ard!

	Ingo

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-05-23  9:42 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-23  9:04 [GIT PULL] EFI fixes for v5.13-rc Ard Biesheuvel
2021-05-23  9:04 ` [GIT PULL] EFI updates for v5.14 Ard Biesheuvel
2021-05-23  9:42   ` Ingo Molnar
2021-05-23  9:40 ` [GIT PULL] EFI fixes for v5.13-rc Ingo Molnar

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.