From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932837Ab2ASTlh (ORCPT ); Thu, 19 Jan 2012 14:41:37 -0500 Received: from mx2.mail.elte.hu ([157.181.151.9]:55385 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932675Ab2ASTlf (ORCPT ); Thu, 19 Jan 2012 14:41:35 -0500 Date: Thu, 19 Jan 2012 20:41:08 +0100 From: Ingo Molnar To: Michael D Labriola Cc: "H. Peter Anvin" , Alan Cox , Kushal Koolwal , linux-kernel@vger.kernel.org, michael.d.labriola@gmail.com, Matthew Garrett , support@versalogic.com, Thomas Gleixner , x86@kernel.org Subject: Re: [PATCH] x86, reboot: skip DMI checks if reboot set by user Message-ID: <20120119194108.GB28362@elte.hu> References: <20120117195841.48fe8236@pyramind.ukuu.org.uk> <20120119154504.710e202e@pyramind.ukuu.org.uk> <4F18584F.7060603@zytor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-ELTE-SpamScore: -2.0 X-ELTE-SpamLevel: X-ELTE-SpamCheck: no X-ELTE-SpamVersion: ELTE 2.0 X-ELTE-SpamCheck-Details: score=-2.0 required=5.9 tests=AWL,BAYES_00 autolearn=no SpamAssassin version=3.3.1 -2.0 BAYES_00 BODY: Bayes spam probability is 0 to 1% [score: 0.0000] 0.0 AWL AWL: From: address is in the auto white-list Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Michael D Labriola wrote: > > Yes, and such a patch would be appreciated. > > > > The reason it is as it is dates back to before the 32-64 bit > > unification, as far as I know. > > > > (BIOS reboot is currently not supported on 64 bits, mainly.) > > Well, that does complicate it a bit. I'll gin something up > and see what you think. I guess it will involve having an > #ifdef CONFIG_X86_32 block inside a single dmi_table structure > for the BIOS quirks. Btw., i'd suggest to keep the two changes in separate patches, so that if any causes problems we can bisect to it separately. The more patches you can reasonably split it up into, the better. Thanks, Ingo