The patch titled Subject: Fix Christoph's email addresses has been added to the -mm tree. Its filename is fix-my-email-addresses.patch This patch should soon appear at http://ozlabs.org/~akpm/mmots/broken-out/fix-my-email-addresses.patch and later at http://ozlabs.org/~akpm/mmotm/broken-out/fix-my-email-addresses.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** The -mm tree is included into linux-next and is updated there every 3-4 working days ------------------------------------------------------ From: Christoph Lameter <cl@xxxxxxxxx> Subject: 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@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- Documentation/cgroup-v1/cgroups.txt | 2 +- Documentation/cgroup-v1/cpusets.txt | 2 +- MAINTAINERS | 2 +- arch/ia64/include/asm/rwsem.h | 2 +- include/linux/quicklist.h | 2 +- mm/mmu_notifier.c | 2 +- mm/quicklist.c | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff -puN Documentation/cgroup-v1/cgroups.txt~fix-my-email-addresses Documentation/cgroup-v1/cgroups.txt --- a/Documentation/cgroup-v1/cgroups.txt~fix-my-email-addresses +++ a/Documentation/cgroup-v1/cgroups.txt @@ -8,7 +8,7 @@ Original copyright statements from cpuse Portions Copyright (C) 2004 BULL SA. Portions Copyright (c) 2004-2006 Silicon Graphics, Inc. Modified by Paul Jackson <pj@xxxxxxx> -Modified by Christoph Lameter <clameter@xxxxxxx> +Modified by Christoph Lameter <cl@xxxxxxxxx> CONTENTS: ========= diff -puN Documentation/cgroup-v1/cpusets.txt~fix-my-email-addresses Documentation/cgroup-v1/cpusets.txt --- a/Documentation/cgroup-v1/cpusets.txt~fix-my-email-addresses +++ a/Documentation/cgroup-v1/cpusets.txt @@ -6,7 +6,7 @@ Written by Simon.Derr@xxxxxxxx Portions Copyright (c) 2004-2006 Silicon Graphics, Inc. Modified by Paul Jackson <pj@xxxxxxx> -Modified by Christoph Lameter <clameter@xxxxxxx> +Modified by Christoph Lameter <cl@xxxxxxxxx> Modified by Paul Menage <menage@xxxxxxxxxx> Modified by Hidetoshi Seto <seto.hidetoshi@xxxxxxxxxxxxxx> diff -puN MAINTAINERS~fix-my-email-addresses MAINTAINERS --- a/MAINTAINERS~fix-my-email-addresses +++ a/MAINTAINERS @@ -8431,7 +8431,7 @@ F: include/crypto/pcrypt.h PER-CPU MEMORY ALLOCATOR M: Tejun Heo <tj@xxxxxxxxxx> -M: Christoph Lameter <cl@xxxxxxxxxxxxxxxxxxxx> +M: Christoph Lameter <cl@xxxxxxxxx> T: git git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu.git S: Maintained F: include/linux/percpu*.h diff -puN arch/ia64/include/asm/rwsem.h~fix-my-email-addresses arch/ia64/include/asm/rwsem.h --- a/arch/ia64/include/asm/rwsem.h~fix-my-email-addresses +++ a/arch/ia64/include/asm/rwsem.h @@ -3,7 +3,7 @@ * * Copyright (C) 2003 Ken Chen <kenneth.w.chen@xxxxxxxxx> * Copyright (C) 2003 Asit Mallick <asit.k.mallick@xxxxxxxxx> - * Copyright (C) 2005 Christoph Lameter <clameter@xxxxxxx> + * Copyright (C) 2005 Christoph Lameter <cl@xxxxxxxxx> * * Based on asm-i386/rwsem.h and other architecture implementation. * diff -puN include/linux/quicklist.h~fix-my-email-addresses include/linux/quicklist.h --- a/include/linux/quicklist.h~fix-my-email-addresses +++ a/include/linux/quicklist.h @@ -5,7 +5,7 @@ * as needed after allocation when they are freed. Per cpu lists of pages * are kept that only contain node local pages. * - * (C) 2007, SGI. Christoph Lameter <clameter@xxxxxxx> + * (C) 2007, SGI. Christoph Lameter <cl@xxxxxxxxx> */ #include <linux/kernel.h> #include <linux/gfp.h> diff -puN mm/mmu_notifier.c~fix-my-email-addresses mm/mmu_notifier.c --- a/mm/mmu_notifier.c~fix-my-email-addresses +++ a/mm/mmu_notifier.c @@ -3,7 +3,7 @@ * * Copyright (C) 2008 Qumranet, Inc. * Copyright (C) 2008 SGI - * Christoph Lameter <clameter@xxxxxxx> + * Christoph Lameter <cl@xxxxxxxxx> * * This work is licensed under the terms of the GNU GPL, version 2. See * the COPYING file in the top-level directory. diff -puN mm/quicklist.c~fix-my-email-addresses mm/quicklist.c --- a/mm/quicklist.c~fix-my-email-addresses +++ a/mm/quicklist.c @@ -8,7 +8,7 @@ * improved on it. * * Copyright (C) 2007 SGI, - * Christoph Lameter <clameter@xxxxxxx> + * Christoph Lameter <cl@xxxxxxxxx> * Generalized, added support for multiple lists and * constructors / destructors. */ _ Patches currently in -mm which might be from cl@xxxxxxxxx are fix-my-email-addresses.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html