On 02/16/2012 12:02 PM, Will Drewry wrote: > + > +/* Format of the data the BPF program executes over. */ > +struct seccomp_data { > + int nr; > + __u32 __reserved[3]; > + struct { > + __u32 lo; > + __u32 hi; > + } instruction_pointer; > + __u32 lo32[6]; > + __u32 hi32[6]; > +}; > This seems more than a bit odd, no? -hpa -- H. Peter Anvin, Intel Open Source Technology Center I work for Intel. I don't speak on their behalf. -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html