All of lore.kernel.org
 help / color / mirror / Atom feed
* linux-next: manual merge of the metag tree with Linus' tree
@ 2017-05-02 23:19 Stephen Rothwell
  0 siblings, 0 replies; 4+ messages in thread
From: Stephen Rothwell @ 2017-05-02 23:19 UTC (permalink / raw)
  To: James Hogan; +Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Al Viro

Hi James,

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

  arch/metag/include/asm/uaccess.h

between commit:

  db68ce10c4f0 ("new helper: uaccess_kernel(new helper: uaccess_kernel())")

from Linus' tree and commit:

  8a8b56638bca ("metag/uaccess: Fix access_ok()")

from the metag tree.

I fixed it up (I used the metag version (as suggested by James, thanks)
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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the metag tree with Linus' tree
  2013-02-24 22:48 Stephen Rothwell
@ 2013-02-25  9:50   ` James Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: James Hogan @ 2013-02-25  9:50 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-kernel, Rusty Russell, Mel Gorman, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

On 24/02/13 22:48, Stephen Rothwell wrote:
> Hi James,
> 
> Today's linux-next merge of the metag tree got a conflict in
> mm/page_alloc.c between commit 22b751c3d037 ("mm: rename page struct
> field helpers") from Linus' tree and commit 373d4d099761 ("taint: add
> explicit flag to show whether lock dep is still OK") from the metag tree.
> 
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).

Hi Stephen,

Looks good to me.

Thanks
James


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: linux-next: manual merge of the metag tree with Linus' tree
@ 2013-02-25  9:50   ` James Hogan
  0 siblings, 0 replies; 4+ messages in thread
From: James Hogan @ 2013-02-25  9:50 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: linux-next, linux-kernel, Rusty Russell, Mel Gorman, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 498 bytes --]

On 24/02/13 22:48, Stephen Rothwell wrote:
> Hi James,
> 
> Today's linux-next merge of the metag tree got a conflict in
> mm/page_alloc.c between commit 22b751c3d037 ("mm: rename page struct
> field helpers") from Linus' tree and commit 373d4d099761 ("taint: add
> explicit flag to show whether lock dep is still OK") from the metag tree.
> 
> I fixed it up (see below) and can carry the fix as necessary (no action
> is required).

Hi Stephen,

Looks good to me.

Thanks
James


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* linux-next: manual merge of the metag tree with Linus' tree
@ 2013-02-24 22:48 Stephen Rothwell
  2013-02-25  9:50   ` James Hogan
  0 siblings, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2013-02-24 22:48 UTC (permalink / raw)
  To: James Hogan
  Cc: linux-next, linux-kernel, Rusty Russell, Mel Gorman, Andrew Morton

[-- Attachment #1: Type: text/plain, Size: 940 bytes --]

Hi James,

Today's linux-next merge of the metag tree got a conflict in
mm/page_alloc.c between commit 22b751c3d037 ("mm: rename page struct
field helpers") from Linus' tree and commit 373d4d099761 ("taint: add
explicit flag to show whether lock dep is still OK") from the metag tree.

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

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

diff --cc mm/page_alloc.c
index e9075fd,4c99cb7..0000000
--- a/mm/page_alloc.c
+++ b/mm/page_alloc.c
@@@ -332,8 -319,8 +332,8 @@@ static void bad_page(struct page *page
  	dump_stack();
  out:
  	/* Leave bad fields for debug, except PageBuddy could make trouble */
 -	reset_page_mapcount(page); /* remove PageBuddy */
 +	page_mapcount_reset(page); /* remove PageBuddy */
- 	add_taint(TAINT_BAD_PAGE);
+ 	add_taint(TAINT_BAD_PAGE, LOCKDEP_NOW_UNRELIABLE);
  }
  
  /*

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-05-02 23:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-02 23:19 linux-next: manual merge of the metag tree with Linus' tree Stephen Rothwell
  -- strict thread matches above, loose matches on Subject: below --
2013-02-24 22:48 Stephen Rothwell
2013-02-25  9:50 ` James Hogan
2013-02-25  9:50   ` James Hogan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.