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:	Fri, 05 Mar 2010 16:55:11 +0100
From:	Edouard Gomez <ed.gomez@...e.fr>
To:	linux-kernel@...r.kernel.org
Cc:	Edouard Gomez <ed.gomez@...e.fr>
Subject: [PATCH] x86: Dell Precision WorkStation 690 reboot quirk

# HG changeset patch
# User Edouard Gomez <ed.gomez@...e.fr>
# Date 1267783903 -3600
# Node ID aec3aca0d290e7000e179a1f4908b3b475d98846
# Parent  c242cee8e9bd4ef993871546912bc17b0605c7d0
x86: Dell Precision WorkStation 690 reboot quirk

This Dell workstation gets stuck on reboot unless booted with
the paremeter reboot=bios.

This patch has been submitted 2 times already to X86 ARCHITECTURE
maintainers w/o any feedback so far. Trying my chance on the LKML.

Signed-off-by: Edouard Gomez <ed.gomez@...e.fr>

diff --git a/arch/x86/kernel/reboot.c b/arch/x86/kernel/reboot.c
--- a/arch/x86/kernel/reboot.c
+++ b/arch/x86/kernel/reboot.c
@@ -228,6 +228,15 @@
 			DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation T5400"),
 		},
 	},
+	{	/* Handle problems with rebooting on Dell 690's */
+		.callback = set_bios_reboot,
+		.ident = "Dell Precision 690",
+		.matches = {
+			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
+			DMI_MATCH(DMI_PRODUCT_NAME, "Precision WorkStation 690"),
+			DMI_MATCH(DMI_BOARD_NAME, "0MY171"),
+		},
+	},
 	{	/* Handle problems with rebooting on HP laptops */
 		.callback = set_bios_reboot,
 		.ident = "HP Compaq Laptop",
--
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