lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 26 Nov 2012 22:54:48 +1100
From:	Stephen Rothwell <sfr@...b.auug.org.au>
To:	Al Viro <viro@...IV.linux.org.uk>
Cc:	linux-next@...r.kernel.org, linux-kernel@...r.kernel.org,
	David Howells <dhowells@...hat.com>,
	Jesper Nilsson <jesper.nilsson@...s.com>
Subject: linux-next: manual merge of the signal tree with the cris tree

Hi Al,

Today's linux-next merge of the signal tree got a conflict in
arch/cris/include/asm/signal.h between commit e717abac8a9f ("UAPI:
(Scripted) Disintegrate arch/cris/include/asm") from the cris tree and
commit 7407ba05050c ("unify default ptrace_signal_deliver") from the
signal tree.

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

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

diff --cc arch/cris/include/asm/signal.h
index b3c5ef0,72dbbf5..0000000
--- a/arch/cris/include/asm/signal.h
+++ b/arch/cris/include/asm/signal.h
@@@ -33,11 -126,32 +33,6 @@@ struct sigaction 
  struct k_sigaction {
  	struct sigaction sa;
  };
 -#else
 -/* Here we must cater to libcs that poke about in kernel headers.  */
 -
 -struct sigaction {
 -	union {
 -	  __sighandler_t _sa_handler;
 -	  void (*_sa_sigaction)(int, struct siginfo *, void *);
 -	} _u;
 -	sigset_t sa_mask;
 -	unsigned long sa_flags;
 -	void (*sa_restorer)(void);
 -};
 -
 -#define sa_handler	_u._sa_handler
 -#define sa_sigaction	_u._sa_sigaction
 -
 -#endif /* __KERNEL__ */
 -
 -typedef struct sigaltstack {
 -	void *ss_sp;
 -	int ss_flags;
 -	size_t ss_size;
 -} stack_t;
 -
 -#ifdef __KERNEL__
  #include <asm/sigcontext.h>
 -#endif /* __KERNEL__ */
  
- /* here we could define asm-optimized sigaddset, sigdelset etc. operations. 
-  * if we don't, generic ones are used from linux/signal.h
-  */
- #define ptrace_signal_deliver(regs, cookie) do { } while (0)
- 
  #endif

Content of type "application/pgp-signature" skipped

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