From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932837AbXCRSx3 (ORCPT ); Sun, 18 Mar 2007 14:53:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932878AbXCRSx3 (ORCPT ); Sun, 18 Mar 2007 14:53:29 -0400 Received: from ebiederm.dsl.xmission.com ([166.70.28.69]:33877 "EHLO ebiederm.dsl.xmission.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932837AbXCRSx2 (ORCPT ); Sun, 18 Mar 2007 14:53:28 -0400 From: ebiederm@xmission.com (Eric W. Biederman) To: Andrew Morton Cc: "Linux Kernel Mailing List" , "Catalin Marinas" Subject: [PATCH 0/4] tty: small fixes and cleanups. References: Date: Sun, 18 Mar 2007 12:52:24 -0600 In-Reply-To: (Eric W. Biederman's message of "Sun, 18 Mar 2007 12:45:44 -0600") Message-ID: User-Agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andrew the following tty fixes turned up while I was reviewing the code to see if I was fixing the pid leaks properly. I don't think they are critical so at this point so they are probably not 2.6.21 material. The do appear to be changes worth making though. Eric