]> asedeno.scripts.mit.edu Git - linux.git/commit
Merge branch 'improve_perf_barriers'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 19 Oct 2018 20:43:09 +0000 (13:43 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 19 Oct 2018 20:43:09 +0000 (13:43 -0700)
commit2929ad29a3015120ab64c86f362fc2a590ceb69c
treedce79eaf0705b6bc3eaf0c8592fb36893427246b
parent78de35460a5cc206d42a239cb215c966a83ac283
parenta64af0ef1c1dbd1e8be65a6ebbf5950305b27e48
Merge branch 'improve_perf_barriers'

Daniel Borkmann says:

====================
This set first adds smp_* barrier variants to tools infrastructure
and updates perf and libbpf to make use of them. For details, please
see individual patches, thanks!

Arnaldo, if there are no objections, could this be routed via bpf-next
with Acked-by's due to later dependencies in libbpf? Alternatively,
I could also get the 2nd patch out during merge window, but perhaps
it's okay to do in one go as there shouldn't be much conflict in perf
itself.

Thanks!

v1 -> v2:
  - add common helper and switch to acquire/release variants
    when possible, thanks Peter!
====================

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