Sync with Linux 3.5 v2

Mike Frysinger vapier@gentoo.org
Wed Jul 25 15:44:00 GMT 2012


On Wednesday 25 July 2012 09:54:18 Andreas Jaeger wrote:
> For Changelog.ia64:
> 2012-07-25  Andreas Jaeger  <aj@suse.de>
> 
> 	* sysdeps/unix/sysv/linux/ia64/sys/ptrace.h (__ptrace_eventcodes):
> 	Add new value PTRACE_EVENT_SECCOMP from Linux 3.5.
> 	(__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
> 	PTRACE_O_MASK.
> ...
> --- a/ports/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
> +++ b/ports/sysdeps/unix/sysv/linux/ia64/sys/ptrace.h
> 
>  /* Options set using PTRACE_SETOPTIONS.  */
> -enum __ptrace_setoptions {
> +enum __ptrace_setoptions
> +{
>    PTRACE_O_TRACESYSGOOD	= 0x00000001,
>    PTRACE_O_TRACEFORK	= 0x00000002,
>    PTRACE_O_TRACEVFORK   = 0x00000004,
>    PTRACE_O_TRACECLONE	= 0x00000008,
>    PTRACE_O_TRACEEXEC	= 0x00000010,
>    PTRACE_O_TRACEVFORKDONE = 0x00000020,
> -  PTRACE_O_TRACEEXIT	= 0x00000040,
> -  PTRACE_O_MASK		= 0x0000007f
> +  PTRACE_O_TRACESECCOMP = 0x00000080,
> +  PTRACE_O_MASK		= 0x000000ff
>  };

did you mean to delete TRACEEXIT ?
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20120725/307f251e/attachment.sig>


More information about the Libc-alpha mailing list