aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Lameter <cl@linux.com>2016-03-17 17:21:15 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2016-03-17 18:09:34 -0400
commit93e205a728e6cb8d7d11f6836e289798a1de25e2 (patch)
treea1282bcf33d5c98c00941b7bc06781d11525ce97
parentdfbf2897d00499f94cd53a9806e697392cbfe6a3 (diff)
fix Christoph's email addresses
There are various email addresses for me throughout the kernel. Use the one that will always be valid. Signed-off-by: Christoph Lameter <cl@linux.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
-rw-r--r--Documentation/cgroup-v1/cgroups.txt2
-rw-r--r--Documentation/cgroup-v1/cpusets.txt2
-rw-r--r--MAINTAINERS2
-rw-r--r--arch/ia64/include/asm/rwsem.h2
-rw-r--r--include/linux/quicklist.h2
-rw-r--r--mm/mmu_notifier.c2
-rw-r--r--mm/quicklist.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/cgroup-v1/cgroups.txt b/Documentation/cgroup-v1/cgroups.txt
index c6256ae9885b..947e6fe31ef9 100644
--- a/Documentation/cgroup-v1/cgroups.txt
+++ b/Documentation/cgroup-v1/cgroups.txt
@@ -8,7 +8,7 @@ Original copyright statements from cpusets.txt:
8Portions Copyright (C) 2004 BULL SA. 8Portions Copyright (C) 2004 BULL SA.
9Portions Copyright (c) 2004-2006 Silicon Graphics, Inc. 9Portions Copyright (c) 2004-2006 Silicon Graphics, Inc.
10Modified by Paul Jackson <pj@sgi.com> 10Modified by Paul Jackson <pj@sgi.com>
11Modified by Christoph Lameter <clameter@sgi.com> 11Modified by Christoph Lameter <cl@linux.com>
12 12
13CONTENTS: 13CONTENTS:
14========= 14=========
diff --git a/Documentation/cgroup-v1/cpusets.txt b/Documentation/cgroup-v1/cpusets.txt
index fdf7dff3f607..e5cdcd445615 100644
--- a/Documentation/cgroup-v1/cpusets.txt
+++ b/Documentation/cgroup-v1/cpusets.txt
@@ -6,7 +6,7 @@ Written by Simon.Derr@bull.net
6 6
7Portions Copyright (c) 2004-2006 Silicon Graphics, Inc. 7Portions Copyright (c) 2004-2006 Silicon Graphics, Inc.
8Modified by Paul Jackson <pj@sgi.com> 8Modified by Paul Jackson <pj@sgi.com>
9Modified by Christoph Lameter <clameter@sgi.com> 9Modified by Christoph Lameter <cl@linux.com>
10Modified by Paul Menage <menage@google.com> 10Modified by Paul Menage <menage@google.com>
11Modified by Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com> 11Modified by Hidetoshi Seto <seto.hidetoshi@jp.fujitsu.com>
12 12
diff --git a/MAINTAINERS b/MAINTAINERS
index 99bd725affc6..67d34bb7335c 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -8473,7 +8473,7 @@ F: include/crypto/pcrypt.h
8473 8473
8474PER-CPU MEMORY ALLOCATOR 8474PER-CPU MEMORY ALLOCATOR
8475M: Tejun Heo <tj@kernel.org> 8475M: Tejun Heo <tj@kernel.org>
8476M: Christoph Lameter <cl@linux-foundation.org> 8476M: Christoph Lameter <cl@linux.com>
8477T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git 8477T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git
8478S: Maintained 8478S: Maintained
8479F: include/linux/percpu*.h 8479F: include/linux/percpu*.h
diff --git a/arch/ia64/include/asm/rwsem.h b/arch/ia64/include/asm/rwsem.h
index 3027e7516d85..ce112472bdd6 100644
--- a/arch/ia64/include/asm/rwsem.h
+++ b/arch/ia64/include/asm/rwsem.h
@@ -3,7 +3,7 @@
3 * 3 *
4 * Copyright (C) 2003 Ken Chen <kenneth.w.chen@intel.com> 4 * Copyright (C) 2003 Ken Chen <kenneth.w.chen@intel.com>
5 * Copyright (C) 2003 Asit Mallick <asit.k.mallick@intel.com> 5 * Copyright (C) 2003 Asit Mallick <asit.k.mallick@intel.com>
6 * Copyright (C) 2005 Christoph Lameter <clameter@sgi.com> 6 * Copyright (C) 2005 Christoph Lameter <cl@linux.com>
7 * 7 *
8 * Based on asm-i386/rwsem.h and other architecture implementation. 8 * Based on asm-i386/rwsem.h and other architecture implementation.
9 * 9 *
diff --git a/include/linux/quicklist.h b/include/linux/quicklist.h
index bd466439c588..3bdfa70bc642 100644
--- a/include/linux/quicklist.h
+++ b/include/linux/quicklist.h
@@ -5,7 +5,7 @@
5 * as needed after allocation when they are freed. Per cpu lists of pages 5 * as needed after allocation when they are freed. Per cpu lists of pages
6 * are kept that only contain node local pages. 6 * are kept that only contain node local pages.
7 * 7 *
8 * (C) 2007, SGI. Christoph Lameter <clameter@sgi.com> 8 * (C) 2007, SGI. Christoph Lameter <cl@linux.com>
9 */ 9 */
10#include <linux/kernel.h> 10#include <linux/kernel.h>
11#include <linux/gfp.h> 11#include <linux/gfp.h>
diff --git a/mm/mmu_notifier.c b/mm/mmu_notifier.c
index 5fbdd367bbed..f4259e496f83 100644
--- a/mm/mmu_notifier.c
+++ b/mm/mmu_notifier.c
@@ -3,7 +3,7 @@
3 * 3 *
4 * Copyright (C) 2008 Qumranet, Inc. 4 * Copyright (C) 2008 Qumranet, Inc.
5 * Copyright (C) 2008 SGI 5 * Copyright (C) 2008 SGI
6 * Christoph Lameter <clameter@sgi.com> 6 * Christoph Lameter <cl@linux.com>
7 * 7 *
8 * This work is licensed under the terms of the GNU GPL, version 2. See 8 * This work is licensed under the terms of the GNU GPL, version 2. See
9 * the COPYING file in the top-level directory. 9 * the COPYING file in the top-level directory.
diff --git a/mm/quicklist.c b/mm/quicklist.c
index 942212970529..daf6ff6e199a 100644
--- a/mm/quicklist.c
+++ b/mm/quicklist.c
@@ -8,7 +8,7 @@
8 * improved on it. 8 * improved on it.
9 * 9 *
10 * Copyright (C) 2007 SGI, 10 * Copyright (C) 2007 SGI,
11 * Christoph Lameter <clameter@sgi.com> 11 * Christoph Lameter <cl@linux.com>
12 * Generalized, added support for multiple lists and 12 * Generalized, added support for multiple lists and
13 * constructors / destructors. 13 * constructors / destructors.
14 */ 14 */