lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1403185225-9031-1-git-send-email-matt@console-pimps.org>
Date:	Thu, 19 Jun 2014 14:40:22 +0100
From:	Matt Fleming <matt@...sole-pimps.org>
To:	linux-efi@...r.kernel.org
Cc:	linux-kernel@...r.kernel.org, Alan Cox <alan@...rguk.ukuu.org.uk>,
	"H. Peter Anvin" <hpa@...or.com>, Mark Salter <msalter@...hat.com>,
	Aubrey Li <aubrey.li@...ux.intel.com>,
	Matt Fleming <matt.fleming@...el.com>
Subject: [PATCH 0/3] EFI reboot/poweroff support

From: Matt Fleming <matt.fleming@...el.com>

Both x86 and ARM need a way to reboot/poweroff machines using the EFI
runtime services.

For x86, we want to really, really restrict this support to those
platforms that absolultely have no other method because EfiResetSystem()
doesn't generally work very well in the wild. The ARM folks probably
need to be less picky.

This series is against the EFI 'next' branch.

Matt Fleming (3):
  efi/reboot: Add generic wrapper around EfiResetSystem()
  efi/reboot: Allow powering off machines using EFI
  x86/reboot: Add EFI reboot quirk for ACPI Hardware Reduced flag

 arch/ia64/kernel/process.c     |  2 +-
 arch/x86/include/asm/efi.h     |  6 +++++
 arch/x86/kernel/reboot.c       | 24 ++++++++++++------
 arch/x86/platform/efi/quirks.c | 23 ++++++++++++++++++
 drivers/firmware/efi/Makefile  |  2 +-
 drivers/firmware/efi/reboot.c  | 55 ++++++++++++++++++++++++++++++++++++++++++
 include/linux/efi.h            |  7 ++++++
 7 files changed, 110 insertions(+), 9 deletions(-)
 create mode 100644 drivers/firmware/efi/reboot.c

-- 
1.9.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