Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Fengguang Wu
On Thu, Nov 19, 2015 at 01:37:45PM -0500, Johannes Weiner wrote:
> Hi Fengguang,
> 
> On Thu, Nov 19, 2015 at 08:35:46PM +0800, Fengguang Wu wrote:
> > 
> > git://git.cmpxchg.org/linux-mmotm.git
> > 
> > I'll teach the robot to use it instead of linux-next for [-mm] patches.
> 
> Yup, that seems like a more suitable base.
> 
> But you might even consider putting them on top of linux-mmots.git,

Yes, sure. I'll apply [-mm] LKML patches onto linux-mmots.git.

Thanks,
Fengguang

> which is released more frequently than mmotm. Not sure what other MM
> hackers do, but I tend to develop against mmots, and there could be
> occasional breakage when dependencies haven't yet trickled into mmotm.
> ___
> kbuild-all mailing list
> kbuild-...@lists.01.org
> https://lists.01.org/mailman/listinfo/kbuild-all
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Johannes Weiner
Hi Fengguang,

On Thu, Nov 19, 2015 at 08:35:46PM +0800, Fengguang Wu wrote:
> 
> git://git.cmpxchg.org/linux-mmotm.git
> 
> I'll teach the robot to use it instead of linux-next for [-mm] patches.

Yup, that seems like a more suitable base.

But you might even consider putting them on top of linux-mmots.git,
which is released more frequently than mmotm. Not sure what other MM
hackers do, but I tend to develop against mmots, and there could be
occasional breakage when dependencies haven't yet trickled into mmotm.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Fengguang Wu
On Thu, Nov 19, 2015 at 09:23:41PM +0900, Tetsuo Handa wrote:
> Fengguang Wu wrote:
> > Hi David,
> > 
> > On Wed, Nov 18, 2015 at 05:00:07PM -0800, David Rientjes wrote:
> > > On Thu, 19 Nov 2015, kbuild test robot wrote:
> > > 
> > > > Hi David,
> > > > 
> > > > [auto build test ERROR on: next-20151118]
> > > > [also build test ERROR on: v4.4-rc1]
> > > > 
> > > 
> > > You need to teach your bot what patches I'm proposing for the -mm tree 
> > > (notice the patch title) instead of your various trees.
> > 
> > Per my understanding linux-next is the -mm tree.
> > Or do you mean some standalone -mm git tree?
> > 
> > Thanks,
> > Fengguang
> > 
> 
> This build error will be gone when
> "[PATCH] tree wide: Use kvfree() than conditional kfree()/vfree()"
> (currently in -mm tree) is applied.

Got it. I can find that patch in the mmotm tree:

git://git.cmpxchg.org/linux-mmotm.git

I'll teach the robot to use it instead of linux-next for [-mm] patches.

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Tetsuo Handa
Fengguang Wu wrote:
> Hi David,
> 
> On Wed, Nov 18, 2015 at 05:00:07PM -0800, David Rientjes wrote:
> > On Thu, 19 Nov 2015, kbuild test robot wrote:
> > 
> > > Hi David,
> > > 
> > > [auto build test ERROR on: next-20151118]
> > > [also build test ERROR on: v4.4-rc1]
> > > 
> > 
> > You need to teach your bot what patches I'm proposing for the -mm tree 
> > (notice the patch title) instead of your various trees.
> 
> Per my understanding linux-next is the -mm tree.
> Or do you mean some standalone -mm git tree?
> 
> Thanks,
> Fengguang
> 

This build error will be gone when
"[PATCH] tree wide: Use kvfree() than conditional kfree()/vfree()"
(currently in -mm tree) is applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Fengguang Wu
Hi David,

On Wed, Nov 18, 2015 at 05:00:07PM -0800, David Rientjes wrote:
> On Thu, 19 Nov 2015, kbuild test robot wrote:
> 
> > Hi David,
> > 
> > [auto build test ERROR on: next-20151118]
> > [also build test ERROR on: v4.4-rc1]
> > 
> 
> You need to teach your bot what patches I'm proposing for the -mm tree 
> (notice the patch title) instead of your various trees.

Per my understanding linux-next is the -mm tree.
Or do you mean some standalone -mm git tree?

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Johannes Weiner
Hi Fengguang,

