Revision 0c9c67320eca968e5cc501f4022001ae4da5ecc8 authored by Joe Stringer on 25 January 2019, 02:46:37 UTC, committed by Ian Vernon on 29 January 2019, 16:49:19 UTC
[ upstream commit 4bf03dbb438e301e7d99e7d91285581ee10f5e8f ]

This option was being dereferenced while the endpoint was unlocked and
could (in theory) disappear. Cache it instead.

Signed-off-by: Joe Stringer <joe@cilium.io>
1 parent d07ce86
History
File Mode Size
include
lib
probes
sockops
.gitignore -rw-r--r-- 27 bytes
COPYING -rw-r--r-- 17.6 KB
Makefile -rw-r--r-- 3.0 KB
Makefile.bpf -rw-r--r-- 1.6 KB
bpf_features.h -rw-r--r-- 162 bytes
bpf_lb.c -rw-r--r-- 5.3 KB
bpf_lxc.c -rw-r--r-- 31.7 KB
bpf_netdev.c -rw-r--r-- 16.0 KB
bpf_overlay.c -rw-r--r-- 5.6 KB
bpf_xdp.c -rw-r--r-- 4.7 KB
cilium-map-migrate.c -rw-r--r-- 13.3 KB
filter_config.h -rw-r--r-- 1.2 KB
init.sh -rwxr-xr-x 11.9 KB
lxc_config.h -rw-r--r-- 2.3 KB
netdev_config.h -rw-r--r-- 1.1 KB
node_config.h -rw-r--r-- 3.0 KB
run_probes.sh -rwxr-xr-x 3.6 KB
spawn_netns.sh -rwxr-xr-x 2.5 KB

back to top