From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751017AbWDJIFm (ORCPT ); Mon, 10 Apr 2006 04:05:42 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751033AbWDJIFl (ORCPT ); Mon, 10 Apr 2006 04:05:41 -0400 Received: from mx1.redhat.com ([66.187.233.31]:48784 "EHLO mx1.redhat.com") by vger.kernel.org with ESMTP id S1751017AbWDJIFl (ORCPT ); Mon, 10 Apr 2006 04:05:41 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit From: Roland McGrath To: Oleg Nesterov X-Fcc: ~/Mail/linus Cc: Andrew Morton , "Eric W. Biederman" , Ingo Molnar , "Paul E. McKenney" , linux-kernel@vger.kernel.org Subject: Re: [PATCH 4/4] coredump: don't take tasklist_lock In-Reply-To: Oleg Nesterov's message of Friday, 7 April 2006 02:06:36 +0400 <20060406220635.GA243@oleg> X-Antipastobozoticataclysm: Bariumenemanilow Message-Id: <20060410080525.9C3661809D1@magilla.sf.frob.com> Date: Mon, 10 Apr 2006 01:05:25 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org > This patch removes tasklist_lock from zap_threads(). That's a very worthwhile thing to do, and this change looks good to me. I have not 100% followed the recent related de_thread discussion, but certainly issues there should be resolved such that this change can be done. Thanks, Roland