Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 29 Dec 2002 15:02:29 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 29 Dec 2002 15:02:28 -0500 Received: from to-velocet.redhat.com ([216.138.202.10]:9468 "EHLO touchme.toronto.redhat.com") by vger.kernel.org with ESMTP id ; Sun, 29 Dec 2002 15:02:27 -0500 Date: Sun, 29 Dec 2002 15:10:49 -0500 From: Benjamin LaHaise To: Andi Kleen Cc: torvalds@transmeta.com, linux-kernel@vger.kernel.org Subject: Re: [PATCH] Workaround for AMD762MPX "mouse" bug Message-ID: <20021229151049.A16750@redhat.com> References: <20021224162501.GA5363@averell> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20021224162501.GA5363@averell>; from ak@muc.de on Tue, Dec 24, 2002 at 05:25:01PM +0100 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 752 Lines: 17 On Tue, Dec 24, 2002 at 05:25:01PM +0100, Andi Kleen wrote: > way would be to always reserve that page, but I didn't feel like > punishing everybody just for a hardware bug in a single chipset. > > Patch for 2.5.53. Please consider applying. That's the wrong way to do it. Workarounds like this need to be automatic, and with init code sections, there is no excuse not to. Instead of making the user pass a quirk option, why not reserve the page and then free it if the errata is not present? -ben - 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/