From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759491AbdACQAu (ORCPT ); Tue, 3 Jan 2017 11:00:50 -0500 Received: from mail-qt0-f178.google.com ([209.85.216.178]:35708 "EHLO mail-qt0-f178.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758630AbdACP7l (ORCPT ); Tue, 3 Jan 2017 10:59:41 -0500 Subject: Re: [PATCH] tools lib traceevent: Fix prev/next_prio for deadline tasks To: Arnaldo Carvalho de Melo References: <866ef75bcebf670ae91c6a96daa63597ba981f0d.1483443552.git.bristot@redhat.com> <20170103144623.GG27864@kernel.org> <20170103151249.GJ27864@kernel.org> Cc: Steven Rostedt , linux-kernel@vger.kernel.org, Ingo Molnar , Peter Zijlstra , Alexander Shishkin , Jiri Olsa From: Daniel Bristot de Oliveira Message-ID: Date: Tue, 3 Jan 2017 16:29:00 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.5.1 MIME-Version: 1.0 In-Reply-To: <20170103151249.GJ27864@kernel.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/03/2017 04:12 PM, Arnaldo Carvalho de Melo wrote: > So maybe this is just my git-am frontend script, that expects a '---', > but then, here, if I use: > > [acme@jouet linux]$ git format-patch -n --cover-letter tip/perf/urgent.. I found the problem, I used the -p option in the format-patch. I will not use it anymore. Sorry for the noise. -- Daniel