From: Peter Zijlstra <peterz@infradead.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Richard Cochran <richardcochran@gmail.com>,
John Stultz <john.stultz@linaro.org>,
Richard Cochran <richard.cochran@omicron.at>,
linux-kernel@vger.kernel.org, linux-api@vger.kernel.org,
netdev@vger.kernel.org, Alan Cox <alan@lxorguk.ukuu.org.uk>,
Christoph Lameter <cl@linux.com>,
David Miller <davem@davemloft.net>,
Krzysztof Halasa <khc@pm.waw.pl>,
Rodolfo Giometti <giometti@linux.it>,
Thomas Gleixner <tglx@linutronix.de>,
Benjamin Herrenschmidt <benh@kernel.crashing.org>,
"H. Peter Anvin" <hpa@zytor.com>, Ingo Molnar <mingo@redhat.com>,
Mike Frysinger <vapier@gentoo.org>,
Paul Mackerras <paulus@samba.org>,
Russell King <linux@arm.linux.org.uk>
Subject: Re: [PATCH V10 01/15] time: Introduce timekeeping_inject_offset
Date: Fri, 28 Jan 2011 13:43:50 +0100 [thread overview]
Message-ID: <1296218630.15234.334.camel@laptop> (raw)
In-Reply-To: <201101281305.37370.arnd@arndb.de>
On Fri, 2011-01-28 at 13:05 +0100, Arnd Bergmann wrote:
> On Friday 28 January 2011, Richard Cochran wrote:
> > I would like to get to the bottom of this. Here is what I did:
> >
> > 1. Saved your patch to disk in mbox format using Mutt.
> > 2. git am
> > 3. ... rebase, rebase, rebase, ...
> > 4. git format-patch [options] 1234..abcd
> > 5. Edit cover letter
> > 6. for x in 00*; do mutt -H $x; done
> >
> > Git format-patch places the "From: John Stultz <john.stultz@linaro.org>"
> > line with the other mail headers, and so I guess mutt just faithfully
> > preserves this.
> >
> > I don't like having to remember to fix this manually. There must be a
> > better way...
>
> The problem is step 6. The output of git format-patch does not work when
> sending with mutt. The easiest solution is to send with git send-email,
> which does the same as mutt -H, but gets it right.
I use: formail -s sendmail -t < patches.mbox, but then, I use quilt mail
to generate the mbox, not git.
next prev parent reply other threads:[~2011-01-28 12:43 UTC|newest]
Thread overview: 29+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-01-27 10:53 [PATCH V10 00/15] ptp: IEEE 1588 hardware clock support Richard Cochran
2011-01-27 10:54 ` [PATCH V10 01/15] time: Introduce timekeeping_inject_offset John Stultz
2011-01-27 18:48 ` John Stultz
2011-01-28 7:08 ` Richard Cochran
[not found] ` <20110128070800.GA3225-7KxsofuKt4IfAd9E5cN8NEzG7cXyKsk/@public.gmane.org>
2011-01-28 12:05 ` Arnd Bergmann
2011-01-28 12:43 ` Peter Zijlstra [this message]
2011-01-28 12:54 ` Arnd Bergmann
2011-01-27 10:54 ` [PATCH V10 02/15] time: Correct the *settime* parameters Richard Cochran
2011-01-27 10:55 ` [PATCH V10 03/15] ntp: add ADJ_SETOFFSET mode bit Richard Cochran
2011-01-27 10:57 ` [PATCH V10 06/15] posix_clocks: add clock_adjtime for blackfin Richard Cochran
2011-01-27 10:57 ` [PATCH V10 07/15] posix_clocks: add clock_adjtime for powerpc Richard Cochran
2011-01-27 10:57 ` [PATCH V10 08/15] posix_clocks: add clock_adjtime for x86 Richard Cochran
[not found] ` <cover.1296124770.git.richard.cochran-3mrvs1K0uXizZXS1Dc/lvw@public.gmane.org>
2011-01-27 10:55 ` [PATCH V10 04/15] posix clocks: introduce a syscall for clock tuning Richard Cochran
2011-01-27 10:56 ` [PATCH V10 05/15] posix_clocks: add clock_adjtime for arm Richard Cochran
2011-01-27 10:58 ` [PATCH V10 09/15] posix clocks: cleanup the CLOCK_DISPTACH macro Richard Cochran
2011-01-27 10:58 ` [PATCH V10 10/15] posix clocks: remove useless default methods Richard Cochran
2011-01-27 10:58 ` [PATCH V10 11/15] posix clocks: introduce dynamic clocks Richard Cochran
2011-01-27 10:59 ` [PATCH V10 13/15] ptp: Added a clock that uses the eTSEC found on the MPC85xx Richard Cochran
[not found] ` <606a5342baa53c6aa30b3bc374d5ef2d50ddfc0e.1296124770.git.richard.cochran-3mrvs1K0uXizZXS1Dc/lvw@public.gmane.org>
2011-02-02 2:04 ` john stultz
2011-01-27 11:00 ` [PATCH V10 15/15] ptp: Added a clock driver for the National Semiconductor PHYTER Richard Cochran
[not found] ` <9a8c774950f1a78259a49681ee2fe7977ace44d6.1296124770.git.richard.cochran-3mrvs1K0uXizZXS1Dc/lvw@public.gmane.org>
2011-02-02 2:11 ` john stultz
2011-02-11 8:19 ` Richard Cochran
2011-01-31 9:29 ` [PATCH V10 00/15] ptp: IEEE 1588 hardware clock support Thomas Gleixner
2011-01-27 10:59 ` [PATCH V10 12/15] ptp: Added a brand new class driver for ptp clocks Richard Cochran
[not found] ` <ada07b1d09b1e8eb717c5203e64856d2eaad7456.1296124770.git.richard.cochran-3mrvs1K0uXizZXS1Dc/lvw@public.gmane.org>
2011-02-02 2:00 ` John Stultz
2011-02-11 8:15 ` Richard Cochran
2011-02-15 17:29 ` Richard Cochran
2011-01-27 11:00 ` [PATCH V10 14/15] ptp: Added a clock driver for the IXP46x Richard Cochran
[not found] ` <0319138702479bc484596a2b10c681a7d8313b98.1296124770.git.richard.cochran-3mrvs1K0uXizZXS1Dc/lvw@public.gmane.org>
2011-02-02 2:10 ` john stultz
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=1296218630.15234.334.camel@laptop \
--to=peterz@infradead.org \
--cc=alan@lxorguk.ukuu.org.uk \
--cc=arnd@arndb.de \
--cc=benh@kernel.crashing.org \
--cc=cl@linux.com \
--cc=davem@davemloft.net \
--cc=giometti@linux.it \
--cc=hpa@zytor.com \
--cc=john.stultz@linaro.org \
--cc=khc@pm.waw.pl \
--cc=linux-api@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux@arm.linux.org.uk \
--cc=mingo@redhat.com \
--cc=netdev@vger.kernel.org \
--cc=paulus@samba.org \
--cc=richard.cochran@omicron.at \
--cc=richardcochran@gmail.com \
--cc=tglx@linutronix.de \
--cc=vapier@gentoo.org \
/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;
as well as URLs for NNTP newsgroup(s).