All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net 0/2] Two BPF fixes
@ 2016-12-17  0:54 Daniel Borkmann
  2016-12-17  0:54 ` [PATCH net 1/2] bpf: dynamically allocate digest scratch buffer Daniel Borkmann
  2016-12-17  0:54 ` [PATCH net 2/2] bpf: fix overflow in prog accounting Daniel Borkmann
  0 siblings, 2 replies; 6+ messages in thread
From: Daniel Borkmann @ 2016-12-17  0:54 UTC (permalink / raw)
  To: davem; +Cc: ast, netdev, Daniel Borkmann

This set contains two BPF fixes for net, one that addresses the
complaint from Geert wrt static allocations, and the other is a
fix wrt mem accounting that I found recently during testing.

Thanks!

Daniel Borkmann (2):
  bpf: dynamically allocate digest scratch buffer
  bpf: fix overflow in prog accounting

 include/linux/bpf.h    |  2 +-
 include/linux/filter.h | 17 ++++++++--
 kernel/bpf/core.c      | 88 ++++++++++++++++++++++++++++++++++++++++++--------
 kernel/bpf/syscall.c   | 27 +---------------
 kernel/bpf/verifier.c  |  6 ++--
 5 files changed, 94 insertions(+), 46 deletions(-)

-- 
1.9.3

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

end of thread, other threads:[~2016-12-17 10:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-17  0:54 [PATCH net 0/2] Two BPF fixes Daniel Borkmann
2016-12-17  0:54 ` [PATCH net 1/2] bpf: dynamically allocate digest scratch buffer Daniel Borkmann
2016-12-17  0:54 ` [PATCH net 2/2] bpf: fix overflow in prog accounting Daniel Borkmann
2016-12-17  2:52   ` kbuild test robot
2016-12-17 10:03     ` Daniel Borkmann
2016-12-17  3:15   ` kbuild test robot

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.