Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754648Ab3JGByX (ORCPT ); Sun, 6 Oct 2013 21:54:23 -0400 Received: from imap.thunk.org ([74.207.234.97]:42888 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754478Ab3JGByU (ORCPT ); Sun, 6 Oct 2013 21:54:20 -0400 Date: Sun, 6 Oct 2013 21:54:14 -0400 From: "Theodore Ts'o" To: Matthew Garrett Cc: Felipe Contreras , Linux Kernel Mailing List , ACPI Devel Maling List , "Rafael J. Wysocki" Subject: Re: [PATCH] acpi: update win8 OSI blacklist Message-ID: <20131007015414.GI6284@thunk.org> Mail-Followup-To: Theodore Ts'o , Matthew Garrett , Felipe Contreras , Linux Kernel Mailing List , ACPI Devel Maling List , "Rafael J. Wysocki" References: <20131006233106.GA21562@srcf.ucam.org> <20131006235702.GA21738@srcf.ucam.org> <20131007003247.GA21999@srcf.ucam.org> <20131007005355.GA22211@srcf.ucam.org> <20131007012704.GA22371@srcf.ucam.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20131007012704.GA22371@srcf.ucam.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1793 Lines: 46 On Mon, Oct 07, 2013 at 02:27:04AM +0100, Matthew Garrett wrote: > > > Having a per-entry comment is significantly clearer. > > > > That is your opinion, it's not a demonstrable fact. > > Say one of the machines turns out to need the quirk for two different > reasons. How do we document that? Look, how about you add the comments > and I'll do a patch that adds documentation to the existing entries? I'm > not asking you to make up for other people's past mistakes, I'm asking > you not to perpetuate them. Felipe, I have to agree with Matthew here. Lists have a way of getting messed up. If not in the upstream kernel, can we be sure that none of the distribution maintainers might not respect the ordering? How about doing something like this: /* * [1] Busted brightness controls * [2] Attempted compatibility with ancient enterprise Linux kernel causes * 20% performance regression on upstream kernels * [3] Disables video card functionaity to be bug-for-bug compatible with * Windows after attempted hobbling in the propietary driver * was wored around, etc. * etc. */ Then individual entries can be annotated with comments indicating [1][2], etc. That way, if someone clever decides that they want to alphabetize the entries, or we have so many exceptions due to incompetent BIOS programmers, and some future developers decides that he or she needs to implement a binary search to speedup lookups, or some such, we won't need to worry about ordering-specific semantics getting smashed. Cheers, - Ted -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/