Hi, I have broken up one big CSA kernel patch into four smaller ones as attached: csa_io - collects io accounting data csa_mm - collects mm accounting data csa_eop - provides a hook to perform end-of-process accounting csa_module - builds csa loadable module There are no functional changes in this set of csa patches compared to the 2.6.7 patch linux-2.6.7.csa.patch. Patches csa_io, csa_mm, and csa_eop are independent of each other. You may apply any one, any two or all three and you will be able to build a functional kernel. However, data collected needs an agent to use it. The csa_module is one agent that takes advangtage of the feature and it works with csa-2.0.0 (or later) to report system accounting data of the host system. The csa-2.0.0 rpm can be downloaded from ftp://oss.sgi.com/projects/csa/download The csa_module patch requires all three accounting data patches to be fully functional. This set of csa patches has been tested with the pagg and job kernel patches to linux 2.6.8 kernel. The information of pagg and job project can be found at http://oss.sgi.com/projects/pagg/ The csa_module requires the pagg and job kernel patches. Feedback, bug reports, and comments are very welcome! Signed-off-by: Jay Lan --- Jay Lan - Linux System Software Silicon Graphics Inc., Mountain View, CA