Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 19 Sep 2002 11:09:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 19 Sep 2002 11:09:17 -0400 Received: from mx1.elte.hu ([157.181.1.137]:58791 "HELO mx1.elte.hu") by vger.kernel.org with SMTP id ; Thu, 19 Sep 2002 11:09:15 -0400 Date: Thu, 19 Sep 2002 17:21:50 +0200 (CEST) From: Ingo Molnar Reply-To: Ingo Molnar To: Linus Torvalds Cc: William Lee Irwin III , Subject: Re: [patch] generic-pidhash-2.5.36-D4, BK-curr In-Reply-To: Message-ID: 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 Content-Length: 767 Lines: 19 On Thu, 19 Sep 2002, Linus Torvalds wrote: > However, what I worry about is that there may not (will not) be a 1:1 > session<->tty thing. In particular, when somebody creates a new session > with "setsid()", that does not remove the tty from processes that used > to hold it, I think (this is all from memory, so I might be wrong). i've done the testrun with the p->tty == tty && p->session != tty->session check, and it never triggers. (Which means nothing, but at least the assumption is not trivially wrong.) Ingo - 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/