commit | 9bc499befeef07a4d79f4924bfca05634ad8fc97 | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Tue Jun 02 19:44:48 2020 +0200 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Tue Jun 02 21:04:04 2020 +0200 |
tree | 9b6733f6283409fe25794a4835dc2e13b9c4d25a | |
parent | 33d21f18204cb33b43ca6c78c8180949f6dc7227 [diff] |
bpf, selftests: Use bpf_probe_read_kernel Since commit 0ebeea8ca8a4 ("bpf: Restrict bpf_probe_read{, str}() only to archs where they work") 44 verifier tests fail on s390 due to not having bpf_probe_read anymore. Fix by using bpf_probe_read_kernel. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20200602174448.2501214-1-iii@linux.ibm.com