On Thu, Nov 19, 2015 at 08:35:46PM +0800, Fengguang Wu wrote:
> 
> git://git.cmpxchg.org/linux-mmotm.git
> 
> I'll teach the robot to use it instead of linux-next for [-mm] patches.

Yup, that seems like a more suitable base.

But you might even consider putting them on top of linux-mmots.git,
which is released more frequently than mmotm. Not sure what other MM
hackers do, but I tend to develop against mmots, and there could be
occasional breakage when dependencies haven't yet trickled into mmotm.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Fengguang Wu
On Thu, Nov 19, 2015 at 01:37:45PM -0500, Johannes Weiner wrote:
> Hi Fengguang,
> 
> On Thu, Nov 19, 2015 at 08:35:46PM +0800, Fengguang Wu wrote:
> > 
> > git://git.cmpxchg.org/linux-mmotm.git
> > 
> > I'll teach the robot to use it instead of linux-next for [-mm] patches.
> 
> Yup, that seems like a more suitable base.
> 
> But you might even consider putting them on top of linux-mmots.git,

Yes, sure. I'll apply [-mm] LKML patches onto linux-mmots.git.

Thanks,
Fengguang

> which is released more frequently than mmotm. Not sure what other MM
> hackers do, but I tend to develop against mmots, and there could be
> occasional breakage when dependencies haven't yet trickled into mmotm.
> ___
> kbuild-all mailing list
> kbuild-...@lists.01.org
> https://lists.01.org/mailman/listinfo/kbuild-all
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Fengguang Wu
On Thu, Nov 19, 2015 at 09:23:41PM +0900, Tetsuo Handa wrote:
> Fengguang Wu wrote:
> > Hi David,
> > 
> > On Wed, Nov 18, 2015 at 05:00:07PM -0800, David Rientjes wrote:
> > > On Thu, 19 Nov 2015, kbuild test robot wrote:
> > > 
> > > > Hi David,
> > > > 
> > > > [auto build test ERROR on: next-20151118]
> > > > [also build test ERROR on: v4.4-rc1]
> > > > 
> > > 
> > > You need to teach your bot what patches I'm proposing for the -mm tree 
> > > (notice the patch title) instead of your various trees.
> > 
> > Per my understanding linux-next is the -mm tree.
> > Or do you mean some standalone -mm git tree?
> > 
> > Thanks,
> > Fengguang
> > 
> 
> This build error will be gone when
> "[PATCH] tree wide: Use kvfree() than conditional kfree()/vfree()"
> (currently in -mm tree) is applied.

Got it. I can find that patch in the mmotm tree:

git://git.cmpxchg.org/linux-mmotm.git

I'll teach the robot to use it instead of linux-next for [-mm] patches.

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Fengguang Wu
Hi David,

On Wed, Nov 18, 2015 at 05:00:07PM -0800, David Rientjes wrote:
> On Thu, 19 Nov 2015, kbuild test robot wrote:
> 
> > Hi David,
> > 
> > [auto build test ERROR on: next-20151118]
> > [also build test ERROR on: v4.4-rc1]
> > 
> 
> You need to teach your bot what patches I'm proposing for the -mm tree 
> (notice the patch title) instead of your various trees.

Per my understanding linux-next is the -mm tree.
Or do you mean some standalone -mm git tree?

Thanks,
Fengguang
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


Re: [kbuild-all] [patch -mm] mm, vmalloc: remove VM_VPAGES

2015-11-19 Thread Tetsuo Handa
Fengguang Wu wrote:
> Hi David,
> 
> On Wed, Nov 18, 2015 at 05:00:07PM -0800, David Rientjes wrote:
> > On Thu, 19 Nov 2015, kbuild test robot wrote:
> > 
> > > Hi David,
> > > 
> > > [auto build test ERROR on: next-20151118]
> > > [also build test ERROR on: v4.4-rc1]
> > > 
> > 
> > You need to teach your bot what patches I'm proposing for the -mm tree 
> > (notice the patch title) instead of your various trees.
> 
> Per my understanding linux-next is the -mm tree.
> Or do you mean some standalone -mm git tree?
> 
> Thanks,
> Fengguang
> 

This build error will be gone when
"[PATCH] tree wide: Use kvfree() than conditional kfree()/vfree()"
(currently in -mm tree) is applied.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/