From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754219AbbEZPWT (ORCPT ); Tue, 26 May 2015 11:22:19 -0400 Received: from mail.kernel.org ([198.145.29.136]:60595 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752017AbbEZPWR (ORCPT ); Tue, 26 May 2015 11:22:17 -0400 Date: Tue, 26 May 2015 12:22:00 -0300 From: Arnaldo Carvalho de Melo To: Martin =?utf-8?B?TGnFoWth?= Cc: Ingo Molnar , linux-kernel@vger.kernel.org, Ingo Molnar , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH] perf: fix wrong DEBUG configuration Message-ID: <20150526152200.GI17970@kernel.org> 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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150526143626.GH17970@kernel.org> X-Url: http://acmel.wordpress.com User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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? - Arnaldo