diff options
| author | Andrii Nakryiko <andrii@kernel.org> | 2020-12-03 23:46:21 +0300 |
|---|---|---|
| committer | Alexei Starovoitov <ast@kernel.org> | 2020-12-04 04:38:20 +0300 |
| commit | 12cc126df82c96c89706aa207ad27c56f219047c (patch) | |
| tree | 481eb62be58a08f279c73fd34f2d9f9f16c786af /tools/testing/selftests/bpf/prog_tests/autoload.c | |
| parent | cadd64807cd83e2213dcb70f93d12d978c02b5fa (diff) | |
| download | linux-12cc126df82c96c89706aa207ad27c56f219047c.tar.xz | |
bpf: Fix bpf_put_raw_tracepoint()'s use of __module_address()
__module_address() needs to be called with preemption disabled or with
module_mutex taken. preempt_disable() is enough for read-only uses, which is
what this fix does. Also, module_put() does internal check for NULL, so drop
it as well.
Fixes: a38d1107f937 ("bpf: support raw tracepoints in modules")
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Link: https://lore.kernel.org/bpf/20201203204634.1325171-2-andrii@kernel.org
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions
