From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759913Ab0I1JIh (ORCPT ); Tue, 28 Sep 2010 05:08:37 -0400 Received: from mtagate6.de.ibm.com ([195.212.17.166]:46120 "EHLO mtagate6.de.ibm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753520Ab0I1JIg (ORCPT ); Tue, 28 Sep 2010 05:08:36 -0400 Date: Tue, 28 Sep 2010 11:08:28 +0200 From: Martin Schwidefsky To: balbir@linux.vnet.ibm.com Cc: Oleg Nesterov , Michael Holzheu , Shailabh Nagar , Andrew Morton , Venkatesh Pallipadi , Peter Zijlstra , Suresh Siddha , John stultz , Thomas Gleixner , Ingo Molnar , Heiko Carstens , linux-s390@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [RFC][PATCH 09/10] taskstats: Fix exit CPU time accounting Message-ID: <20100928110828.54e1cf25@mschwide.boeblingen.de.ibm.com> In-Reply-To: <20100928083602.GD4128@balbir.in.ibm.com> References: <1285249681.1837.28.camel@holzheu-laptop> <1285250541.1837.95.camel@holzheu-laptop> <20100923171025.GA26623@redhat.com> <1285330688.2179.305.camel@holzheu-laptop> <20100926181127.GA26985@redhat.com> <20100927154257.7910cda3@mschwide.boeblingen.de.ibm.com> <20100928083602.GD4128@balbir.in.ibm.com> Organization: IBM Corporation X-Mailer: Claws Mail 3.7.6 (GTK+ 2.20.1; i486-pc-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, 28 Sep 2010 14:06:02 +0530 Balbir Singh wrote: > * Martin Schwidefsky [2010-09-27 15:42:57]: > > Got the part about self-reaping processes. But there is another issue: > > consider an exiting thread where the group leader is still active. > > The time for the thread will be added to the utime/stime fields in > > the signal structure. Taskstats will happily ignore that time while > > the group leader is still running. > > > > Why do you say that? Not sure your comment is very clean, in > fill_tgid, we do > > 1. Accumulate signal stats (contains stats for dead threads) > 2. Accumulate stats for current threads > > fill_tgid_exit does something similar Hmm, I can't find anything in the code where the tsk->signal->{utime,stime} gets transferred to the taskstats record. There is a loop in fill_tgid over the threads of the process but all it does is to call delayacct_add_tsk. And that function does nothing with the cpu time of dead threads which is stored in the signal structure. In addition which taskstats field is supposed to contain the cpu time of the dead thread, ac_utime/ac_stime? -- blue skies, Martin. "Reality continues to ruin my life." - Calvin.