[PATCH] 2.5.44 CSA, Job, and PAGG

John Hesterberg (jh@sgi.com)
Wed, 23 Oct 2002 14:53:42 -0500


2.5.44 versions of CSA, Job, and PAGG patches are available at:
ftp://oss.sgi.com/projects/pagg/download/linux-2.5.44-pagg.patch
ftp://oss.sgi.com/projects/pagg/download/linux-2.5.44-job.patch
ftp://oss.sgi.com/projects/csa/download/linux-2.5.44-csa.patch
Apply them in that order.
The CSA and job user-level code is in the same directories.

CSA (Comprehensive System Accounting) provides methods for
collecting per-process resource usage data, monitoring disk usage,
and charging fees to specific login accounts. CSA provides features
which are not available with the other Linux accounting packages.
For more information, see:
http://oss.sgi.com/projects/csa/

Linux Jobs is an inescapable process container that is typically
created by point of entry processes like login, and inherited by
children. PAGG (Process Aggregates) is a generic framework for
implementing process containers such as Linux Jobs.
For more information, see:
http://oss.sgi.com/projects/pagg/

CSA depends on Linux Jobs, and Linux Jobs depends on PAGG.

diffstat linux-2.5.44-pagg.patch
Documentation/pagg.txt | 148 +++++++++++++++++
include/linux/init_task.h | 4
include/linux/pagg.h | 216 +++++++++++++++++++++++++
include/linux/sched.h | 4
init/Config.help | 6
init/Config.in | 1
kernel/Makefile | 3
kernel/exit.c | 4
kernel/fork.c | 11 +
kernel/pagg.c | 396 ++++++++++++++++++++++++++++++++++++++++++++++
10 files changed, 792 insertions(+), 1 deletion(-)

diffstat linux-2.5.44-job.patch
Documentation/job.txt | 434 ++++++++++
include/linux/job.h | 250 ++++++
init/Config.help | 22
init/Config.in | 3
kernel/Makefile | 3
kernel/job.c | 2001 ++++++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 2712 insertions(+), 1 deletion(-)

diffstat linux-2.5.44-csa.patch
drivers/block/ll_rw_blk.c | 4
fs/exec.c | 4
fs/read_write.c | 25
include/linux/csa.h | 518 ++++++++++++++
include/linux/csa_internal.h | 84 ++
include/linux/sched.h | 20
init/Config.help | 19
init/Config.in | 1
kernel/Makefile | 1
kernel/csa_job_acct.c | 1582 +++++++++++++++++++++++++++++++++++++++++++
kernel/exit.c | 7
kernel/fork.c | 8
kernel/ksyms.c | 4
mm/memory.c | 18
mm/mmap.c | 10
mm/mremap.c | 8
mm/rmap.c | 3
mm/swapfile.c | 4
18 files changed, 2317 insertions(+), 3 deletions(-)

John Hesterberg and Robin Holt
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/