]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'restrict-bpf_probe_read'
authorAlexei Starovoitov <ast@kernel.org>
Fri, 15 May 2020 15:10:36 +0000 (08:10 -0700)
committerAlexei Starovoitov <ast@kernel.org>
Fri, 15 May 2020 15:15:07 +0000 (08:15 -0700)
commitd94dd3782f13f6c5575c463cec2cd987aa26dbdc
treebb520b4c58247f567a586756c98ab5840d21f8f8
parent84d63f9b0c82df32d549c85eefe00e8ff59871c6
parentcf9aa3d86daed088d4f2f9cd4a23867d429538cf
Merge branch 'restrict-bpf_probe_read'

Daniel Borkmann says:

====================
Small set of fixes in order to restrict BPF helpers for tracing which are
broken on archs with overlapping address ranges as per discussion in [0].
I've targetted this for -bpf tree so they can be routed as fixes. Thanks!

v1 -> v2:
  - switch to reusable %pks, %pus format specifiers (Yonghong)
    - fixate %s on kernel_ds probing for archs with overlapping addr space

      [0] https://lore.kernel.org/bpf/CAHk-=wjJKo0GVixYLmqPn-Q22WFu0xHaBSjKEo7e7Yw72y5SPQ@mail.gmail.com/T/
====================

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