From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753201AbbJTHgJ (ORCPT ); Tue, 20 Oct 2015 03:36:09 -0400 Received: from mail-wi0-f171.google.com ([209.85.212.171]:35623 "EHLO mail-wi0-f171.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752691AbbJTHgG (ORCPT ); Tue, 20 Oct 2015 03:36:06 -0400 Date: Tue, 20 Oct 2015 09:36:01 +0200 From: Ingo Molnar To: Arnaldo Carvalho de Melo Cc: David Ahern , linux-kernel@vger.kernel.org, Peter Zijlstra , Namhyung Kim , Jiri Olsa , Hitoshi Mitake , Linus Torvalds , Thomas Gleixner Subject: Re: [PATCH 08/14] perf/bench/mem: Rename 'routine' to 'routine_str' Message-ID: <20151020073601.GA2671@gmail.com> References: <1445241870-24854-1-git-send-email-mingo@kernel.org> <1445241870-24854-9-git-send-email-mingo@kernel.org> <5624F176.5040801@gmail.com> <20151019185447.GF2359@redhat.com> <20151019185607.GG2359@redhat.com> <20151019190931.GA20927@gmail.com> <20151019192003.GB4400@redhat.com> <20151019192113.GC4400@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20151019192113.GC4400@redhat.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 * Arnaldo Carvalho de Melo wrote: > Em Mon, Oct 19, 2015 at 05:20:03PM -0200, Arnaldo Carvalho de Melo escreveu: > > Em Mon, Oct 19, 2015 at 09:09:32PM +0200, Ingo Molnar escreveu: > > > * Arnaldo Carvalho de Melo wrote: > > > > Em Mon, Oct 19, 2015 at 04:54:47PM -0200, Arnaldo Carvalho de Melo escreveu: > > > > > Em Mon, Oct 19, 2015 at 07:34:46AM -0600, David Ahern escreveu: > > > > > > Seems like 'R' is more appropriate here. > > > > > > Right, changed it. > > > > > And then, he does that on a later patch, duh. > > > > Yeah, indeed - I messed that up: tried to introduce __unused but noticed during > > > development and testing on other distros that '__unused' is way too crowded a > > > namespace (various fields in random headers are named like that), so after a bit > > > of a fight with those headers I changed it back to __maybe_unused ... but the > > > original change slipped into the series. > > > > > > Do you want me to resend the series to fix this and the other problems David and > > > you noticed? > > > > No problem, I fixed it all already :-) > > Please check my perf/core branch. Looks good - thanks Arnaldo! Ingo