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
Kconfig -rw-r--r-- 1.3 KB
Makefile -rw-r--r-- 325 bytes
awacs.c -rw-r--r-- 31.3 KB
awacs.h -rw-r--r-- 7.3 KB
beep.c -rw-r--r-- 7.1 KB
burgundy.c -rw-r--r-- 23.7 KB
burgundy.h -rw-r--r-- 3.3 KB
daca.c -rw-r--r-- 6.2 KB
keywest.c -rw-r--r-- 3.7 KB
pmac.c -rw-r--r-- 36.0 KB
pmac.h -rw-r--r-- 4.5 KB
powermac.c -rw-r--r-- 4.4 KB
snd_ps3.c -rw-r--r-- 27.4 KB
snd_ps3.h -rw-r--r-- 2.9 KB
snd_ps3_reg.h -rw-r--r-- 32.6 KB
tumbler.c -rw-r--r-- 37.7 KB
tumbler_volume.h -rw-r--r-- 6.6 KB

back to top