Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
[sfrench/cifs-2.6.git] / samples / bpf / test_verifier.c
index 75d561f9fd6ae430b49248214608c00e588dd594..9ab645698ffb4374ec6d9597d9f82b8207fe4cda 100644 (file)
@@ -769,7 +769,7 @@ static int test(void)
 
                prog_fd = bpf_prog_load(BPF_PROG_TYPE_SOCKET_FILTER, prog,
                                        prog_len * sizeof(struct bpf_insn),
-                                       "GPL");
+                                       "GPL", 0);
 
                if (tests[i].result == ACCEPT) {
                        if (prog_fd < 0) {