]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf-zero-hash-seed'
authorDaniel Borkmann <daniel@iogearbox.net>
Mon, 19 Nov 2018 23:53:40 +0000 (00:53 +0100)
committerDaniel Borkmann <daniel@iogearbox.net>
Mon, 19 Nov 2018 23:53:41 +0000 (00:53 +0100)
commit39e1989ecacaef81cf549beefbb990f5c3adaa8d
treed134d18f7e5d8932d474d5765ed07b051fc31360
parent4ab82f01e58709ec22848e3e94d5eaea2220e1d6
parentfbe96ed3e2583bae11297cac47fb9aa459af168a
Merge branch 'bpf-zero-hash-seed'

Lorenz Bauer says:

====================
Allow forcing the seed of a hash table to zero, for deterministic
execution during benchmarking and testing.

Changes from v2:
* Change ordering of BPF_F_ZERO_SEED in linux/bpf.h

Comments adressed from v1:
* Add comment to discourage production use to linux/bpf.h
* Require CAP_SYS_ADMIN
====================

Acked-by: Song Liu <songliubraving@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>