From: Greg KH <gregkh@linuxfoundation.org>
To: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
Cc: Dafna Hirschfeld <dafna3@gmail.com>,
outreachy-kernel <outreachy-kernel@googlegroups.com>
Subject: Re: [Outreachy kernel] who to send first patch to
Date: Thu, 15 Feb 2018 18:57:24 +0100 [thread overview]
Message-ID: <20180215175724.GA14180@kroah.com> (raw)
In-Reply-To: <CAAEAJfAwxr5dyHt=yjotkdvTWNo5M_DsWvGPMBkD+eiHE++CEQ@mail.gmail.com>
On Thu, Feb 15, 2018 at 02:48:30PM -0300, Ezequiel Garcia wrote:
> On 15 February 2018 at 14:42, Ezequiel Garcia
> <ezequiel@vanguardiasur.com.ar> wrote:
> > On 15 February 2018 at 14:32, Dafna Hirschfeld <dafna3@gmail.com> wrote:
> >> Hi,
> >> I follow the first-patch tutorial.
> >> When running the get_maintainer.sh script, I get Greg Kroah-Hartman
> >> <gregkh@linuxfoundation.org>.
> >> Should I send the patch to this mailing list and add the maintainer as a CC,
> >> or should I send two separate mails, one to this mailing list and one to the
> >> maintainer ?
> >>
> >
> > Just like Shraddha said, you sould send just *one* mail.
> >
> > You can Cc as much developers as you want, but you'll usually want to keep
> > the Cc list short, Ccing only the relevant maintainers.
> >
> > Let's work with an example. I just crafted a small patch removing an unused
> > header from arch/arm/mach-mv78xx0/common.c:
> >
> > commit 42dc417bb0c0547a926880494ac3f79829bd3035 (HEAD -> orion-nand)
> > Author: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> > Date: Thu Feb 15 14:39:09 2018 -0300
> >
> > ARM: mv78xx0: remove unused header
> >
> > This file doesn't setup an orion-nand device, and so
> > it does not need the orion-nand header.
> >
> > Signed-off-by: Ezequiel Garcia <ezequiel@vanguardiasur.com.ar>
> >
> > diff --git a/arch/arm/mach-mv78xx0/common.c b/arch/arm/mach-mv78xx0/common.c
> > index f72e1e9f5fc5..89c95e365e90 100644
> > --- a/arch/arm/mach-mv78xx0/common.c
> > +++ b/arch/arm/mach-mv78xx0/common.c
> > @@ -19,7 +19,6 @@
> > #include <asm/mach/map.h>
> > #include <asm/mach/time.h>
> > #include <linux/platform_data/usb-ehci-orion.h>
> > -#include <linux/platform_data/mtd-orion_nand.h>
> > #include <plat/time.h>
> > #include <plat/common.h>
> > #include <plat/addr-map.h>
> >
>
> Oops... sent the mail by mistake. So, like I was saying: I have that
> patch ready.
> Now I need to see who I'll sent to:
>
> ./scripts/get_maintainer.pl 0001-ARM-mv78xx0-remove-unused-header.patch
> Jason Cooper <jason@lakedaemon.net> (maintainer:ARM/Marvell
> Dove/MV78xx0/Orion SOC support)
> Andrew Lunn <andrew@lunn.ch> (maintainer:ARM/Marvell
> Dove/MV78xx0/Orion SOC support)
> Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
> (maintainer:ARM/Marvell Dove/MV78xx0/Orion SOC support)
> Gregory Clement <gregory.clement@free-electrons.com>
> (maintainer:ARM/Marvell Dove/MV78xx0/Orion SOC support)
> Russell King <linux@armlinux.org.uk> (maintainer:ARM PORT)
> linux-arm-kernel@lists.infradead.org (moderated list:ARM SUB-ARCHITECTURES)
> linux-kernel@vger.kernel.org (open list)
>
> OK, that's a long list. I'll send the patch to just the SOC
> maintainers and the ARM mailing list, not all of them listed above.
>
> git send-email --to jason@lakedaemon.net --to andrew@lunn.ch --to
> sebastian.hesselbarth@gmail.com --to
> gregory.clement@free-electrons.com
> 0001-ARM-mv78xx0-remove-unused-header.patch --cc
> linux-arm-kernel@lists.infradead.org
>
> In your case, you'll most likely pick Cc the outreachy mailing list
> and send it to Greg KH (as Greg just said).
For staging patches, please also cc: the public mailing list for the
staging drivers, and any other maintainers of the drivers, they want to
see these patches as well.
thanks,
greg k-h
next prev parent reply other threads:[~2018-02-15 17:57 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-02-15 17:32 who to send first patch to Dafna Hirschfeld
[not found] ` <20180215173939.GA371@shraddha>
2018-02-15 17:40 ` Fwd: [Outreachy kernel] " Shraddha Barke
2018-02-15 17:42 ` Ezequiel Garcia
2018-02-15 17:48 ` Ezequiel Garcia
2018-02-15 17:57 ` Greg KH [this message]
2018-02-15 19:59 ` Julia Lawall
2018-02-16 10:34 ` Greg KH
2018-02-15 19:58 ` Julia Lawall
2018-02-15 17:46 ` Greg KH
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=20180215175724.GA14180@kroah.com \
--to=gregkh@linuxfoundation.org \
--cc=dafna3@gmail.com \
--cc=ezequiel@vanguardiasur.com.ar \
--cc=outreachy-kernel@googlegroups.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.