Home
last modified time | relevance | path

Searched hist:"1 ae80cf31938c8f77c37a29bbe29e7f1cd492be8" (Results 1 – 1 of 1) sorted by relevance

/linux/kernel/bpf/
H A Dsyscall.cdiff 1ae80cf31938c8f77c37a29bbe29e7f1cd492be8 Fri Oct 12 12:54:27 CEST 2018 Daniel Colascione <dancol@google.com> 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 <dancol@google.com>
Reviewed-by: Joel Fernandes (Google) <joel@joelfernandes.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>