Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1322254 > unrolled thread

[PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o

Started byLi Bin <huawei.libin@huawei.com>
First post2016-01-30 05:00 +0100
Last post2016-01-31 11:20 +0100
Articles 3 — 3 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o Li Bin <huawei.libin@huawei.com> - 2016-01-30 05:00 +0100
    Re: [PATCH] kernel/Makefile: remove the useless  CFLAGS_REMOVE_cgroup-debug.o Zefan Li <lizefan@huawei.com> - 2016-01-30 05:30 +0100
    Re: [PATCH] kernel/Makefile: remove the useless  CFLAGS_REMOVE_cgroup-debug.o Tejun Heo <tj@kernel.org> - 2016-01-31 11:20 +0100

#1322254 — [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o

FromLi Bin <huawei.libin@huawei.com>
Date2016-01-30 05:00 +0100
Subject[PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
Message-ID<qWuRz-5aG-5@gated-at.bofh.it>
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>
---
 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
 
-- 
1.7.1

[toc] | [next] | [standalone]


#1322256 — Re: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o

FromZefan Li <lizefan@huawei.com>
Date2016-01-30 05:30 +0100
SubjectRe: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
Message-ID<qWvkC-5EW-1@gated-at.bofh.it>
In reply to#1322254
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
>  
> 

[toc] | [prev] | [next] | [standalone]


#1322599 — Re: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o

FromTejun Heo <tj@kernel.org>
Date2016-01-31 11:20 +0100
SubjectRe: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
Message-ID<qWXgS-1OW-9@gated-at.bofh.it>
In reply to#1322254
On Sat, Jan 30, 2016 at 11:54:03AM +0800, 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>

Applied to cgroup/for-4.6.

Thanks.

-- 
tejun

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web