From: Alexei Starovoitov Date: Wed, 27 Oct 2021 18:13:52 +0000 (-0700) Subject: Merge branch 'bpf: use 32bit safe version of u64_stats' X-Git-Tag: v5.16-rc1~159^2~2^2~24 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=f9d532fc5d6c2577687221869f6e7433eb177ec7;p=tomoyo%2Ftomoyo-test1.git Merge branch 'bpf: use 32bit safe version of u64_stats' Eric Dumazet says: ==================== From: Eric Dumazet 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 --- f9d532fc5d6c2577687221869f6e7433eb177ec7