From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933100AbZHDVbj (ORCPT ); Tue, 4 Aug 2009 17:31:39 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932900AbZHDVbi (ORCPT ); Tue, 4 Aug 2009 17:31:38 -0400 Received: from shadow.wildlava.net ([67.40.138.81]:41062 "EHLO shadow.wildlava.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932950AbZHDVbi (ORCPT ); Tue, 4 Aug 2009 17:31:38 -0400 Message-ID: <4A78A8B7.7050300@skyrush.com> Date: Tue, 04 Aug 2009 15:31:35 -0600 From: Joe Peterson User-Agent: Thunderbird 2.0.0.21 (X11/20090616) MIME-Version: 1.0 To: Greg KH CC: Alan Cox , Andrew Morton , Linux Kernel Subject: Re: [PATCH 1/2] n_tty: honor opost flag for echoes References: <4A789AA1.5070907@skyrush.com> <20090804212538.GA26478@suse.de> In-Reply-To: <20090804212538.GA26478@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Greg KH wrote: > On Tue, Aug 04, 2009 at 02:31:29PM -0600, Joe Peterson wrote: > >> Fixes the following bug: >> >> http://bugs.linuxbase.org/show_bug.cgi?id=2692 >> >> Causes processing of echoed characters (output from the echo buffer) to >> honor the O_OPOST flag. This re-establishes this behavior. >> >> Note that this and the next patch ("n_tty: move echoctl check and >> clean up logic") were verified together by the bug reporters, and >> all tty tests now pass. > > What "tty tests" would that be? Have a pointer to them? It's the "Linux Standard Base" test suite: http://www.linuxfoundation.org/collaborate/workgroups/lsb Here's a link to the specific code - got this from one of the reporters: http://bzr.linux-foundation.org/lsb/devel/runtime-test?cmd=content;rev=cyeoh-20020312084903-a08971416c59e5d5;pathrevid=stewb%40linux-foundation.org-20090626205411-sfb23cc0tjj7jzgm;path=modules/vsx-pcts/tset/POSIX.os/devclass/c_lflag/c_lflag.c -Joe