[kernel] r9974 - in dists/trunk/linux-2.6/debian: . config

Maximilian Attems maks at alioth.debian.org
Tue Dec 18 21:59:41 UTC 2007


Author: maks
Date: Tue Dec 18 21:59:41 2007
New Revision: 9974

Log:
topconfig enable delay accounting, see  #433204

make the stats available so that, getdelays can query delays in execution.
also used by atop, iotop.. bonuspoints for fedora sync.


Modified:
   dists/trunk/linux-2.6/debian/changelog
   dists/trunk/linux-2.6/debian/config/config

Modified: dists/trunk/linux-2.6/debian/changelog
==============================================================================
--- dists/trunk/linux-2.6/debian/changelog	(original)
+++ dists/trunk/linux-2.6/debian/changelog	Tue Dec 18 21:59:41 2007
@@ -25,6 +25,7 @@
   * Unifiy BSD_PROCESS_ACCT settings across configs. (closes: #455892)
   * Reenable DABUSB as firmware is BSD licensed.
   * [hppa]: Disable OCFS2, due build trouble.
+  * topconfig: Enable delay accounting TASKSTATS. (closes: #433204)
 
   [ Bastian Blank ]
   * [amd64, i386]: Set kernel architecture to x86.
@@ -39,7 +40,7 @@
   [ dann frazier ]
   * [ia64]: Enable BLK_CPQ_DA
 
- -- maximilian attems <maks at debian.org>  Sun, 16 Dec 2007 16:05:05 +0100
+ -- maximilian attems <maks at debian.org>  Tue, 18 Dec 2007 22:50:02 +0100
 
 linux-2.6 (2.6.23-1~experimental.1) UNRELEASED; urgency=low
 

Modified: dists/trunk/linux-2.6/debian/config/config
==============================================================================
--- dists/trunk/linux-2.6/debian/config/config	(original)
+++ dists/trunk/linux-2.6/debian/config/config	Tue Dec 18 21:59:41 2007
@@ -19,7 +19,10 @@
 CONFIG_POSIX_MQUEUE=y
 CONFIG_BSD_PROCESS_ACCT=y
 CONFIG_BSD_PROCESS_ACCT_V3=y
-# CONFIG_TASKSTATS is not set
+CONFIG_TASKSTATS=y
+CONFIG_TASK_DELAY_ACCT=y                                                        
+CONFIG_TASK_XACCT=y                                                             
+CONFIG_TASK_IO_ACCOUNTING=y
 # CONFIG_USER_NS is not set
 CONFIG_AUDIT=y
 # CONFIG_AUDITSYSCALL is not set



More information about the Kernel-svn-changes mailing list