浏览代码

Christoph has moved

Remove all clameter@sgi.com addresses from the kernel tree since they will
become invalid on June 27th.  Change my maintainer email address for the
slab allocators to cl@linux-foundation.org (which will be the new email
address for the future).

Signed-off-by: Christoph Lameter <clameter@sgi.com>
Signed-off-by: Christoph Lameter <cl@linux-foundation.org>
Cc: Pekka Enberg <penberg@cs.helsinki.fi>
Cc: Stephen Rothwell <sfr@canb.auug.org.au>
Cc: Matt Mackall <mpm@selenic.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Christoph Lameter 17 年之前
父节点
当前提交
cde5353599

+ 2 - 2
Documentation/vm/slabinfo.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Slabinfo: Tool to get reports about slabs
  * Slabinfo: Tool to get reports about slabs
  *
  *
- * (C) 2007 sgi, Christoph Lameter <clameter@sgi.com>
+ * (C) 2007 sgi, Christoph Lameter
  *
  *
  * Compile by:
  * Compile by:
  *
  *
@@ -99,7 +99,7 @@ void fatal(const char *x, ...)
 
 
 void usage(void)
 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"
 		"slabinfo [-ahnpvtsz] [-d debugopts] [slab-regexp]\n"
 		"-a|--aliases           Show aliases\n"
 		"-a|--aliases           Show aliases\n"
 		"-A|--activity          Most active slabs first\n"
 		"-A|--activity          Most active slabs first\n"

+ 1 - 1
Documentation/vm/slub.txt

@@ -266,4 +266,4 @@ of other objects.
 
 
 	slub_debug=FZ,dentry
 	slub_debug=FZ,dentry
 
 
-Christoph Lameter, <clameter@sgi.com>, May 30, 2007
+Christoph Lameter, May 30, 2007

+ 1 - 1
MAINTAINERS

@@ -3672,7 +3672,7 @@ S:	Maintained
 
 
 SLAB ALLOCATOR
 SLAB ALLOCATOR
 P:	Christoph Lameter
 P:	Christoph Lameter
-M:	clameter@sgi.com
+M:	cl@linux-foundation.org
 P:	Pekka Enberg
 P:	Pekka Enberg
 M:	penberg@cs.helsinki.fi
 M:	penberg@cs.helsinki.fi
 P:	Matt Mackall
 P:	Matt Mackall

+ 1 - 1
include/asm-generic/atomic.h

@@ -2,7 +2,7 @@
 #define _ASM_GENERIC_ATOMIC_H
 #define _ASM_GENERIC_ATOMIC_H
 /*
 /*
  * Copyright (C) 2005 Silicon Graphics, Inc.
  * Copyright (C) 2005 Silicon Graphics, Inc.
- *	Christoph Lameter <clameter@sgi.com>
+ *	Christoph Lameter
  *
  *
  * Allows to provide arch independent atomic definitions without the need to
  * Allows to provide arch independent atomic definitions without the need to
  * edit all arch specific atomic.h files.
  * edit all arch specific atomic.h files.

+ 1 - 1
include/linux/slab.h

@@ -1,7 +1,7 @@
 /*
 /*
  * Written by Mark Hemment, 1996 (markhe@nextd.demon.co.uk).
  * Written by Mark Hemment, 1996 (markhe@nextd.demon.co.uk).
  *
  *
- * (C) SGI 2006, Christoph Lameter <clameter@sgi.com>
+ * (C) SGI 2006, Christoph Lameter
  * 	Cleaned up and restructured to ease the addition of alternative
  * 	Cleaned up and restructured to ease the addition of alternative
  * 	implementations of SLAB allocators.
  * 	implementations of SLAB allocators.
  */
  */

+ 1 - 1
include/linux/slub_def.h

