Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1428426
| From | Stephen Rothwell <sfr@canb.auug.org.au> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | linux-next: manual merge of the akpm-current tree with the kspp tree |
| Date | 2016-06-22 07:30 +0200 |
| Message-ID | <rMITD-7ER-19@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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>
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
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
csiph-web