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
oss
seq
Kconfig -rw-r--r-- 5.0 KB
Makefile -rw-r--r-- 1.5 KB
compress_offload.c -rw-r--r-- 30.7 KB
control.c -rw-r--r-- 55.0 KB
control_compat.c -rw-r--r-- 12.3 KB
ctljack.c -rw-r--r-- 2.0 KB
device.c -rw-r--r-- 6.4 KB
hrtimer.c -rw-r--r-- 3.6 KB
hwdep.c -rw-r--r-- 12.5 KB
hwdep_compat.c -rw-r--r-- 1.6 KB
info.c -rw-r--r-- 20.2 KB
info_oss.c -rw-r--r-- 2.8 KB
init.c -rw-r--r-- 25.8 KB
isadma.c -rw-r--r-- 2.3 KB
jack.c -rw-r--r-- 9.3 KB
memalloc.c -rw-r--r-- 6.5 KB
memory.c -rw-r--r-- 1.8 KB
misc.c -rw-r--r-- 3.4 KB
pcm.c -rw-r--r-- 32.8 KB
pcm_compat.c -rw-r--r-- 16.5 KB
pcm_dmaengine.c -rw-r--r-- 13.6 KB
pcm_drm_eld.c -rw-r--r-- 2.3 KB
pcm_iec958.c -rw-r--r-- 3.1 KB
pcm_lib.c -rw-r--r-- 67.2 KB
pcm_local.h -rw-r--r-- 2.6 KB
pcm_memory.c -rw-r--r-- 15.1 KB
pcm_misc.c -rw-r--r-- 16.0 KB
pcm_native.c -rw-r--r-- 110.4 KB
pcm_param_trace.h -rw-r--r-- 4.5 KB
pcm_timer.c -rw-r--r-- 3.0 KB
pcm_trace.h -rw-r--r-- 5.0 KB
rawmidi.c -rw-r--r-- 51.1 KB
rawmidi_compat.c -rw-r--r-- 3.2 KB
seq_device.c -rw-r--r-- 7.1 KB
sgbuf.c -rw-r--r-- 3.8 KB
sound.c -rw-r--r-- 9.9 KB
sound_oss.c -rw-r--r-- 6.4 KB
timer.c -rw-r--r-- 58.4 KB
timer_compat.c -rw-r--r-- 3.5 KB
vmaster.c -rw-r--r-- 13.5 KB

back to top