From patchwork Mon Jun 21 20:42:17 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Leann Ogasawara X-Patchwork-Id: 56346 X-Patchwork-Delegate: leann.ogasawara@canonical.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id C60E3B6F35 for ; Tue, 22 Jun 2010 06:42:29 +1000 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OQnp2-0003rA-F2; Mon, 21 Jun 2010 21:42:24 +0100 Received: from adelie.canonical.com ([91.189.90.139]) by chlorine.canonical.com with esmtp (Exim 4.69) (envelope-from ) id 1OQnp0-0003qY-QO for kernel-team@lists.ubuntu.com; Mon, 21 Jun 2010 21:42:22 +0100 Received: from hutte.canonical.com ([91.189.90.181]) by adelie.canonical.com with esmtp (Exim 4.69 #1 (Debian)) id 1OQnp0-0005Ai-Ov; Mon, 21 Jun 2010 21:42:22 +0100 Received: from c-76-105-148-120.hsd1.or.comcast.net ([76.105.148.120] helo=[192.168.1.4]) by hutte.canonical.com with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1OQnp0-0006dP-Bb; Mon, 21 Jun 2010 21:42:22 +0100 Subject: [APPLIED] [RFC] [Maverick] Enable CONFIG_TASK_DELAY_ACCT=y From: Leann Ogasawara To: kernel-team In-Reply-To: <1277140960.8087.89.camel@emiko> References: <1277140960.8087.89.camel@emiko> Date: Mon, 21 Jun 2010 13:42:17 -0700 Message-ID: <1277152937.8087.862.camel@emiko> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Cc: james@canonical.com X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.9 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com Applied to Maverick linux master. Thanks, Leann >From 8b2da9d17c8b1b7ae64f7f9cd57ec373e7494644 Mon Sep 17 00:00:00 2001 From: Leann Ogasawara Date: Mon, 21 Jun 2010 11:15:51 -0700 Subject: [PATCH] UBUNTU: [Config] Enable CONFIG_TASK_DELAY_ACCT=y BugLink: http://bugs.launchpad.net/bugs/493156 Full reasoning is captured in the following thread: https://lists.ubuntu.com/archives/kernel-team/2010-June/011238.html "The request to enable CONFIG_TASK_DELAY_ACCT has once again come up per a request from the IS team (I'ved CC'd elmo). They could really use the ability to use iotop to diagnose performance problems on our servers, and they noted that other distributions have this option enabled." Signed-off-by: Leann Ogasawara --- debian.master/config/config.common.ports | 2 +- debian.master/config/config.common.ubuntu | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian.master/config/config.common.ports b/debian.master/config/config.common.ports index be5e07d..b6e412f 100644 --- a/debian.master/config/config.common.ports +++ b/debian.master/config/config.common.ports @@ -3564,7 +3564,7 @@ CONFIG_TABLET_USB_GTCO=m CONFIG_TABLET_USB_KBTAB=m CONFIG_TADPOLE_TS102_UCTRL=m CONFIG_TASKSTATS=y -# CONFIG_TASK_DELAY_ACCT is not set +CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_IO_ACCOUNTING=y CONFIG_TASK_SIZE=0xc0000000 CONFIG_TASK_XACCT=y diff --git a/debian.master/config/config.common.ubuntu b/debian.master/config/config.common.ubuntu index c6c7073..902ea7d 100644 --- a/debian.master/config/config.common.ubuntu +++ b/debian.master/config/config.common.ubuntu @@ -4232,7 +4232,7 @@ CONFIG_TABLET_USB_GTCO=m CONFIG_TABLET_USB_KBTAB=m CONFIG_TABLET_USB_WACOM=m CONFIG_TASKSTATS=y -# CONFIG_TASK_DELAY_ACCT is not set +CONFIG_TASK_DELAY_ACCT=y CONFIG_TASK_IO_ACCOUNTING=y CONFIG_TASK_XACCT=y CONFIG_TC1100_WMI=m