From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753207AbbEZPjw (ORCPT ); Tue, 26 May 2015 11:39:52 -0400 Received: from cantor2.suse.de ([195.135.220.15]:51400 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752085AbbEZPjt (ORCPT ); Tue, 26 May 2015 11:39:49 -0400 Message-ID: <556493C0.10701@suse.cz> Date: Tue, 26 May 2015 17:39:44 +0200 From: =?UTF-8?B?TWFydGluIExpxaFrYQ==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: Arnaldo Carvalho de Melo CC: Ingo Molnar , linux-kernel@vger.kernel.org, Ingo Molnar , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH] perf: fix wrong DEBUG configuration References: <20150522070250.GA30715@gmail.com> <5562D788.9000201@suse.cz> <20150525104708.GB30252@gmail.com> <556301D3.5040100@suse.cz> <20150525110912.GA4236@gmail.com> <556303AC.4080909@suse.cz> <20150525135238.GE17970@kernel.org> <20150525183246.GA21153@gmail.com> <5564393C.1090104@suse.cz> <20150526143626.GH17970@kernel.org> <20150526152200.GI17970@kernel.org> In-Reply-To: <20150526152200.GI17970@kernel.org> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 05/26/2015 05:22 PM, Arnaldo Carvalho de Melo wrote: > Em Tue, May 26, 2015 at 11:36:26AM -0300, Arnaldo Carvalho de Melo escreveu: >> Em Tue, May 26, 2015 at 11:13:32AM +0200, Martin Liška escreveu: >>> As Arnaldo pointed, I split the patch to following 2 smaller patches. >> >> Thanks, but how did you generated the two attached patches? >> >> [acme@ssdandy linux]$ git am /wb/0001-perf-Fix-compiler-warnings.patch >> Patch format detection failed. >> >> So I'll fix it up manually, next time please try: >> >> git format-patch -n HEAD^^.. >> >> Or equivalent, > > I am also splitting the second patch into two, as it does two unrelated > things: > > 1. Conditionally use -Og instead of -O0 > > 2. Use -O3 instead of -O6, as -O6 is the same as -O3 currently > > And I am not applying the second, as it doesn't fixes anything nor > improves the current situation, right? Hi. Works for me, the first one is more important. Martin > > - Arnaldo >