From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751702Ab2FROBD (ORCPT ); Mon, 18 Jun 2012 10:01:03 -0400 Received: from mail-bk0-f46.google.com ([209.85.214.46]:53159 "EHLO mail-bk0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751042Ab2FROBC (ORCPT ); Mon, 18 Jun 2012 10:01:02 -0400 Date: Mon, 18 Jun 2012 16:00:56 +0200 From: Ingo Molnar To: Steven Rostedt Cc: LKML , Ingo Molnar , Andrew Morton , Frederic Weisbecker , Fengguang Wu Subject: Re: [PATCH][GIT PULL][v3.5] ftrace: Make all inline tags also include notrace Message-ID: <20120618140056.GA31483@gmail.com> References: <1339714048.13377.246.camel@gandalf.stny.rr.com> <20120618085626.GA28824@gmail.com> <1340022309.25903.69.camel@gandalf.stny.rr.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1340022309.25903.69.camel@gandalf.stny.rr.com> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Steven Rostedt wrote: > On Mon, 2012-06-18 at 10:56 +0200, Ingo Molnar wrote: > > * Steven Rostedt wrote: > > > > > ftrace: Make all inline tags also include notrace > > > > > > Commit 5963e317b1 ftrace/x86: Do not change stacks in DEBUG when calling lockdep > > > prevented lockdep calls from the int3 breakpoint handler from reseting the > > > stack if a function that was called was in the process of being converted > > > for tracing and had a breakpoint on it. > > > > That's now how we refer to commits ... > > > > > Commit 45959ee7 ftrace: Do not function trace inlined functions > > > only touched the 'inline' tags when CONFIG_OPMITIZE_INLINING was enabled. > > > > neither this :-/ > > > > We tend to write it like this: > > > > Commit 45959ee7aa64 ("ftrace: Do not function trace > > inlined functions") only touched the 'inline' tags when > > CONFIG_OPMITIZE_INLINING was enabled. > > This looks like something that should be added to SubmittingPatches. > > Want me to rebase with a new changelog? Yeah, please do - the changelogs were rather hard to read as it was not clear where a commit title ends and where the original sentence continues. Thanks, Ingo