From patchwork Mon Jan 3 19:45:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tim Gardner X-Patchwork-Id: 77309 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 5EE9AB70D5 for ; Tue, 4 Jan 2011 06:45:30 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PZqLE-0005Wz-0L; Mon, 03 Jan 2011 19:45:16 +0000 Received: from mail.tpi.com ([70.99.223.143]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from ) id 1PZqLB-0005Wu-2F for kernel-team@lists.ubuntu.com; Mon, 03 Jan 2011 19:45:13 +0000 Received: from sepang.rtg.net (unknown [10.0.2.5]) by mail.tpi.com (Postfix) with ESMTP id 1E77F2846B3 for ; Mon, 3 Jan 2011 11:44:33 -0800 (PST) Received: by sepang.rtg.net (Postfix, from userid 1000) id F3721F8BC3; Mon, 3 Jan 2011 12:45:10 -0700 (MST) To: kernel-team@lists.ubuntu.com Subject: Lucid SRU, CONFIG_TASK_DELAY_ACCT=y, LP493156 Message-Id: <20110103194510.F3721F8BC3@sepang.rtg.net> Date: Mon, 3 Jan 2011 12:45:10 -0700 (MST) From: timg@tpi.com (Tim Gardner) X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com The following changes since commit 1aec5ae6df73572c340a50483a3ed9c8621b1da9: Greg Kroah-Hartman (1): Linux 2.6.32.27 are available in the git repository at: git://kernel.ubuntu.com/rtg/ubuntu-lucid.git delay-acct-lp493156 Tim Gardner (2): UBUNTU: SAUCE: Change nodelayacct boot parameter polarity. UBUNTU: [Config] CONFIG_TASK_DELAY_ACCT=y Documentation/kernel-parameters.txt | 2 +- debian.master/config/config.common.ports | 2 +- debian.master/config/config.common.ubuntu | 2 +- kernel/delayacct.c | 8 ++++---- 4 files changed, 7 insertions(+), 7 deletions(-) From 12de726a4519e60c6caf4c629a87e608b46cae6e Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Mon, 3 Jan 2011 11:48:40 -0700 Subject: [PATCH 1/2] UBUNTU: SAUCE: Change nodelayacct boot parameter polarity. Make the default behaviour 'delayacct_on=0' before enabling CONFIG_TASK_DELAY_ACCT. This preserves the released behaviour of Lucid whilst still providing an avenue for iotop users to enable this functionality. e.g., booting with 'delayacct' on the grub command line. BugLink: http://bugs.launchpad.net/bugs/493156 Signed-off-by: Tim Gardner Acked-by: Brad Figg Acked-by: John Johansen --- Documentation/kernel-parameters.txt | 2 +- kernel/delayacct.c | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)