Revision 59df9f1fb4977b40cfad8d07b0d5baeb3a07e22c authored by Alexei Starovoitov on 15 May 2020, 15:10:36 UTC, committed by Alexei Starovoitov on 15 May 2020, 15:15:07 UTC
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>
2 parent s 6d74f64 + b2a5212
History
File Mode Size
Makefile -rw-r--r-- 963 bytes
emu8000.c -rw-r--r-- 35.2 KB
emu8000_callback.c -rw-r--r-- 12.6 KB
emu8000_local.h -rw-r--r-- 971 bytes
emu8000_patch.c -rw-r--r-- 6.7 KB
emu8000_pcm.c -rw-r--r-- 16.8 KB
emu8000_synth.c -rw-r--r-- 2.5 KB
jazz16.c -rw-r--r-- 10.1 KB
sb16.c -rw-r--r-- 19.1 KB
sb16_csp.c -rw-r--r-- 32.0 KB
sb16_main.c -rw-r--r-- 25.3 KB
sb8.c -rw-r--r-- 6.1 KB
sb8_main.c -rw-r--r-- 16.7 KB
sb8_midi.c -rw-r--r-- 7.5 KB
sb_common.c -rw-r--r-- 6.4 KB
sb_mixer.c -rw-r--r-- 27.3 KB
sbawe.c -rw-r--r-- 38 bytes

back to top