The patch titled update Tigran's email addresses has been added to the -mm tree. Its filename is update-tigrans-email-addresses.patch See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: update Tigran's email addresses From: Tigran Aivazian <tigran@xxxxxxxxxxxxxxxxxxxx> As Adrian pointed out recently, there were still a couple of places where I should have fixed my email address. Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- Documentation/filesystems/bfs.txt | 2 +- arch/i386/kernel/microcode.c | 6 +++--- fs/bfs/inode.c | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff -puN Documentation/filesystems/bfs.txt~update-tigrans-email-addresses Documentation/filesystems/bfs.txt --- a/Documentation/filesystems/bfs.txt~update-tigrans-email-addresses +++ a/Documentation/filesystems/bfs.txt @@ -54,4 +54,4 @@ The first 4 bytes should be 0x1badface. If you have any patches, questions or suggestions regarding this BFS implementation please contact the author: -Tigran A. Aivazian <tigran@xxxxxxxxxxx> +Tigran Aivazian <tigran@xxxxxxxxxxxxxxxxxxxx> diff -puN arch/i386/kernel/microcode.c~update-tigrans-email-addresses arch/i386/kernel/microcode.c --- a/arch/i386/kernel/microcode.c~update-tigrans-email-addresses +++ a/arch/i386/kernel/microcode.c @@ -1,7 +1,7 @@ /* * Intel CPU Microcode Update Driver for Linux * - * Copyright (C) 2000-2004 Tigran Aivazian + * Copyright (C) 2000-2006 Tigran Aivazian <tigran@xxxxxxxxxxxxxxxxxxxx> * 2006 Shaohua Li <shaohua.li@xxxxxxxxx> * * This driver allows to upgrade microcode on Intel processors @@ -92,7 +92,7 @@ #include <asm/processor.h> MODULE_DESCRIPTION("Intel CPU (IA-32) Microcode Update Driver"); -MODULE_AUTHOR("Tigran Aivazian <tigran@xxxxxxxxxxx>"); +MODULE_AUTHOR("Tigran Aivazian <tigran@xxxxxxxxxxxxxxxxxxxx>"); MODULE_LICENSE("GPL"); #define MICROCODE_VERSION "1.14a" @@ -752,7 +752,7 @@ static int __init microcode_init (void) register_hotcpu_notifier(&mc_cpu_notifier); printk(KERN_INFO - "IA-32 Microcode Update Driver: v" MICROCODE_VERSION " <tigran@xxxxxxxxxxx>\n"); + "IA-32 Microcode Update Driver: v" MICROCODE_VERSION " <tigran@xxxxxxxxxxxxxxxxxxxx>\n"); return 0; } diff -puN fs/bfs/inode.c~update-tigrans-email-addresses fs/bfs/inode.c --- a/fs/bfs/inode.c~update-tigrans-email-addresses +++ a/fs/bfs/inode.c @@ -1,7 +1,7 @@ /* * fs/bfs/inode.c * BFS superblock and inode operations. - * Copyright (C) 1999,2000 Tigran Aivazian <tigran@xxxxxxxxxxx> + * Copyright (C) 1999-2006 Tigran Aivazian <tigran@xxxxxxxxxxxxxxxxxxxx> * From fs/minix, Copyright (C) 1991, 1992 Linus Torvalds. * * Made endianness-clean by Andrew Stribblehill <ads@xxxxxxxxxx>, 2005. @@ -18,7 +18,7 @@ #include <asm/uaccess.h> #include "bfs.h" -MODULE_AUTHOR("Tigran A. Aivazian <tigran@xxxxxxxxxxx>"); +MODULE_AUTHOR("Tigran Aivazian <tigran@xxxxxxxxxxxxxxxxxxxx>"); MODULE_DESCRIPTION("SCO UnixWare BFS filesystem for Linux"); MODULE_LICENSE("GPL"); _ Patches currently in -mm which might be from tigran@xxxxxxxxxxxxxxxxxxxx are update-tigrans-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