All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* patch submission
@ 2010-06-04 11:28 Kyle McMartin
  2010-06-04 12:57 ` Carlos O'Donell
  0 siblings, 1 reply; 8+ messages in thread
From: Kyle McMartin @ 2010-06-04 11:28 UTC (permalink / raw
  To: linux-parisc

Hi folks,

Manually munging changelogs is really tedious work and makes for an
unhappy Kyle. In the future, if you want to save me a lot of hair
pulling, and to make patchwork better for all of us, could we please do
a few kind things for me?

1. Patches that you want applied should start a new thread: It's really
difficult to see what the status of things is when several patches are
all jumbled up with a load of prior discussion.

2. Patches should be properly formatted for git-am: Patchwork
automatically adds Signed-off-by and certain other attributions if you
follow up to the list, which saves me having to note them and add them
myself. For reference, a patch should look like the following.

<MAIL_HEADERS>
From: Submitter
Subject: [PATCH] parisc: useful subject
Date: Self Explanatory
</MAIL_HEADERS>

<MAIL_BODY>
From: Patch Author if not Submitter

Patch description in here.

Signed-off-by: Patch Author
Acked-by: Someone else
Reviewed-by: Yet Another person

--- <- seperator between changelog and patch

Anything between seperator and the diff itself will not be in the patch
changelog, this is where you should put notes and such, please, as well
as a diffstat if it is a large patch series.

Diff goes here.
</MAIL_BODY>

I promise to be a lot quicker at sucking patches in and getting them
around if we can tighten up our process a bit.

Thanks, Kyle

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: patch submission
  2010-06-04 11:28 patch submission Kyle McMartin
@ 2010-06-04 12:57 ` Carlos O'Donell
  2010-06-04 14:35   ` Thibaut VARENE
  0 siblings, 1 reply; 8+ messages in thread
From: Carlos O'Donell @ 2010-06-04 12:57 UTC (permalink / raw
  To: Kyle McMartin; +Cc: linux-parisc

On Fri, Jun 4, 2010 at 7:28 AM, Kyle McMartin <kyle@mcmartin.ca> wrote:
> I promise to be a lot quicker at sucking patches in and getting them
> around if we can tighten up our process a bit.

Thanks for writing this up!

Cheers,
Carlos.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: patch submission
  2010-06-04 12:57 ` Carlos O'Donell
@ 2010-06-04 14:35   ` Thibaut VARENE
  2010-06-04 15:47     ` Grant Grundler
  0 siblings, 1 reply; 8+ messages in thread
