LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
* [PATCH] Claim maintainership for block2mtd and update email addresses
@ 2008-01-06 13:56 Jörn Engel
2008-01-07 23:23 ` Andrew Morton
0 siblings, 1 reply; 6+ messages in thread
From: Jörn Engel @ 2008-01-06 13:56 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mtd, linux-kernel
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: Jörn Engel <joern@lazybastard.org>
---
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(-)
--- linux-2.6.24-rc3logfs/drivers/mtd/devices/block2mtd.c~block2mtd_maintainer 2007-08-08 19:30:04.000000000 +0200
+++ linux-2.6.24-rc3logfs/drivers/mtd/devices/block2mtd.c 2008-01-06 14:22:57.000000000 +0100
@@ -4,7 +4,7 @@
* block2mtd.c - create an mtd from a block device
*
* Copyright (C) 2001,2002 Simon Evans <spse@secret.org.uk>
- * Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de>
+ * Copyright (C) 2004-2006 Joern Engel <joern@lazybastard.org>
*
* Licence: GPL
*/
@@ -485,5 +485,5 @@ module_init(block2mtd_init);
module_exit(block2mtd_exit);
MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Simon Evans <spse@secret.org.uk> and others");
+MODULE_AUTHOR("Joern Engel <joern@lazybastard.org>");
MODULE_DESCRIPTION("Emulate an MTD using a block device");
--- linux-2.6.24-rc3logfs/MAINTAINERS~block2mtd_maintainer 2007-11-30 13:59:51.000000000 +0100
+++ linux-2.6.24-rc3logfs/MAINTAINERS 2008-01-06 14:21:49.000000000 +0100
@@ -835,6 +835,12 @@ L: linux-kernel@vger.kernel.org
T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git
S: Maintained
+BLOCK2MTD DRIVER
+P: Joern Engel
+M: joern@lazybastard.org
+L: linux-mtd@lists.infradead.org
+S: Maintained
+
BLUETOOTH SUBSYSTEM
P: Marcel Holtmann
M: marcel@holtmann.org
@@ -2985,8 +2991,8 @@ L: linux-abi-devel@lists.sourceforge.net
S: Maintained
PHRAM MTD DRIVER
-P: Jörn Engel
-M: joern@wh.fh-wedel.de
+P: Joern Engel
+M: joern@lazybastard.org
L: linux-mtd@lists.infradead.org
S: Maintained
--- linux-2.6.24-rc3logfs/drivers/mtd/devices/phram.c~block2mtd_maintainer 2007-08-08 19:30:04.000000000 +0200
+++ linux-2.6.24-rc3logfs/drivers/mtd/devices/phram.c 2008-01-06 14:22:30.000000000 +0100
@@ -2,7 +2,7 @@
* $Id: phram.c,v 1.16 2005/11/07 11:14:25 gleixner Exp $
*
* Copyright (c) ???? Jochen Schäuble <psionic@psionic.de>
- * Copyright (c) 2003-2004 Jörn Engel <joern@wh.fh-wedel.de>
+ * Copyright (c) 2003-2004 Joern Engel <joern@lazybastard.org>
*
* Usage:
*
@@ -299,5 +299,5 @@ module_init(init_phram);
module_exit(cleanup_phram);
MODULE_LICENSE("GPL");
-MODULE_AUTHOR("Jörn Engel <joern@wh.fh-wedel.de>");
+MODULE_AUTHOR("Joern Engel <joern@lazybastard.org>");
MODULE_DESCRIPTION("MTD driver for physical RAM");
--- linux-2.6.24-rc3logfs/scripts/checkstack.pl~block2mtd_maintainer 2007-11-15 20:52:00.000000000 +0100
+++ linux-2.6.24-rc3logfs/scripts/checkstack.pl 2008-01-06 14:28:14.000000000 +0100
@@ -2,7 +2,7 @@
# Check the stack usage of functions
#
-# Copyright Joern Engel <joern@wh.fh-wedel.de>
+# Copyright Joern Engel <joern@lazybastard.org>
# Inspired by Linus Torvalds
# Original idea maybe from Keith Owens
# s390 port and big speedup by Arnd Bergmann <arnd@bergmann-dalldorf.de>
--- linux-2.6.24-rc3logfs/drivers/mtd/maps/mtx-1_flash.c~block2mtd_maintainer 2007-08-08 19:30:04.000000000 +0200
+++ linux-2.6.24-rc3logfs/drivers/mtd/maps/mtx-1_flash.c 2008-01-06 14:28:44.000000000 +0100
@@ -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@4g-systems.biz>
- * (C) 2005 Jörn Engel <joern@wohnheim.fh-wedel.de>
+ * (C) 2005 Joern Engel <joern@lazybastard.org>
*
*/
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Claim maintainership for block2mtd and update email addresses
2008-01-06 13:56 [PATCH] Claim maintainership for block2mtd and update email addresses Jörn Engel
@ 2008-01-07 23:23 ` Andrew Morton
2008-01-08 1:06 ` Jörn Engel
0 siblings, 1 reply; 6+ messages in thread
From: Andrew Morton @ 2008-01-07 23:23 UTC (permalink / raw)
To: Jörn Engel; +Cc: linux-mtd, linux-kernel
On Sun, 6 Jan 2008 14:56:01 +0100
J__rn Engel <joern@lazybastard.org> wrote:
> - * Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de>
> + * Copyright (C) 2004-2006 Joern Engel <joern@lazybastard.org>
Yup. Your name comes out like that when sylpheed does its
save-email-to-a-file thing as well and I haven't got around to working out
why, or to reporting it.
In this case it looks like the dud characters came about due to "[MTD] Fix
legacy character sets throughout drivers/mtd, include/linux/mtd". Which
doesn't look like it fixed anything much really.
Going with the asciified/anglicised/bastardised spelling is a practical
(albeit unhappy) solution.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Claim maintainership for block2mtd and update email addresses
2008-01-07 23:23 ` Andrew Morton
@ 2008-01-08 1:06 ` Jörn Engel
2008-01-08 23:23 ` Guennadi Liakhovetski
0 siblings, 1 reply; 6+ messages in thread
From: Jörn Engel @ 2008-01-08 1:06 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mtd, linux-kernel
On Mon, 7 January 2008 15:23:00 -0800, Andrew Morton wrote:
> On Sun, 6 Jan 2008 14:56:01 +0100
> J__rn Engel <joern@lazybastard.org> wrote:
You found a new one! That make a round dozen, I believe.
http://logfs.org/logfs/joern
> > - * Copyright (C) 2004-2006 Jörn Engel <joern@wh.fh-wedel.de>
> > + * Copyright (C) 2004-2006 Joern Engel <joern@lazybastard.org>
>
> Yup. Your name comes out like that when sylpheed does its
> save-email-to-a-file thing as well and I haven't got around to working out
> why, or to reporting it.
>
> In this case it looks like the dud characters came about due to "[MTD] Fix
> legacy character sets throughout drivers/mtd, include/linux/mtd". Which
> doesn't look like it fixed anything much really.
>
> Going with the asciified/anglicised/bastardised spelling is a practical
> (albeit unhappy) solution.
I'm happy if people spend effort and make unicode work. Until then I'll
semi-officially change my name to "Joern" and keep collecting unusual
specimens.
Jörn
--
Measure. Don't tune for speed until you've measured, and even then
don't unless one part of the code overwhelms the rest.
-- Rob Pike
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Claim maintainership for block2mtd and update email addresses
2008-01-08 1:06 ` Jörn Engel
@ 2008-01-08 23:23 ` Guennadi Liakhovetski
2008-01-09 0:19 ` David Brown
2008-01-09 0:19 ` David Brown
0 siblings, 2 replies; 6+ messages in thread
From: Guennadi Liakhovetski @ 2008-01-08 23:23 UTC (permalink / raw)
To: Jörn Engel; +Cc: Andrew Morton, linux-mtd, linux-kernel
On Tue, 8 Jan 2008, Jörn Engel wrote:
> I'm happy if people spend effort and make unicode work. Until then I'll
> semi-officially change my name to "Joern" and keep collecting unusual
> specimens.
Just wondering - nothing personal at all. What's the official plan for
this - do we want (when utf8 works) to use utf8 codes for symbols only for
languages mostly based on ASCII, like iso-8859-15, or for all? Would we,
for example, then also write Cyrillic names in utf-8 and every other
alphabet for that matter? Didn't find anything under Documentation about
that. Maybe we want to document it somewhere? Wasn't C-sources originally
supposed to be ASCII? So, what we use in sources, what under Documentation
or in MAINTAINERS may be different matters?
Thanks
Guennadi
---
Guennadi Liakhovetski
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Claim maintainership for block2mtd and update email addresses
2008-01-08 23:23 ` Guennadi Liakhovetski
@ 2008-01-09 0:19 ` David Brown
2008-01-09 0:19 ` David Brown
1 sibling, 0 replies; 6+ messages in thread
From: David Brown @ 2008-01-09 0:19 UTC (permalink / raw)
To: Guennadi Liakhovetski
Cc: Jörn Engel, Andrew Morton, linux-mtd, linux-kernel
On Wed, Jan 09, 2008 at 12:23:24AM +0100, Guennadi Liakhovetski wrote:
>On Tue, 8 Jan 2008, Jörn Engel wrote:
>
>> I'm happy if people spend effort and make unicode work. Until then I'll
>> semi-officially change my name to "Joern" and keep collecting unusual
>> specimens.
>
>Just wondering - nothing personal at all. What's the official plan for
>this - do we want (when utf8 works) to use utf8 codes for symbols only for
>languages mostly based on ASCII, like iso-8859-15, or for all?
UTF-8 already works fine in git. There is some support in recent versions
to allow commit messages and users to be specified in other encodings.
I think the issue here is with mailers modifying the encoding of data in
message files.
My reply header should be to Jörn, with a proper 'o' with two dots over it.
By default, my mailer wants to encode the message in iso-8859-1. If I add
a single unicode character, say '‣', then the whole message will get
encoded in UTF-8.
UTF-8 has the advantage of supporting nearly all character sets. The extra
space needed isn't really an issue for usernames or for comment messages.
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] Claim maintainership for block2mtd and update email addresses
2008-01-08 23:23 ` Guennadi Liakhovetski
2008-01-09 0:19 ` David Brown
@ 2008-01-09 0:19 ` David Brown
1 sibling, 0 replies; 6+ messages in thread
From: David Brown @ 2008-01-09 0:19 UTC (permalink / raw)
To: Guennadi Liakhovetski
Cc: Jörn Engel, Andrew Morton, linux-mtd, linux-kernel
On Wed, Jan 09, 2008 at 12:23:24AM +0100, Guennadi Liakhovetski wrote:
>On Tue, 8 Jan 2008, Jörn Engel wrote:
>
>> I'm happy if people spend effort and make unicode work. Until then I'll
>> semi-officially change my name to "Joern" and keep collecting unusual
>> specimens.
>
>Just wondering - nothing personal at all. What's the official plan for
>this - do we want (when utf8 works) to use utf8 codes for symbols only for
>languages mostly based on ASCII, like iso-8859-15, or for all?
UTF-8 already works fine in git. There is some support in recent versions
to allow commit messages and users to be specified in other encodings.
I think the issue here is with mailers modifying the encoding of data in
message files.
My reply header should be to Jörn, with a proper 'o' with two dots over it.
By default, my mailer wants to encode the message in iso-8859-1. If I add
a single unicode character, say '‣', then the whole message will get
encoded in UTF-8.
UTF-8 has the advantage of supporting nearly all character sets. The extra
space needed isn't really an issue for usernames or for comment messages.
Dave
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-01-09 0:53 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-01-06 13:56 [PATCH] Claim maintainership for block2mtd and update email addresses Jörn Engel
2008-01-07 23:23 ` Andrew Morton
2008-01-08 1:06 ` Jörn Engel
2008-01-08 23:23 ` Guennadi Liakhovetski
2008-01-09 0:19 ` David Brown
2008-01-09 0:19 ` David Brown
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).