linux-next.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* linux-next: manual merge of the sparc-next tree with the arm64 tree
@ 2018-03-20 23:34 Stephen Rothwell
  2018-04-05  0:41 ` Stephen Rothwell
  0 siblings, 1 reply; 2+ messages in thread
From: Stephen Rothwell @ 2018-03-20 23:34 UTC (permalink / raw)
  To: David Miller, Catalin Marinas, Will Deacon
  Cc: Linux-Next Mailing List, Linux Kernel Mailing List, Dave Martin,
	Eric W. Biederman, Khalid Aziz

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

Hi David,

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

  arch/x86/kernel/signal_compat.c

between commit:

  266da65e9156 ("signal: Add FPE_FLTUNK si_code for undiagnosable fp exceptions")

from the arm64 tree and commit:

  d84bb709aa4a ("signals, sparc: Add signal codes for ADI violations")

from the sparc-next 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 arch/x86/kernel/signal_compat.c
index d2884e951bb5,838a4dc90a6d..000000000000
--- a/arch/x86/kernel/signal_compat.c
+++ b/arch/x86/kernel/signal_compat.c
@@@ -26,8 -26,8 +26,8 @@@ static inline void signal_compat_build_
  	 * new fields are handled in copy_siginfo_to_user32()!
  	 */
  	BUILD_BUG_ON(NSIGILL  != 11);
 -	BUILD_BUG_ON(NSIGFPE  != 13);
 +	BUILD_BUG_ON(NSIGFPE  != 14);
- 	BUILD_BUG_ON(NSIGSEGV != 4);
+ 	BUILD_BUG_ON(NSIGSEGV != 7);
  	BUILD_BUG_ON(NSIGBUS  != 5);
  	BUILD_BUG_ON(NSIGTRAP != 4);
  	BUILD_BUG_ON(NSIGCHLD != 6);

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

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

end of thread, other threads:[~2018-04-05  0:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-03-20 23:34 linux-next: manual merge of the sparc-next tree with the arm64 tree Stephen Rothwell
2018-04-05  0:41 ` Stephen Rothwell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).