public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Greg KH <gregkh@linuxfoundation.org>
To: Philipp Riemer <ruderphilipp@gmail.com>
Cc: "Jiri Kosina" <jkosina@suse.cz>,
	"Paul Mundt" <lethal@linux-sh.org>, "Michael Büsch" <m@bues.ch>,
	"Kuninori Morimoto" <kuninori.morimoto.gx@renesas.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>,
	LKML <linux-kernel@vger.kernel.org>,
	"Wang Chen" <ellre923@gmail.com>,
	"Jonathan Corbet" <corbet@lwn.net>
Subject: Re: [GIT PULL] new mailmap file for the linux kernel git repository
Date: Wed, 16 May 2012 08:08:13 -0700	[thread overview]
Message-ID: <20120516150813.GA3293@kroah.com> (raw)
In-Reply-To: <CAFU-uVt94sgzq7DgsgKL2OJ0e7DazvNpFunx7BNEz88LHJOg+g@mail.gmail.com>

On Wed, May 16, 2012 at 05:01:39PM +0200, Philipp Riemer wrote:
> 2012/5/16 Jiri Kosina <jkosina@suse.cz>:
> > On Wed, 16 May 2012, Greg KH wrote:
> >
> >> > In my work I considered the following aspects:
> >> > * Typos in names
> >> > * Typos in mails
> >> > * Mapping of ambiguous mail adresses (e.g. {aa@bb.cc, aa@home.bb.cc,
> >> > aa@laptop.bb.cc,...} becomes {aa@bb.cc})
> >> > * Mapping of names to entries with only email information
> >> > * Harmonization of position and style of last name (no more all-caps
> >> > names like "First LAST" or those of "Last, First")
> >> > * No initials in names if not necessary
> >> > * Conversion of email addresses to lower case
> >> >
> >> > Why did I do this? One reason for that is a missing configuration of
> >> > Git -- leading to a combination of the name of user (login) and
> >> > computer (e.g. "me@mybox.local"). Of course this is not a real mail
> >> > address and most users realize and fix this fact pretty fast.
> >> > Nevertheless there is at least one commit with wrong data in the
> >> > codebase. Another reason is spelling. When skimming through the vast
> >> > list of author names and email addresses one can find many
> >> > typographical errors such as ".con" instead of ".com" or missing
> >> > letters. Over time also these get fixed -- but the wrong data is
> >> > visible.
> >> >
> >> > I am pretty confident that I coalesced the data of most of the
> >> > ambiguous users. But despite having spent so many hours in finding and
> >> > matching these entries, this work (that I did primarily for my thesis)
> >> > might be helpful for other researchers as well, such as e.g. Wang Chen
> >> > as the maintainer of the Linux Kernel Patch Statistic
> >> > <http://www.remword.com/kps_result/> or Greg, Jonthan, etc. as the
> >> > authors of "Who writes Linux"
> >> > <http://go.linuxfoundation.org/who-writes-linux-2012>...
> >> >
> >> > Hence, please integrate this file into the official Linux Kernel repository.
> >>
> >> You forgot a signed-off-by: line which is required for a patch to be
> >> accepted :(
> >
> > While Greg is at this, the changelogs also really don't really follow the
> > kernel changelog standards (line wrapping, etc.).
> >
> > --
> > Jiri Kosina
> > SUSE Labs
> 
> Thank you both for your fast feedback. I really appreciate it.
> 
> Since this is my first contribution to the Linux Kernel I am not
> pretty sure what I have to do. Is there anywhere a guideline how I get
> a "signed-off"? I sent the mail to the addresses I found via
> `scripts/get_maintainer.pl -f .mailmap` since I expected those people
> to be somehow interested in this file. What other steps can I take?

Please read the file, Documentation/SubmittingPatches for what the line,
"Signed-off-by:" means and what you are agreeing to there, as well as
how to properly submit a patch for inclusion in the kernel.

> I don't understand the point regarding the changelog standards -- what
> do you mean with that? I changed the .mailmap file and oriented myself
> on what was already there... How can I improve the file to fit to the
> Linux standards? Some hints?

Read the above file :)

Hope this helps,

greg k-h

  reply	other threads:[~2012-05-16 15:08 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-05-16 14:25 [GIT PULL] new mailmap file for the linux kernel git repository Philipp Riemer
2012-05-16 14:38 ` Greg KH
2012-05-16 14:41   ` Jiri Kosina
2012-05-16 15:01     ` Philipp Riemer
2012-05-16 15:08       ` Greg KH [this message]
2012-05-16 15:21         ` Philipp Riemer
2012-05-31 16:08           ` Philipp Riemer
2012-05-31 19:25             ` Joe Perches
2012-05-31 20:15               ` Al Viro
2012-06-01  8:41                 ` Philipp Riemer
2012-06-01 11:41                   ` Alan Cox
2012-06-01 16:45                   ` Al Viro
2012-06-01 15:16               ` Philipp Riemer
2012-06-28  5:21               ` Joe Perches
2012-06-28  9:00                 ` Philipp Riemer
     [not found]                   ` <CAD6jFUQAUAqSz3vAmQtvPFBQZC82DJ4dD9TdRs37DHTZjNUuOQ@mail.gmail.com>
     [not found]                     ` <CAFU-uVs2i8Sf7CqUvndyo8-TUNH4CYjXzu4KXPhLvLo-JLcuWQ@mail.gmail.com>
2012-08-10 13:39                       ` [PATCH] " Philipp Riemer
2012-06-01  7:58             ` [GIT PULL] " Greg KH
2012-06-01 16:22               ` Philipp Riemer
2012-06-01 16:23                 ` Philipp Riemer
2012-05-16 16:10 ` Joe Perches
2012-05-16 16:46   ` Philipp Riemer
2012-05-16 16:49     ` Josh Boyer
2012-05-16 17:01       ` Philipp Riemer
2012-05-16 17:58         ` Greg KH
2012-05-16 16:52     ` Joe Perches
2012-06-04  6:28 ` Geert Uytterhoeven
2012-06-04  8:42   ` Philipp Riemer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20120516150813.GA3293@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=corbet@lwn.net \
    --cc=ellre923@gmail.com \
    --cc=jkosina@suse.cz \
    --cc=kuninori.morimoto.gx@renesas.com \
    --cc=lethal@linux-sh.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=m@bues.ch \
    --cc=ruderphilipp@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox