+ claim-maintainership-for-block2mtd-and-update-email-addresses.patch added to -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     Claim maintainership for block2mtd and update email addresses
has been added to the -mm tree.  Its filename is
     claim-maintainership-for-block2mtd-and-update-email-addresses.patch

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: Claim maintainership for block2mtd and update email addresses
From: Joern Engel <joern@xxxxxxxxxxxxxxx>

I have been prime author and maintainer of block2mtd from day one, but
neither MAINTAINERS nor the module source makes this fact clear.  And while
I'm at it, update my email addresses tree-wide, as the old address
currently bounces and change my name to "joern" as unicode will likely
continue to cause trouble until the end of this century.

Signed-off-by: Joern Engel <joern@xxxxxxxxxxxxxxx>
Cc: David Woodhouse <dwmw2@xxxxxxxxxxxxx>
Cc: Andy Whitcroft <apw@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 MAINTAINERS                     |   10 ++++++++--
 drivers/mtd/devices/block2mtd.c |    4 ++--
 drivers/mtd/devices/phram.c     |    4 ++--
 drivers/mtd/maps/mtx-1_flash.c  |    2 +-
 scripts/checkstack.pl           |    2 +-
 5 files changed, 14 insertions(+), 8 deletions(-)

diff -puN MAINTAINERS~claim-maintainership-for-block2mtd-and-update-email-addresses MAINTAINERS
--- a/MAINTAINERS~claim-maintainership-for-block2mtd-and-update-email-addresses
+++ a/MAINTAINERS
@@ -852,6 +852,12 @@ L:	linux-kernel@xxxxxxxxxxxxxxx
 T:	git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
 S:	Maintained
 
+BLOCK2MTD DRIVER
+P:	Joern Engel
+M:	joern@xxxxxxxxxxxxxxx
+L:	linux-mtd@xxxxxxxxxxxxxxxxxxx
+S:	Maintained
+
 BLUETOOTH SUBSYSTEM
 P:	Marcel Holtmann
 M:	marcel@xxxxxxxxxxxx
@@ -3043,8 +3049,8 @@ L:	linux-abi-devel@xxxxxxxxxxxxxxxxxxxxx
 S:	Maintained
 
 PHRAM MTD DRIVER
-P:	Jörn Engel
-M:	joern@xxxxxxxxxxxxxx
+P:	Joern Engel
+M:	joern@xxxxxxxxxxxxxxx
 L:	linux-mtd@xxxxxxxxxxxxxxxxxxx
 S:	Maintained
 
diff -puN drivers/mtd/devices/block2mtd.c~claim-maintainership-for-block2mtd-and-update-email-addresses drivers/mtd/devices/block2mtd.c
--- a/drivers/mtd/devices/block2mtd.c~claim-maintainership-for-block2mtd-and-update-email-addresses
+++ a/drivers/mtd/devices/block2mtd.c
@@ -4,7 +4,7 @@
  * block2mtd.c - create an mtd from a block device
  *
  * Copyright (C) 2001,2002	Simon Evans <spse@xxxxxxxxxxxxx>
- * Copyright (C) 2004-2006	Jörn Engel <joern@xxxxxxxxxxxxxx>
+ * Copyright (C) 2004-2006	Joern Engel <joern@xxxxxxxxxxxxxx>
  *
  * Licence: GPL
  */
@@ -485,5 +485,5 @@ module_init(block2mtd_init);
 module_exit(block2mtd_exit);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Simon Evans <spse@xxxxxxxxxxxxx> and others");
+MODULE_AUTHOR("Joern Engel <joern@xxxxxxxxxxxxxxx>");
 MODULE_DESCRIPTION("Emulate an MTD using a block device");
diff -puN drivers/mtd/devices/phram.c~claim-maintainership-for-block2mtd-and-update-email-addresses drivers/mtd/devices/phram.c
--- a/drivers/mtd/devices/phram.c~claim-maintainership-for-block2mtd-and-update-email-addresses
+++ a/drivers/mtd/devices/phram.c
@@ -2,7 +2,7 @@
  * $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $
  *
  * Copyright (c) ????		Jochen Schäuble <psionic@xxxxxxxxxx>
- * Copyright (c) 2003-2004	Jörn Engel <joern@xxxxxxxxxxxxxx>
+ * Copyright (c) 2003-2004	Joern Engel <joern@xxxxxxxxxxxxxx>
  *
  * Usage:
  *
@@ -299,5 +299,5 @@ module_init(init_phram);
 module_exit(cleanup_phram);
 
 MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Jörn Engel <joern@xxxxxxxxxxxxxx>");
+MODULE_AUTHOR("Joern Engel <joern@xxxxxxxxxxxxxx>");
 MODULE_DESCRIPTION("MTD driver for physical RAM");
diff -puN drivers/mtd/maps/mtx-1_flash.c~claim-maintainership-for-block2mtd-and-update-email-addresses drivers/mtd/maps/mtx-1_flash.c
--- a/drivers/mtd/maps/mtx-1_flash.c~claim-maintainership-for-block2mtd-and-update-email-addresses
+++ a/drivers/mtd/maps/mtx-1_flash.c
@@ -4,7 +4,7 @@
  * $Id: mtx-1_flash.c,v 1.2 2005/11/07 11:14:27 gleixner Exp $
  *
  * (C) 2005 Bruno Randolf <bruno.randolf@xxxxxxxxxxxxxx>
- * (C) 2005 Jörn Engel <joern@xxxxxxxxxxxxxxxxxxxx>
+ * (C) 2005 Joern Engel <joern@xxxxxxxxxxxxxxxxxxxx>
  *
  */
 
diff -puN scripts/checkstack.pl~claim-maintainership-for-block2mtd-and-update-email-addresses scripts/checkstack.pl
--- a/scripts/checkstack.pl~claim-maintainership-for-block2mtd-and-update-email-addresses
+++ a/scripts/checkstack.pl
@@ -2,7 +2,7 @@
 
 #	Check the stack usage of functions
 #
-#	Copyright Joern Engel <joern@xxxxxxxxxxxxxx>
+#	Copyright Joern Engel <joern@xxxxxxxxxxxxxxx>
 #	Inspired by Linus Torvalds
 #	Original idea maybe from Keith Owens
 #	s390 port and big speedup by Arnd Bergmann <arnd@xxxxxxxxxxxxxxxxxxxx>
_

Patches currently in -mm which might be from joern@xxxxxxxxxxxxxxx are

claim-maintainership-for-block2mtd-and-update-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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux