Subject: Email address change Remover all clameter@sgi.com addresses from the kernel tree since they will soon become invalid. Change maintainer address to cl@linux-foundation.org Signed-off-by: Christoph Lameter Signed-off-by: Christoph Lameter --- Documentation/vm/slabinfo.c | 4 ++-- Documentation/vm/slub.txt | 2 +- MAINTAINERS | 2 +- include/asm-generic/atomic.h | 2 +- include/linux/slab.h | 2 +- include/linux/slub_def.h | 2 +- kernel/workqueue.c | 2 +- lib/radix-tree.c | 2 +- mm/allocpercpu.c | 2 +- mm/migrate.c | 2 +- mm/slub.c | 2 +- mm/sparse-vmemmap.c | 2 +- 12 files changed, 13 insertions(+), 13 deletions(-) Index: linux-2.6/Documentation/vm/slabinfo.c =================================================================== --- linux-2.6.orig/Documentation/vm/slabinfo.c 2008-06-23 12:24:39.478876944 -0700 +++ linux-2.6/Documentation/vm/slabinfo.c 2008-06-23 13:30:54.456377614 -0700 @@ -1,7 +1,7 @@ /* * Slabinfo: Tool to get reports about slabs * - * (C) 2007 sgi, Christoph Lameter + * (C) 2007 sgi, Christoph Lameter * * Compile by: * @@ -99,7 +99,7 @@ void fatal(const char *x, ...) void usage(void) { - printf("slabinfo 5/7/2007. (c) 2007 sgi. clameter@sgi.com\n\n" + printf("slabinfo 5/7/2007. (c) 2007 sgi.\n\n" "slabinfo [-ahnpvtsz] [-d debugopts] [slab-regexp]\n" "-a|--aliases Show aliases\n" "-A|--activity Most active slabs first\n" Index: linux-2.6/Documentation/vm/slub.txt =================================================================== --- linux-2.6.orig/Documentation/vm/slub.txt 2008-06-23 12:24:39.488875177 -0700 +++ linux-2.6/Documentation/vm/slub.txt 2008-06-23 13:30:54.456377614 -0700 @@ -266,4 +266,4 @@ of other objects. slub_debug=FZ,dentry -Christoph Lameter, , May 30, 2007 +Christoph Lameter, May 30, 2007 Index: linux-2.6/MAINTAINERS =================================================================== --- linux-2.6.orig/MAINTAINERS 2008-06-23 12:24:57.076374600 -0700 +++ linux-2.6/MAINTAINERS 2008-06-23 13:30:54.476374764 -0700 @@ -3688,7 +3688,7 @@ S: Maintained SLAB ALLOCATOR P: Christoph Lameter -M: clameter@sgi.com +M: cl@linux-foundation.org P: Pekka Enberg M: penberg@cs.helsinki.fi P: Matt Mackall Index: linux-2.6/include/asm-generic/atomic.h =================================================================== --- linux-2.6.orig/include/asm-generic/atomic.h 2008-06-23 12:24:39.508876376 -0700 +++ linux-2.6/include/asm-generic/atomic.h 2008-06-23 13:30:54.556385675 -0700 @@ -2,7 +2,7 @@ #define _ASM_GENERIC_ATOMIC_H /* * Copyright (C) 2005 Silicon Graphics, Inc. - * Christoph Lameter + * Christoph Lameter * * Allows to provide arch independent atomic definitions without the need to * edit all arch specific atomic.h files. Index: linux-2.6/include/linux/slab.h =================================================================== --- linux-2.6.orig/include/linux/slab.h 2008-06-23 12:24:39.518876670 -0700 +++ linux-2.6/include/linux/slab.h 2008-06-23 13:30:54.608875023 -0700 @@ -1,7 +1,7 @@ /* * Written by Mark Hemment, 1996 (markhe@nextd.demon.co.uk). * - * (C) SGI 2006, Christoph Lameter + * (C) SGI 2006, Christoph Lameter * Cleaned up and restructured to ease the addition of alternative * implementations of SLAB allocators. */ Index: linux-2.6/include/linux/slub_def.h =================================================================== --- linux-2.6.orig/include/linux/slub_def.h 2008-06-23 12:24:39.528876086 -0700 +++ linux-2.6/include/linux/slub_def.h 2008-06-23 13:30:54.658876429 -0700 @@ -4,7 +4,7 @@ /* * SLUB : A Slab allocator without object queues. * - * (C) 2007 SGI, Christoph Lameter + * (C) 2007 SGI, Christoph Lameter */ #include #include Index: linux-2.6/kernel/workqueue.c =================================================================== --- linux-2.6.orig/kernel/workqueue.c 2008-06-23 12:24:39.538875538 -0700 +++ linux-2.6/kernel/workqueue.c 2008-06-23 13:30:54.726385764 -0700 @@ -13,7 +13,7 @@ * Kai Petzke * Theodore Ts'o * - * Made to use alloc_percpu by Christoph Lameter . + * Made to use alloc_percpu by Christoph Lameter. */ #include Index: linux-2.6/lib/radix-tree.c =================================================================== --- linux-2.6.orig/lib/radix-tree.c 2008-06-23 12:24:39.558876858 -0700 +++ linux-2.6/lib/radix-tree.c 2008-06-23 13:30:54.778876552 -0700 @@ -1,7 +1,7 @@ /* * Copyright (C) 2001 Momchil Velikov * Portions Copyright (C) 2001 Christoph Hellwig - * Copyright (C) 2005 SGI, Christoph Lameter + * Copyright (C) 2005 SGI, Christoph Lameter * Copyright (C) 2006 Nick Piggin * * This program is free software; you can redistribute it and/or Index: linux-2.6/mm/allocpercpu.c =================================================================== --- linux-2.6.orig/mm/allocpercpu.c 2008-06-23 12:24:39.558876858 -0700 +++ linux-2.6/mm/allocpercpu.c 2008-06-23 13:30:54.808885819 -0700 @@ -1,7 +1,7 @@ /* * linux/mm/allocpercpu.c * - * Separated from slab.c August 11, 2006 Christoph Lameter + * Separated from slab.c August 11, 2006 Christoph Lameter */ #include #include Index: linux-2.6/mm/migrate.c =================================================================== --- linux-2.6.orig/mm/migrate.c 2008-06-23 12:24:57.438887208 -0700 +++ linux-2.6/mm/migrate.c 2008-06-23 13:30:54.858885757 -0700 @@ -9,7 +9,7 @@ * IWAMOTO Toshihiro * Hirokazu Takahashi * Dave Hansen - * Christoph Lameter + * Christoph Lameter */ #include Index: linux-2.6/mm/slub.c =================================================================== --- linux-2.6.orig/mm/slub.c 2008-06-23 12:24:39.578876957 -0700 +++ linux-2.6/mm/slub.c 2008-06-23 13:30:54.898885686 -0700 @@ -5,7 +5,7 @@ * The allocator synchronizes using per slab locks and only * uses a centralized lock to manage a pool of partial slabs. * - * (C) 2007 SGI, Christoph Lameter + * (C) 2007 SGI, Christoph Lameter */ #include Index: linux-2.6/mm/sparse-vmemmap.c =================================================================== --- linux-2.6.orig/mm/sparse-vmemmap.c 2008-06-23 12:24:39.598876687 -0700 +++ linux-2.6/mm/sparse-vmemmap.c 2008-06-23 13:30:55.038885534 -0700 @@ -1,7 +1,7 @@ /* * Virtual Memory Map support * - * (C) 2007 sgi. Christoph Lameter . + * (C) 2007 sgi. Christoph Lameter. * * Virtual memory maps allow VM primitives pfn_to_page, page_to_pfn, * virt_to_page, page_address() to be implemented as a base offset