From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751883AbcGNStQ (ORCPT ); Thu, 14 Jul 2016 14:49:16 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:36052 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751190AbcGNStN (ORCPT ); Thu, 14 Jul 2016 14:49:13 -0400 Date: Thu, 14 Jul 2016 20:49:09 +0200 From: Ingo Molnar To: Alex Hung Cc: tglx@linutronix.de, mingo@redhat.com, hpa@zytor.com, x86@kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] x86/reboot: Add Dell Optiplex 7450 AIO reboot quirk Message-ID: <20160714184909.GC16975@gmail.com> References: <1468490756-28834-1-git-send-email-alex.hung@canonical.com> <20160714125816.GA21281@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Alex Hung wrote: > Hi Ingo, > > I agree with you but it can affect a lot of systems according to > 163ea310b68bdde89b1ac633fbf8c0db290d3f86. > > Do you think we should invert 163ea310 instead? Reverting 163ea310 sounds like a bad idea, considering how old the commit is. Ok, I guess we should do your patch after all. What a mess DMI based quirk gating is! Thanks, Ingo