All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] bpf: fix two bugs
@ 2015-01-23  1:11 Alexei Starovoitov
  2015-01-23  1:11 ` [PATCH net 1/2] bpf: rcu lock must not be held when calling copy_to_user() Alexei Starovoitov
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Alexei Starovoitov @ 2015-01-23  1:11 UTC (permalink / raw)
  To: David S. Miller; +Cc: Michael Holzheu, Martin Schwidefsky, netdev, linux-kernel

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 +++++++++++++++++--------
 samples/bpf/test_maps.c |    4 ++--
 2 files changed, 19 insertions(+), 10 deletions(-)

-- 
1.7.9.5


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-01-27  1:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-23  1:11 [PATCH net 0/2] bpf: fix two bugs Alexei Starovoitov
2015-01-23  1:11 ` [PATCH net 1/2] bpf: rcu lock must not be held when calling copy_to_user() Alexei Starovoitov
2015-01-23 10:15   ` Daniel Borkmann
2015-01-23  1:11 ` [PATCH net 2/2] samples: bpf: relax test_maps check Alexei Starovoitov
2015-01-23 10:58   ` Daniel Borkmann
2015-01-27  1:21 ` [PATCH net 0/2] bpf: fix two bugs David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.