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


Groups > linux.kernel > #1324751 > unrolled thread

linux-next: manual merge of the tip tree with Linus' tree

Started byStephen Rothwell <sfr@canb.auug.org.au>
First post2016-02-03 01:10 +0100
Last post2016-02-03 01:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  linux-next: manual merge of the tip tree with Linus' tree Stephen Rothwell <sfr@canb.auug.org.au> - 2016-02-03 01:10 +0100
    Re: linux-next: manual merge of the tip tree with Linus' tree Toshi Kani <toshi.kani@hpe.com> - 2016-02-03 01:40 +0100

#1324751 — linux-next: manual merge of the tip tree with Linus' tree

FromStephen Rothwell <sfr@canb.auug.org.au>
Date2016-02-03 01:10 +0100
Subjectlinux-next: manual merge of the tip tree with Linus' tree
Message-ID<qXTbc-2E6-11@gated-at.bofh.it>
Hi all,

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

  kernel/memremap.c

between commit:

  eb7d78c9e7f6 ("devm_memremap_pages: fix vmem_altmap lifetime + alignment handling")

from Linus' tree and commit:

  1c29f25bf5d6 ("memremap: Change region_intersects() to take @flags and @desc")

from the tip tree.

I fixed it up (see below) and can carry the fix as necessary (no action
is required).

-- 
Cheers,
Stephen Rothwell

diff --cc kernel/memremap.c
index 70ee3775de24,293309cac061..000000000000
--- a/kernel/memremap.c
+++ b/kernel/memremap.c
@@@ -269,8 -267,8 +270,8 @@@ void *devm_memremap_pages(struct devic
  		struct percpu_ref *ref, struct vmem_altmap *altmap)
  {
  	int is_ram = region_intersects(res->start, resource_size(res),
- 			"System RAM");
+ 				       IORESOURCE_SYSTEM_RAM, IORES_DESC_NONE);
 -	resource_size_t key, align_start, align_size;
 +	resource_size_t key, align_start, align_size, align_end;
  	struct dev_pagemap *pgmap;
  	struct page_map *page_map;
  	unsigned long pfn;

[toc] | [next] | [standalone]


#1324779

FromToshi Kani <toshi.kani@hpe.com>
Date2016-02-03 01:40 +0100
Message-ID<qXTEf-2Um-41@gated-at.bofh.it>
In reply to#1324751
On Wed, 2016-02-03 at 11:09 +1100, Stephen Rothwell wrote:
> Hi all,
> 
> Today's linux-next merge of the tip tree got a conflict in:
> 
>   kernel/memremap.c
> 
> between commit:
> 
>   eb7d78c9e7f6 ("devm_memremap_pages: fix vmem_altmap lifetime +
> alignment handling")
> 
> from Linus' tree and commit:
> 
>   1c29f25bf5d6 ("memremap: Change region_intersects() to take @flags and
> @desc")
> 
> from the tip tree.
> 
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).

Looks good.  Thanks for the marge.
-Toshi

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web