From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932453AbZHDGUU (ORCPT ); Tue, 4 Aug 2009 02:20:20 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932436AbZHDGUU (ORCPT ); Tue, 4 Aug 2009 02:20:20 -0400 Received: from smtp1.linux-foundation.org ([140.211.169.13]:47157 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932429AbZHDGUT (ORCPT ); Tue, 4 Aug 2009 02:20:19 -0400 Date: Mon, 3 Aug 2009 23:19:53 -0700 (PDT) From: Linus Torvalds X-X-Sender: torvalds@localhost.localdomain To: Greg KH cc: Sergey Senozhatsky , Alan Cox , OGAWA Hirofumi , Linux Kernel Mailing List Subject: Re: proper tty-ldisc refcounting (was Re: WARNING at: drivers/char/tty_ldisc.c) In-Reply-To: <20090804040834.GA16696@kroah.com> Message-ID: References: <87k51l9apo.fsf@devron.myhome.or.jp> <20090802234851.3fd1ac2c@lxorguk.ukuu.org.uk> <20090803181811.GA15848@kroah.com> <20090804003009.GA3121@localdomain.by> <20090804035319.GA7248@kroah.com> <20090804040834.GA16696@kroah.com> User-Agent: Alpine 2.01 (LFD 1184 2008-12-16) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 3 Aug 2009, Greg KH wrote: > > Oh wait, the original problem, single user mode. Hm, we need all of > these to fix that problem? Or just the first one? Patches 1-3 should fix that one. 4-5 are just cleanups with no semantic changes. Linus