linux-next: build failure after merge of the cgroup tree

2015-09-24 Thread Stephen Rothwell
Hi Tejun, After merging the cgroup tree, today's linux-next build (x86_64 allmodconfig) failed like this: mm/vmscan.c: In function 'sane_reclaim': mm/vmscan.c:178:2: error: implicit declaration of function 'cgroup_on_dfl' [-Werror=implicit-function-declaration] if (cgroup_on_dfl(memcg->css.cgr

Re: linux-next: build failure after merge of the cgroup tree

2014-02-26 Thread Tejun Heo
On Wed, Feb 26, 2014 at 05:46:55PM +1100, Stephen Rothwell wrote: > Hi Tejun, > > After merging the cgroup tree, today's linux-next build (powerpc > ppc64_defconfig) failed like this: > > kernel/cgroup.c: In function 'cgroup_mount': > kernel/cgroup.c:1572:2: error: too few arguments to function '

linux-next: build failure after merge of the cgroup tree

2014-02-25 Thread Stephen Rothwell
Hi Tejun, After merging the cgroup tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: kernel/cgroup.c: In function 'cgroup_mount': kernel/cgroup.c:1572:2: error: too few arguments to function 'kernfs_mount' dentry = kernfs_mount(fs_type, flags, root->kf_root); ^ Cause

Re: linux-next: build failure after merge of the cgroup tree

2013-04-29 Thread Benjamin Herrenschmidt
On Mon, 2013-04-29 at 15:55 -0700, Tejun Heo wrote: > Benjamin, can you please pick this up? > > Thanks a lot and sorry about the trouble. Done. Cheers, Ben. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More ma

Re: linux-next: build failure after merge of the cgroup tree

2013-04-29 Thread Tejun Heo
Hello, On Mon, Apr 29, 2013 at 02:04:33PM +1000, Stephen Rothwell wrote: > I have added the following merge fix patch for today (but it should be > applied to the powerpc tree ASAP). > > From: Stephen Rothwell > Date: Mon, 29 Apr 2013 14:01:44 +1000 > Subject: [PATCH] powerpc: numa.c: using kzal

linux-next: build failure after merge of the cgroup tree

2013-04-28 Thread Stephen Rothwell
Hi Tejun, After merging the cgroup tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: arch/powerpc/mm/numa.c: In function 'arch_update_cpu_topology': arch/powerpc/mm/numa.c:1465:2: error: implicit declaration of function 'kzalloc' [-Werror=implicit-function-declaration] a

Re: linux-next: build failure after merge of the cgroup tree

2012-09-15 Thread Sedat Dilek
On Fri, Sep 14, 2012 at 8:34 PM, Tejun Heo wrote: > On Fri, Sep 14, 2012 at 08:32:28PM +0200, Sedat Dilek wrote: >> Did you pushed this to [1] already? > > Was still building. Pushed out now. > Pulled and works fine here! Thanks to you. - Sedat - P.S.: dmesg checks $ dmesg | egrep 'cgroup|sys

Re: linux-next: build failure after merge of the cgroup tree

2012-09-14 Thread Tejun Heo
On Fri, Sep 14, 2012 at 08:32:28PM +0200, Sedat Dilek wrote: > Did you pushed this to [1] already? Was still building. Pushed out now. Thanks. -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordom

Re: linux-next: build failure after merge of the cgroup tree

2012-09-14 Thread Sedat Dilek
On Fri, Sep 14, 2012 at 7:00 PM, Tejun Heo wrote: > Hello, > > On Fri, Sep 14, 2012 at 08:56:29AM +0200, Daniel Wagner wrote: >> On 14.09.2012 05:17, Stephen Rothwell wrote: >> >After merging the cgroup tree, today's linux-next build (powerpc >> >ppc64_defconfig) failed like this: >> > >> >drivers

Re: linux-next: build failure after merge of the cgroup tree

2012-09-14 Thread Tejun Heo
Hello, On Fri, Sep 14, 2012 at 08:56:29AM +0200, Daniel Wagner wrote: > On 14.09.2012 05:17, Stephen Rothwell wrote: > >After merging the cgroup tree, today's linux-next build (powerpc > >ppc64_defconfig) failed like this: > > > >drivers/net/tun.c: In function 'tun_alloc_skb': > >drivers/net/tun.c

Re: linux-next: build failure after merge of the cgroup tree

2012-09-14 Thread Daniel Wagner
Hi Stephen, On 14.09.2012 05:17, Stephen Rothwell wrote: Hi Tejun, After merging the cgroup tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/net/tun.c: In function 'tun_alloc_skb': drivers/net/tun.c:589:2: error: implicit declaration of function 'sock_update_

linux-next: build failure after merge of the cgroup tree

2012-09-13 Thread Stephen Rothwell
Hi Tejun, After merging the cgroup tree, today's linux-next build (powerpc ppc64_defconfig) failed like this: drivers/net/tun.c: In function 'tun_alloc_skb': drivers/net/tun.c:589:2: error: implicit declaration of function 'sock_update_classid' [-Werror=implicit-function-declaration] Caused by