]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf_random32'
authorDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 12:26:44 +0000 (05:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 8 Oct 2015 12:26:44 +0000 (05:26 -0700)
commit68a286b030b037e6147e7ef2d09f9b669ae2ec20
tree3afa13e8acbdf49a9f8c1a7993065c3836997a01
parent19d969e0a24cb19131779285dde2f5c3b67b12cc
parent8211eb9d51786be8d1b5b880991c75c2a9025d62
Merge branch 'bpf_random32'

Daniel Borkmann says:

====================
BPF/random32 updates

BPF update to split the prandom state apart, and to move the
*once helpers to the core. For details, please see individual
patches. Given the changes and since it's in the tree for
quite some time, net-next is a better choice in our opinion.

v1 -> v2:
 - Make DO_ONCE() type-safe, remove the kvec helper. Credits
   go to Alexei Starovoitov for the __VA_ARGS__ hint, thanks!
 - Add a comment to the DO_ONCE() helper as suggested by Alexei.
 - Rework prandom_init_once() helper to the new API.
 - Keep Alexei's Acked-by on the last patch.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>