]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bpf: use 32bit safe version of u64_stats'
authorAlexei Starovoitov <ast@kernel.org>
Wed, 27 Oct 2021 18:13:52 +0000 (11:13 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Wed, 27 Oct 2021 18:13:53 +0000 (11:13 -0700)
commite97488ccab6e539c10bdd29ce7272a0e28962df7
tree5ee181827d5064079aaa77ce0e3523a70daf1e86
parenta406235456a476ccfba03e11bc37cafb9ca665f3
parentf50fa5eaff25d40fbfbb0bc8ae35ab91aba30184
Merge branch 'bpf: use 32bit safe version of u64_stats'

Eric Dumazet says:

====================

From: Eric Dumazet <edumazet@google.com>

Two first patches fix bugs added in 5.1 and 5.5

Third patch replaces the u64 fields in struct bpf_prog_stats
with u64_stats_t ones to avoid possible sampling errors,
in case of load/store stearing.
====================

Signed-off-by: Alexei Starovoitov <ast@kernel.org>