From: Thibaut VARENE @ 2010-06-04 14:35 UTC (permalink / raw
  To: Carlos O'Donell; +Cc: Kyle McMartin, linux-parisc

On Fri, Jun 4, 2010 at 2:57 PM, Carlos O'Donell <carlos@systemhalted.org> wrote:
> On Fri, Jun 4, 2010 at 7:28 AM, Kyle McMartin <kyle@mcmartin.ca> wrote:
>> I promise to be a lot quicker at sucking patches in and getting them
>> around if we can tighten up our process a bit.
>
> Thanks for writing this up!

I'd be tempted to think that this would be nice wiki material, but I'm
under the impression that nobody would care anyway... ;^P

-- 
Thibaut VARENE
http://www.parisc-linux.org/~varenet/

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: patch submission
  2010-06-04 14:35   ` Thibaut VARENE
@ 2010-06-04 15:47     ` Grant Grundler
  0 siblings, 0 replies; 8+ messages in thread
From: Grant Grundler @ 2010-06-04 15:47 UTC (permalink / raw
  To: Thibaut VARENE; +Cc: Carlos O'Donell, Kyle McMartin, linux-parisc

On Fri, Jun 04, 2010 at 04:35:58PM +0200, Thibaut VARENE wrote:
> On Fri, Jun 4, 2010 at 2:57 PM, Carlos O'Donell <carlos@systemhalted.org> wrote:
> > On Fri, Jun 4, 2010 at 7:28 AM, Kyle McMartin <kyle@mcmartin.ca> wrote:
> >> I promise to be a lot quicker at sucking patches in and getting them
> >> around if we can tighten up our process a bit.
> >
> > Thanks for writing this up!
> 
> I'd be tempted to think that this would be nice wiki material, but I'm
> under the impression that nobody would care anyway... ;^P

Kyle's summary was much easier reading than what's already in
Documentation/SubmittingPatches. So pasting that into a wiki
page would be good.

thanks,
grant

> 
> -- 
> Thibaut VARENE
> http://www.parisc-linux.org/~varenet/
> --
> To unsubscribe from this list: send the line "unsubscribe linux-parisc" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Patch Submission
@ 2015-08-10  0:01 Calvin Cochran
  0 siblings, 0 replies; 8+ messages in thread
From: Calvin Cochran @ 2015-08-10  0:01 UTC (permalink / raw
  To: linux-input

Hello all,

I submitted a patch a while ago (see
http://www.spinics.net/lists/linux-input/msg40186.html ) that fixes a
missing HID quirk for the Mayflash 4-port Gamecube adapter. This was
taken directly from this mailing list archive
http://www.spinics.net/lists/linux-input/msg36574.html where no one
really followed up on it.

Is there anything I still need to do to get some attention on this
patch, or should I just wait it out? I think it'd be a shame if it
didn't get in 4.2.

Thanks,
Calvin Cochran

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Patch submission
@ 2020-02-29 20:34 Sandeep
  2020-03-02 10:50 ` Ondřej Lysoněk
  2020-03-02 21:12 ` Sandeep
  0 siblings, 2 replies; 8+ messages in thread
From: Sandeep @ 2020-02-29 20:34 UTC (permalink / raw
  To: lm-sensors

Hello,

Can we submit patches using pull requests on GitHub, or should we send
the patches to this mailing list?

Yours sincerely,
Sandeep

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch submission
  2020-02-29 20:34 Patch submission Sandeep
@ 2020-03-02 10:50 ` Ondřej Lysoněk
  2020-03-02 21:12 ` Sandeep
  1 sibling, 0 replies; 8+ messages in thread
From: Ondřej Lysoněk @ 2020-03-02 10:50 UTC (permalink / raw
  To: lm-sensors

Hi,

Sandeep <sandy.8925@gmail.com> writes:

> Hello,
>
> Can we submit patches using pull requests on GitHub, or should we send
> the patches to this mailing list?
>
> Yours sincerely,
> Sandeep

Either is fine. Whatever works for you.

If I've been ignoring some PR for too long, feel free to ping me. Given
my workload, I usually review lm_sensors changes in batches from time to
time.

Ondra

^ permalink raw reply	[flat|nested] 8+ messages in thread

* Re: Patch submission
  2020-02-29 20:34 Patch submission Sandeep
  2020-03-02 10:50 ` Ondřej Lysoněk
@ 2020-03-02 21:12 ` Sandeep
  1 sibling, 0 replies; 8+ messages in thread
From: Sandeep @ 2020-03-02 21:12 UTC (permalink / raw
  To: lm-sensors

Sounds good, thanks!

On Mon, 2 Mar 2020 at 16:21, Ondřej Lysoněk <olysonek@redhat.com> wrote:
>
> Hi,
>
> Sandeep <sandy.8925@gmail.com> writes:
>
> > Hello,
> >
> > Can we submit patches using pull requests on GitHub, or should we send
> > the patches to this mailing list?
> >
> > Yours sincerely,
> > Sandeep
>
> Either is fine. Whatever works for you.
>
> If I've been ignoring some PR for too long, feel free to ping me. Given
> my workload, I usually review lm_sensors changes in batches from time to
> time.
>
> Ondra
>

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2020-03-02 21:12 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-29 20:34 Patch submission Sandeep
2020-03-02 10:50 ` Ondřej Lysoněk
2020-03-02 21:12 ` Sandeep
  -- strict thread matches above, loose matches on Subject: below --
2015-08-10  0:01 Patch Submission Calvin Cochran
2010-06-04 11:28 patch submission Kyle McMartin
2010-06-04 12:57 ` Carlos O'Donell
2010-06-04 14:35   ` Thibaut VARENE
2010-06-04 15:47     ` Grant Grundler

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.