From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751830Ab1HQHvY (ORCPT ); Wed, 17 Aug 2011 03:51:24 -0400 Received: from mail-bw0-f46.google.com ([209.85.214.46]:60261 "EHLO mail-bw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751277Ab1HQHvO (ORCPT ); Wed, 17 Aug 2011 03:51:14 -0400 Date: Wed, 17 Aug 2011 09:51:10 +0200 From: Tejun Heo To: Oleg Nesterov Cc: Linus Torvalds , Roland McGrath , Denys Vlasenko , KOSAKI Motohiro , Matt Fleming , linux-kernel@vger.kernel.org, Pavel Machek Subject: Re: [PATCH 4/3] kill PF_STARTING Message-ID: <20110817075110.GK4254@htj.dyndns.org> References: <20110727163159.GA23785@redhat.com> <20110729192358.GB31717@mtj.dyndns.org> <20110812175550.GA7484@redhat.com> <20110812175701.GE7484@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20110812175701.GE7484@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Aug 12, 2011 at 07:57:01PM +0200, Oleg Nesterov wrote: > Previously it was (ab)used by utrace. Then it was wrongly used by > the scheduler code. > > Currently it is not used, kill it before it finds the new erroneous > user. > > Signed-off-by: Oleg Nesterov Acked-by: Tejun Heo Thanks. :) -- tejun