All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
@ 2016-01-30  3:54 Li Bin
  2016-01-30  4:23 ` Zefan Li
  2016-01-31 10:12 ` Tejun Heo
  0 siblings, 2 replies; 3+ messages in thread
From: Li Bin @ 2016-01-30  3:54 UTC (permalink / raw)
  To: lizefan, tj, hannes; +Cc: linux-kernel, guohanjun, huawei.libin

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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
  2016-01-30  3:54 [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o Li Bin
@ 2016-01-30  4:23 ` Zefan Li
  2016-01-31 10:12 ` Tejun Heo
  1 sibling, 0 replies; 3+ messages in thread
From: Zefan Li @ 2016-01-30  4:23 UTC (permalink / raw)
  To: Li Bin, tj, hannes; +Cc: linux-kernel, guohanjun

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
>  
> 

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o
  2016-01-30  3:54 [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o Li Bin
  2016-01-30  4:23 ` Zefan Li
@ 2016-01-31 10:12 ` Tejun Heo
  1 sibling, 0 replies; 3+ messages in thread
From: Tejun Heo @ 2016-01-31 10:12 UTC (permalink / raw)
  To: Li Bin; +Cc: lizefan, hannes, linux-kernel, guohanjun

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-31 10:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-30  3:54 [PATCH] kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.o Li Bin
2016-01-30  4:23 ` Zefan Li
2016-01-31 10:12 ` Tejun Heo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.