Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758867AbZDWVHS (ORCPT ); Thu, 23 Apr 2009 17:07:18 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1758722AbZDWVGp (ORCPT ); Thu, 23 Apr 2009 17:06:45 -0400 Received: from mx2.redhat.com ([66.187.237.31]:38747 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758501AbZDWVGo (ORCPT ); Thu, 23 Apr 2009 17:06:44 -0400 Date: Thu, 23 Apr 2009 17:04:45 -0400 From: Chuck Ebbert To: Andrew Morton Cc: alan@lxorguk.ukuu.org.uk, linux-kernel@vger.kernel.org Subject: Re: [patch] serial: add parameter to force skipping the test for the TXEN bug Message-ID: <20090423170445.7ce43951@dhcp-100-2-144.bos.redhat.com> In-Reply-To: <20090421124745.a641b1eb.akpm@linux-foundation.org> References: <20090420180549.335552bb@dhcp-100-2-144.bos.redhat.com> <20090421124745.a641b1eb.akpm@linux-foundation.org> Organization: Red Hat, Inc. Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1007 Lines: 28 On Tue, 21 Apr 2009 12:47:45 -0700 Andrew Morton wrote: > On Mon, 20 Apr 2009 18:05:49 -0400 > Chuck Ebbert wrote: > > > serial: add parameter to force skipping the test for the TXEN bug > > > > Allow users to force skipping the TXEN test at init time. Applies > > to all serial ports. Intended for debugging only. > > > > > > > Why is this useful? What is the problem which you're solving here? There is a blacklist for devices where we need to skip the test but the list is not complete. This lets users force skipping the test so we can determine if they need to be added to the list. Some HP machines with weird serial consoles have this problem and there may be more. -- 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/