diff options
author | Daniel Colascione <[email protected]> | 2018-10-12 03:54:27 -0700 |
---|---|---|
committer | Alexei Starovoitov <[email protected]> | 2018-10-12 19:32:19 -0700 |
commit | 1ae80cf31938c8f77c37a29bbe29e7f1cd492be8 (patch) | |
tree | aeb27aacdab161cd225cc153d4653c37df17c724 /tools/perf/scripts/python/futex-contention.py | |
parent | ef4ab8447aa2639d7a80a50f23d9f27c5c0db276 (diff) |
bpf: wait for running BPF programs when updating map-in-map
The map-in-map frequently serves as a mechanism for atomic
snapshotting of state that a BPF program might record. The current
implementation is dangerous to use in this way, however, since
userspace has no way of knowing when all programs that might have
retrieved the "old" value of the map may have completed.
This change ensures that map update operations on map-in-map map types
always wait for all references to the old map to drop before returning
to userspace.
Signed-off-by: Daniel Colascione <[email protected]>
Reviewed-by: Joel Fernandes (Google) <[email protected]>
Signed-off-by: Alexei Starovoitov <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions