[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+7wUsy=-eL0SDotDGmg43TqAMtZtSVoENPqTDH47e8mfyYMsg@mail.gmail.com>
Date: Thu, 28 Dec 2017 18:25:27 +0100
From: Mathieu Malaterre <malat@...ian.org>
To: Ingo Molnar <mingo@...nel.org>
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
linux-kernel@...r.kernel.org, Thomas Gleixner <tglx@...utronix.de>
Subject: Re: [PATCH 3/3] perf/core: Move inline keyword at the beginning of declaration
Hi again,
On Thu, Dec 28, 2017 at 1:20 PM, Ingo Molnar <mingo@...nel.org> wrote:
>
> BTW., your email "To:" header is horribly broken, for this and the other patches
> you sent recently:
>
> To: unlisted-recipients: no To-header on input <;
>
> I manually fixed it up when replying, but please fix.
Right. I copy/pasted a zsh command from the web which seems to be far
from perfect:
function kpatch () {
patch=$1
shift
git send-email \
--cc-cmd="./scripts/get_maintainer.pl --norolestats $patch" \
$@ $patch
}
I'll fix that.
Thanks
Powered by blists - more mailing lists