]> git.baikalelectronics.ru Git - kernel.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)
commit8d7be39d782e91ced36e0415a29789b280281ff5
treedce79eaf0705b6bc3eaf0c8592fb36893427246b
parent264cb666468ceda7f6e51952c6bc214cd6835156
parent1e8110e08959c7ef70019aee0af15aef4bac206d
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>