Re: [PATCH net 0/2] bpf: fix two bugs

2015-01-26 Thread David Miller
From: Alexei Starovoitov Date: Thu, 22 Jan 2015 17:11:07 -0800 > Michael Holzheu caught two issues (in bpf syscall and in the test). > Fix them. Details in corresponding patches. Series applied, thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a m

[PATCH net 0/2] bpf: fix two bugs

2015-01-22 Thread Alexei Starovoitov
Michael Holzheu caught two issues (in bpf syscall and in the test). Fix them. Details in corresponding patches. Alexei Starovoitov (2): bpf: rcu lock must not be held when calling copy_to_user() samples: bpf: relax test_maps check kernel/bpf/syscall.c| 25 + sam