public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Taeung Song <treeze.taeung@gmail.com>
To: Arnaldo Carvalho de Melo <arnaldo.melo@gmail.com>
Cc: linux-kernel@vger.kernel.org, Jiri Olsa <jolsa@kernel.org>,
	Namhyung Kim <namhyung@kernel.org>,
	Ingo Molnar <mingo@kernel.org>,
	Peter Zijlstra <peterz@infradead.org>,
	Alexander Shishkin <alexander.shishkin@linux.intel.com>,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Wang Nan <wangnan0@huawei.com>, Jiri Olsa <jolsa@redhat.com>
Subject: Re: [PATCH v10 1/3] perf config: Bring declarations about config from util/cache.h to util/config.h
Date: Thu, 23 Jun 2016 21:42:00 +0900	[thread overview]
Message-ID: <576BD918.1080009@gmail.com> (raw)
In-Reply-To: <20160623115720.GK4213@kernel.org>

Thank you !! :-D

On 06/23/2016 08:57 PM, Arnaldo Carvalho de Melo wrote:
> Em Thu, Jun 23, 2016 at 05:55:17PM +0900, Taeung Song escreveu:
>> Lately util/config.h has been added
>> but util/cache.h has declarations of functions
>> and a global variable for config features.
>>
>> To manage codes about configuration at one spot,
>> move them to util/config.h and let source files
>> that need config features include config.h
>> And if the source files that included previous cache.h
>> need only config.h, remove including cache.h.
>
> Applied and build tested.
>
> - Arnaldo
>

  reply	other threads:[~2016-06-23 12:42 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-23  8:55 [PATCH v10 0/3] perf config: Reimplement perf_config() Taeung Song
2016-06-23  8:55 ` [PATCH v10 1/3] perf config: Bring declarations about config from util/cache.h to util/config.h Taeung Song
2016-06-23 11:57   ` Arnaldo Carvalho de Melo
2016-06-23 12:42     ` Taeung Song [this message]
2016-06-26 10:55   ` [tip:perf/core] perf config: Move config declarations " tip-bot for Taeung Song
2016-06-23  8:55 ` [PATCH v10 2/3] perf config: Reimplement perf_config() introducing new perf_config_init() and perf_config_finish() Taeung Song
2016-06-23 11:56   ` Arnaldo Carvalho de Melo
2016-06-23 12:41     ` Taeung Song
2016-06-23  8:55 ` [PATCH v10 3/3] perf config: Reimplement show_config() using config_set__for_each Taeung Song

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=576BD918.1080009@gmail.com \
    --to=treeze.taeung@gmail.com \
    --cc=alexander.shishkin@linux.intel.com \
    --cc=arnaldo.melo@gmail.com \
    --cc=jolsa@kernel.org \
    --cc=jolsa@redhat.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=peterz@infradead.org \
    --cc=wangnan0@huawei.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox