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>] [day] [month] [year] [list]
Date:	Mon, 01 Jul 2013 09:02:12 +0200
From:	Pascal de Bruijn <pascal@...logicnetworks.net>
To:	linux-kernel@...r.kernel.org
Subject: [PATCH 3/3] x86: add Dell OptiPlex 755 reboot quirk

>From 36e78caa1ef9b7299b17e00f0ef34101eb096323 Mon Sep 17 00:00:00 2001
From: Pascal de Bruijn <pascal@...logicnetworks.net>
Date: Wed, 1 May 2013 12:40:09 +0000
Subject: [PATCH 3/3] x86: add Dell OptiPlex 755 reboot quirk

Dell OptiPlex 755 hangs on reboot unless reboot=bios is used. Add quirk
to reboot through the BIOS.

Signed-off-by: Pascal de Bruijn <pascal@...logicnetworks.net>
---
 arch/x86/kernel/reboot.c |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
index 0dfed0f..cb8a4c2 100644
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -293,6 +293,14 @@ static struct dmi_system_id __initdata reboot_dmi_table[] = {
 			DMI_MATCH(DMI_BOARD_NAME, "0T656F"),
 		},
 	},
+	{	/* Handle problems with rebooting on Dell OptiPlex 755 */
+		.callback = set_bios_reboot,
+		.ident = "Dell OptiPlex 755",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 755"),
+		},
+	},
 	{	/* Handle problems with rebooting on Dell OptiPlex 760 */
 		.callback = set_bios_reboot,
 		.ident = "Dell OptiPlex 760",
-- 
1.7.0.4



--
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