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


Groups > linux.kernel > #1428426 > unrolled thread

linux-next: manual merge of the akpm-current tree with the kspp tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-06-22 07:30 +0200
Last post2016-06-22 07:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the akpm-current tree with the kspp  tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-06-22 07:30 +0200

#1428426 — linux-next: manual merge of the akpm-current tree with the kspp tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-06-22 07:30 +0200
Subjectlinux-next: manual merge of the akpm-current tree with the kspp tree
Message-ID<rMITD-7ER-19@gated-at.bofh.it>
Hi Andrew,

Today's linux-next merge of the akpm-current tree got a conflict in:

  mm/page_alloc.c

between commit:

  0df42965deb7 ("latent_entropy: Add the extra_latent_entropy kernel parameter")

from the kspp tree and commit:

  6f4f5445297d ("mm: charge/uncharge kmemcg from generic page allocator paths")

from the akpm-current tree.

I fixed it up (see below) and can carry the fix as necessary. This
is now fixed as far as linux-next is concerned, but any non trivial
conflicts should be mentioned to your upstream maintainer when your tree
is submitted for merging.  You may also want to consider cooperating
with the maintainer of the conflicting tree to minimise any particularly
complex conflicts.

-- 
Cheers,
Stephen Rothwell

diff --cc mm/page_alloc.c
index 02c7a0e6e66a,180f5afc5a1f..000000000000
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@@ -63,7 -63,7 +63,8 @@@
  #include <linux/sched/rt.h>
  #include <linux/page_owner.h>
  #include <linux/kthread.h>
 +#include <linux/random.h>
+ #include <linux/memcontrol.h>
  
  #include <asm/sections.h>
  #include <asm/tlbflush.h>

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web