@@ -4,7 +4,7 @@
 /*
 /*
  * SLUB : A Slab allocator without object queues.
  * SLUB : A Slab allocator without object queues.
  *
  *
- * (C) 2007 SGI, Christoph Lameter <clameter@sgi.com>
+ * (C) 2007 SGI, Christoph Lameter
  */
  */
 #include <linux/types.h>
 #include <linux/types.h>
 #include <linux/gfp.h>
 #include <linux/gfp.h>

+ 1 - 1
kernel/workqueue.c

@@ -13,7 +13,7 @@
  *   Kai Petzke <wpp@marie.physik.tu-berlin.de>
  *   Kai Petzke <wpp@marie.physik.tu-berlin.de>
  *   Theodore Ts'o <tytso@mit.edu>
  *   Theodore Ts'o <tytso@mit.edu>
  *
  *
- * Made to use alloc_percpu by Christoph Lameter <clameter@sgi.com>.
+ * Made to use alloc_percpu by Christoph Lameter.
  */
  */
 
 
 #include <linux/module.h>
 #include <linux/module.h>

+ 1 - 1
lib/radix-tree.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Copyright (C) 2001 Momchil Velikov
  * Copyright (C) 2001 Momchil Velikov
  * Portions Copyright (C) 2001 Christoph Hellwig
  * Portions Copyright (C) 2001 Christoph Hellwig
- * Copyright (C) 2005 SGI, Christoph Lameter <clameter@sgi.com>
+ * Copyright (C) 2005 SGI, Christoph Lameter
  * Copyright (C) 2006 Nick Piggin
  * Copyright (C) 2006 Nick Piggin
  *
  *
  * This program is free software; you can redistribute it and/or
  * This program is free software; you can redistribute it and/or

+ 1 - 1
mm/allocpercpu.c

@@ -1,7 +1,7 @@
 /*
 /*
  * linux/mm/allocpercpu.c
  * linux/mm/allocpercpu.c
  *
  *
- * Separated from slab.c August 11, 2006 Christoph Lameter <clameter@sgi.com>
+ * Separated from slab.c August 11, 2006 Christoph Lameter
  */
  */
 #include <linux/mm.h>
 #include <linux/mm.h>
 #include <linux/module.h>
 #include <linux/module.h>

+ 1 - 1
mm/migrate.c

@@ -9,7 +9,7 @@
  * IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
  * IWAMOTO Toshihiro <iwamoto@valinux.co.jp>
  * Hirokazu Takahashi <taka@valinux.co.jp>
  * Hirokazu Takahashi <taka@valinux.co.jp>
  * Dave Hansen <haveblue@us.ibm.com>
  * Dave Hansen <haveblue@us.ibm.com>
- * Christoph Lameter <clameter@sgi.com>
+ * Christoph Lameter
  */
  */
 
 
 #include <linux/migrate.h>
 #include <linux/migrate.h>

+ 1 - 1
mm/slub.c

@@ -5,7 +5,7 @@
  * The allocator synchronizes using per slab locks and only
  * The allocator synchronizes using per slab locks and only
  * uses a centralized lock to manage a pool of partial slabs.
  * uses a centralized lock to manage a pool of partial slabs.
  *
  *
- * (C) 2007 SGI, Christoph Lameter <clameter@sgi.com>
+ * (C) 2007 SGI, Christoph Lameter
  */
  */
 
 
 #include <linux/mm.h>
 #include <linux/mm.h>

+ 1 - 1
mm/sparse-vmemmap.c

@@ -1,7 +1,7 @@
 /*
 /*
  * Virtual Memory Map support
  * Virtual Memory Map support
  *
  *
- * (C) 2007 sgi. Christoph Lameter <clameter@sgi.com>.
+ * (C) 2007 sgi. Christoph Lameter.
  *
  *
  * Virtual memory maps allow VM primitives pfn_to_page, page_to_pfn,
  * Virtual memory maps allow VM primitives pfn_to_page, page_to_pfn,
  * virt_to_page, page_address() to be implemented as a base offset
  * virt_to_page, page_address() to be implemented as a base offset