From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752212AbZI2N2l (ORCPT ); Tue, 29 Sep 2009 09:28:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751575AbZI2N2l (ORCPT ); Tue, 29 Sep 2009 09:28:41 -0400 Received: from mx1.redhat.com ([209.132.183.28]:28721 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751351AbZI2N2k (ORCPT ); Tue, 29 Sep 2009 09:28:40 -0400 Date: Tue, 29 Sep 2009 15:24:15 +0200 From: Oleg Nesterov To: Evgeny Polyakov Cc: Christian Borntraeger , Scott James Remnant , Linux Kernel , Matt Helsley , "David S. Miller" , Evgeniy Polyakov , netdev@vger.kernel.org Subject: Re: 2.3.31++: Badness at kernel/softirq.c:143 due to new session leader connector Message-ID: <20090929132415.GB4538@redhat.com> References: <200909251123.03482.borntraeger@de.ibm.com> <200909291226.28548.borntraeger@de.ibm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.18 (2008-05-17) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/29, Evgeny Polyakov wrote: > > I'm yet do download the latest git to check this particular patch, but > I suppose it is possible to copy data under the lock into temporary > buffer and then send it using existing infrastructure instead of > calling it under the tasklist lock. Afaics, we can just shift proc_sid_connector() from __set_special_pids() to sys_setsid(). Oleg.