mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Zefan Li <lizefan@huawei.com>
To: Li Bin <huawei.libin@huawei.com>, <tj@kernel.org>, <hannes@cmpxchg.org>
Cc: <linux-kernel@vger.kernel.org>, <guohanjun@huawei.com>
Subject: Re: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
Date: Sat, 30 Jan 2016 12:23:31 +0800	[thread overview]
Message-ID: <56AC3AC3.5080000@huawei.com> (raw)
In-Reply-To: <1454126043-11564-1-git-send-email-huawei.libin@huawei.com>

On 2016/1/30 11:54, Li Bin wrote:
> The file cgroup-debug.c had been removed from commit fe6934354f8e
> (cgroups: move the cgroup debug subsys into cgroup.c to access internal state).
> Remain the CFLAGS_REMOVE_cgroup-debug.o = $(CC_FLAGS_FTRACE)
> useless in kernel/Makefile.
> 
> Signed-off-by: Li Bin <huawei.libin@huawei.com>

Acked-by: Zefan Li <lizefan@huawei.com>

> ---
>  kernel/Makefile |    3 +--
>  1 files changed, 1 insertions(+), 2 deletions(-)
> 
> diff --git a/kernel/Makefile b/kernel/Makefile
> index 53abf00..baa55e5 100644
> --- a/kernel/Makefile
> +++ b/kernel/Makefile
> @@ -14,8 +14,7 @@ obj-y     = fork.o exec_domain.o panic.o \
>  obj-$(CONFIG_MULTIUSER) += groups.o
>  
>  ifdef CONFIG_FUNCTION_TRACER
> -# Do not trace debug files and internal ftrace files
> -CFLAGS_REMOVE_cgroup-debug.o = $(CC_FLAGS_FTRACE)
> +# Do not trace internal ftrace files
>  CFLAGS_REMOVE_irq_work.o = $(CC_FLAGS_FTRACE)
>  endif
>  
> 

  reply	other threads:[~2016-01-30  4:24 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-30  3:54 Li Bin
2016-01-30  4:23 ` Zefan Li [this message]
2016-01-31 10:12 ` Tejun Heo

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=56AC3AC3.5080000@huawei.com \
    --to=lizefan@huawei.com \
    --cc=guohanjun@huawei.com \
    --cc=hannes@cmpxchg.org \
    --cc=huawei.libin@huawei.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=tj@kernel.org \
    /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

Powered by JetHome