]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'bpf-misc-fixes'
authorDaniel Borkmann <daniel@iogearbox.net>
Fri, 15 Jun 2018 01:13:18 +0000 (03:13 +0200)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 15 Jun 2018 01:13:19 +0000 (03:13 +0200)
commit902196a56d4dee43c4a1702839b5272621908c6c
tree9b546d89e5d9a00bcd2a1af045095a541216267f
parent3bce593ac06b4f18710274cfb084369b3d7909eb
parent47cf52a246e526e2092d60ac01c54af9bd45dcc9
Merge branch 'bpf-misc-fixes'

Jakub Kicinski says:

====================
This small series allows test_offload.py selftest to run on modern
distributions which may create BPF programs for cgroups at boot,
like Ubuntu 18.04.  We still expect the program list to not be
altered by any other agent while the test is running, but no longer
depend on there being no BPF programs at all at the start.

Fixing the test revealed a small problem with bpftool, which doesn't
report the program load time very accurately.  Because nanoseconds
were not taken into account reported load time would fluctuate by
1 second.  First patch of the series takes care of fixing that.
====================

Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>