Thread (50 messages) flat view 50 messages, 8 authors, 2012-02-21

Re: [PATCH v8 3/8] seccomp: add system call filtering using BPF

From: "H. Peter Anvin" <hpa@zytor.com>
Date: 2012-02-16 20:07:27
Also in: linux-arch, lkml

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.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help