public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL 0/5] more EFI changes for v4.14
@ 2017-08-25 15:50 Ard Biesheuvel
  2017-08-25 15:50 ` [PATCH 1/5] efi/libstub: Enable reset attack mitigation Ard Biesheuvel
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Ard Biesheuvel @ 2017-08-25 15:50 UTC (permalink / raw)
  To: linux-efi, Ingo Molnar, Thomas Gleixner, H . Peter Anvin
  Cc: Ard Biesheuvel, linux-kernel, Colin Ian King, Jan Beulich,
	Matt Fleming, Matthew Garrett

The following changes since commit f1a5b53570001b1bcbf890ac6c4be1db99f8cc28:

  firmware/efi/esrt: Constify attribute_group structures (2017-08-21 09:43:51 +0200)

are available in the git repository at:

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

for you to fetch changes up to c4d2793e5a07d5e63d91715a4393fe47c8345112:

  efi: bgrt: use efi_mem_type() (2017-08-25 10:35:23 +0100)

----------------------------------------------------------------
More EFI changes for v4.14:
- add support for requesting the firmware to wipe RAM at warm reboot
- increase the size of the random seed obtained from UEFI so crng
  fast init can complete earlier
- add 'static' to local function pointer
- move efi_mem_type() to common code and replace an open coded instance
  with it in the BGRT driver

----------------------------------------------------------------
Ard Biesheuvel (1):
      efi/random: Increase size of firmware supplied randomness

Colin Ian King (1):
      efi/reboot: Make function pointer orig_pm_power_off static

Jan Beulich (2):
      efi: move efi_mem_type() to common code
      efi: bgrt: use efi_mem_type()

Matthew Garrett (1):
      efi/libstub: Enable reset attack mitigation

 arch/x86/boot/compressed/eboot.c        |  3 ++
 arch/x86/platform/efi/efi.c             | 19 -----------
 drivers/firmware/efi/Kconfig            | 10 ++++++
 drivers/firmware/efi/efi-bgrt.c         | 22 +------------
 drivers/firmware/efi/efi.c              | 40 +++++++++++++++++++----
 drivers/firmware/efi/libstub/Makefile   |  1 +
 drivers/firmware/efi/libstub/arm-stub.c |  3 ++
 drivers/firmware/efi/libstub/random.c   | 10 +++---
 drivers/firmware/efi/libstub/tpm.c      | 58 +++++++++++++++++++++++++++++++++
 drivers/firmware/efi/reboot.c           |  2 +-
 include/linux/efi.h                     |  9 +++++
 11 files changed, 123 insertions(+), 54 deletions(-)
 create mode 100644 drivers/firmware/efi/libstub/tpm.c

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

end of thread, other threads:[~2017-08-26  8:05 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-25 15:50 [GIT PULL 0/5] more EFI changes for v4.14 Ard Biesheuvel
2017-08-25 15:50 ` [PATCH 1/5] efi/libstub: Enable reset attack mitigation Ard Biesheuvel
2017-08-26  7:58   ` [tip:efi/core] " tip-bot for Matthew Garrett
2017-08-25 15:50 ` [PATCH 2/5] efi/random: Increase size of firmware supplied randomness Ard Biesheuvel
2017-08-26  7:58   ` [tip:efi/core] " tip-bot for Ard Biesheuvel
2017-08-25 15:50 ` [PATCH 3/5] efi/reboot: Make function pointer orig_pm_power_off static Ard Biesheuvel
2017-08-26  7:58   ` [tip:efi/core] " tip-bot for Colin Ian King
2017-08-25 15:50 ` [PATCH 4/5] efi: move efi_mem_type() to common code Ard Biesheuvel
2017-08-26  7:59   ` [tip:efi/core] efi: Move " tip-bot for Jan Beulich
2017-08-25 15:50 ` [PATCH 5/5] efi: bgrt: use efi_mem_type() Ard Biesheuvel
2017-08-26  7:59   ` [tip:efi/core] efi/bgrt: Use efi_mem_type() tip-bot for Jan Beulich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox