Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752753Ab0LXRHz (ORCPT ); Fri, 24 Dec 2010 12:07:55 -0500 Received: from canuck.infradead.org ([134.117.69.58]:33106 "EHLO canuck.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752287Ab0LXRHy convert rfc822-to-8bit (ORCPT ); Fri, 24 Dec 2010 12:07:54 -0500 Subject: Re: [PATCH] sched, cgroup: Use exit hook to avoid use-after-free crash From: Peter Zijlstra To: Mike Galbraith Cc: Miklos Vajna , shenghui , kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org, mingo@elte.hu, Greg KH , Paul Turner , Yong Zhang , Li Zefan , Paul Menage , Balbir Singh , Srivatsa Vaddagiri In-Reply-To: <1293209297.14433.4.camel@marge.simson.net> References: <1277808215.1868.5.camel@laptop> <20101219020313.GJ31750@genesis.frugalware.org> <20101222002248.GP10557@genesis.frugalware.org> <1293006589.2170.41.camel@laptop> <1293007311.11370.172.camel@marge.simson.net> <1293008842.2170.70.camel@laptop> <20101222133154.GS10557@genesis.frugalware.org> <1293026422.2170.136.camel@laptop> <1293027112.2170.140.camel@laptop> <20101222151434.GW10557@genesis.frugalware.org> <1293037718.2170.155.camel@laptop> <1293050173.2170.389.camel@laptop> <1293106330.2170.618.camel@laptop> <1293107624.2170.642.camel@laptop> <1293128670.2170.748.camel@laptop> <1293132304.6798.6.camel@marge.simson.net> <1293132862.25981.22.camel@laptop> <1293187425.7138.2.camel@marge.simson.net> <1293188091.25981.200.camel@laptop> <1293192999.18035.4.camel@marge.simson.net> <1293206353.29444.205.camel@laptop> <1293209297.14433.4.camel@marge.simson.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Date: Fri, 24 Dec 2010 18:07:37 +0100 Message-ID: <1293210457.29444.206.camel@laptop> Mime-Version: 1.0 X-Mailer: Evolution 2.30.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 867 Lines: 19 On Fri, 2010-12-24 at 17:48 +0100, Mike Galbraith wrote: > On Fri, 2010-12-24 at 16:59 +0100, Peter Zijlstra wrote: > > > So cgroup moves a task without calling cgroup_subsys::attach() which is > > odd, but it does have an ::exit method, sadly it calls that _before_ > > re-assigning the task, which means we have to jump through some hoops. > > Could you do the move in cgroup_exit() in the CONFIG_PREEMPT case? I'm not really comfortable relying on that.. voluntary might just grow a cond_resched() somewhere in the exit path and lead us down the same path, also I think that !preempt smp might have the same race. -- 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/