Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751270AbbEYScy (ORCPT ); Mon, 25 May 2015 14:32:54 -0400 Received: from mail-wg0-f46.google.com ([74.125.82.46]:35782 "EHLO mail-wg0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750803AbbEYScv (ORCPT ); Mon, 25 May 2015 14:32:51 -0400 Date: Mon, 25 May 2015 20:32:46 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: Martin =?utf-8?B?TGnFoWth?= , linux-kernel@vger.kernel.org, Ingo Molnar , Paul Mackerras , Peter Zijlstra Subject: Re: [PATCH] perf: fix wrong DEBUG configuration Message-ID: <20150525183246.GA21153@gmail.com> References: <20150520145506.GA15679@gmail.com> <555CB373.7090007@suse.cz> <20150521150536.GB13933@kernel.org> <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> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20150525135238.GE17970@kernel.org> 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 Content-Length: 1584 Lines: 52 * Arnaldo Carvalho de Melo wrote: > Em Mon, May 25, 2015 at 01:12:44PM +0200, Martin Liška escreveu: > > On 05/25/2015 01:09 PM, Ingo Molnar wrote: > > > > > >* Martin Liška wrote: > > > > > >>>>Right optimize debugging experience is given by passing -Og to > > >>>>compiler. Assign default value for pointers that are identified by > > >>>>compiler as non-initialized. > > >>> > > >>>s/Right optimize debugging experience is given/ > > >>> Correct debugging experience is given/ > > > > > >>Right debugging experience is given by passing -Og to compiler. > > > > > >So I fixed the spelling here once already :-/ If you want to use > > >'right' in this context then use it like this: > > > > > > The right debugging experience is given by ... > > > > > >Or you can use what I suggested first: > > > > > > Correct debugging experience is given by ... > > > > > >Thanks, > > > > > > Ingo > > > > > > > Sorry Ingo for that, I overlooked that correction :) > > Are you ok with this Ingo? Yeah, certainly! > I can apply, but there seems to be two patches folded here, one that > sets the possibly unitiliazed variables to NULL, and could be the > first in the series, and the other, that deals with multiple > versions of gcc and how should we ask something from them. Yeah. Thanks, Ingo -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/