Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754247AbdL1RZv (ORCPT ); Thu, 28 Dec 2017 12:25:51 -0500 Received: from mail-ua0-f196.google.com ([209.85.217.196]:37399 "EHLO mail-ua0-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752715AbdL1RZs (ORCPT ); Thu, 28 Dec 2017 12:25:48 -0500 X-Google-Smtp-Source: ACJfBot6ii2ji5kGnapP0B9R/8aHXTen6xU7ASbsYwFFLXagnTN0hPOMe3zya4pzP+UKerCzF2F4bp6KqlwbvIcJx04= MIME-Version: 1.0 In-Reply-To: <20171228122040.52p36aw5rzjsjypi@gmail.com> References: <20171226140922.16699-1-malat@debian.org> <20171228122040.52p36aw5rzjsjypi@gmail.com> From: Mathieu Malaterre Date: Thu, 28 Dec 2017 18:25:27 +0100 X-Google-Sender-Auth: fBO-ec_SDK0SrKFQSVotiKRLbyg Message-ID: Subject: Re: [PATCH 3/3] perf/core: Move inline keyword at the beginning of declaration To: Ingo Molnar Cc: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Jiri Olsa , Namhyung Kim , linux-kernel@vger.kernel.org, Thomas Gleixner Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 553 Lines: 25 Hi again, On Thu, Dec 28, 2017 at 1:20 PM, Ingo Molnar 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