Home
last modified time | relevance | path

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

/openbmc/linux/kernel/bpf/
H A Dtrampoline.cd979617a Tue Oct 26 16:41:32 CDT 2021 Eric Dumazet <edumazet@google.com> bpf: Fixes possible race in update_prog_stats() for 32bit arches

It seems update_prog_stats() suffers from same issue fixed
in the prior patch:

As it can run while interrupts are enabled, it could
be re-entered and the u64_stats syncp could be mangled.

Fixes: fec56f5890d9 ("bpf: Introduce BPF trampoline")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Link: https://lore.kernel.org/bpf/20211026214133.3114279-3-eric.dumazet@gmail.com